|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.TimerTask
edu.internet2.middleware.ldappc.spml.PSPCLI
public class PSPCLI
Run the ProvisioningServiceProvider from the command line.
| Constructor Summary | |
|---|---|
PSPCLI(PSPOptions options)
Constructor. |
|
| Method Summary | |
|---|---|
static List<String> |
getAllCacheStats()
Return ehcache statistics. |
PSP |
getPSP()
Return the PSP. |
Timer |
getTimer()
Get the timer |
static void |
main(String[] args)
Run this application. |
void |
run()
Print SPML Responses for every SPML Request. |
void |
schedule()
Schedule this TimerTask. |
| Methods inherited from class java.util.TimerTask |
|---|
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PSPCLI(PSPOptions options)
throws org.opensaml.util.resource.ResourceException,
IOException
PSP based on the given PSPOptions.
options - the PSPOptions
org.opensaml.util.resource.ResourceException - if the PSP could not be instantiated
IOException - if output cannot be written| Method Detail |
|---|
public static void main(String[] args)
args - the command line argumentspublic void run()
Responses for every SPML Request.
run in interface Runnablerun in class TimerTaskpublic void schedule()
TimerTask.
public PSP getPSP()
PSP.
PSP.public Timer getTimer()
Timerpublic static List<String> getAllCacheStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||