| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.base.security | |
| de.aristaflow.adept2.base.service |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityManager |
LocalServiceRegistry.getSecurityManager()
Returns a security manager for this registry.
|
SecurityManager |
RegistryWrapper.getSecurityManager() |
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Method and 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.
|