Uses of Interface
de.aristaflow.adept2.base.security.GlobalSecurityManager
-
Packages that use GlobalSecurityManager Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.orgmodelmanager de.aristaflow.adept2.core.registry de.aristaflow.ilm.ws.base.security -
-
Uses of GlobalSecurityManager in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return GlobalSecurityManager Modifier and Type Method Description protected abstract GlobalSecurityManager
LocalServiceRegistry. prepareGlobalSecurityManager()
Prepares the security manager that is, the global security manager will be retrieved (and started) if necessary. -
Uses of GlobalSecurityManager in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return GlobalSecurityManager Modifier and Type Method Description GlobalSecurityManager
OrgModelManager. getGlobalSecurityManager()
Returns the global security manager which provides access to session factories which in turn provide access to the ADEPT2-API. -
Uses of GlobalSecurityManager in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return GlobalSecurityManager Modifier and Type Method Description GlobalSecurityManager
BootstrapRegistry. prepareGlobalSecurityManager()
-
Uses of GlobalSecurityManager in de.aristaflow.ilm.ws.base.security
Constructors in de.aristaflow.ilm.ws.base.security with parameters of type GlobalSecurityManager Constructor Description GlobalSecurityManagerWebService(GlobalSecurityManager service, AbstractSubResourceWebService<?> parent)
-