Uses of Interface
de.aristaflow.adept2.base.security.SecurityManager
-
Packages that use SecurityManager Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.base.security de.aristaflow.adept2.base.service -
-
Uses of SecurityManager in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return SecurityManager Modifier and Type Method Description protected SecurityManager
LocalServiceRegistry. getSecurityManager()
Returns a security manager for this registry.SecurityManager
RegistryWrapper. getSecurityManager()
-
Uses of SecurityManager in de.aristaflow.adept2.base.security
Subinterfaces of SecurityManager in de.aristaflow.adept2.base.security Modifier and Type Interface Description interface
GlobalSecurityManager
The global security manager extends the normal security manager by methods accepting additional communication contexts that allow for communication-related information that can be used for authentication. -
Uses of SecurityManager in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that return SecurityManager Modifier and Type Method Description protected SecurityManager
AbstractAuthenticatedService. getSecurityManager()
Returns the security manager that will be used for authentication.protected SecurityManager
AbstractNonPrivilegedService. getSecurityManager()
Returns the security manager that will be used for authentication.SecurityManager
Registry. getSecurityManager()
Gets the security manager of the system.
-