Uses of Class
org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStop
-
Packages that use KeymasterStop Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.core.starter org.apache.syncope.sra org.apache.syncope.wa.starter.config -
-
Uses of KeymasterStop in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return KeymasterStop Modifier and Type Method Description KeymasterStop
SyncopeConsoleApplication. keymasterStop()
-
Uses of KeymasterStop in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return KeymasterStop Modifier and Type Method Description KeymasterStop
SyncopeEnduserApplication. keymasterStop()
-
Uses of KeymasterStop in org.apache.syncope.core.starter
Subclasses of KeymasterStop in org.apache.syncope.core.starter Modifier and Type Class Description class
SyncopeCoreStop
Take care of all disposal needed by Syncope Core to shut down gracefully..Methods in org.apache.syncope.core.starter that return KeymasterStop Modifier and Type Method Description KeymasterStop
SyncopeCoreApplication. keymasterStop(DomainHolder domainHolder)
-
Uses of KeymasterStop in org.apache.syncope.sra
Methods in org.apache.syncope.sra that return KeymasterStop Modifier and Type Method Description KeymasterStop
SyncopeSRAApplication. keymasterStop()
-
Uses of KeymasterStop in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config that return KeymasterStop Modifier and Type Method Description KeymasterStop
WAContext. keymasterStop()
-