| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.base.security | |
| de.aristaflow.adept2.base.service | |
| de.aristaflow.adept2.core.registry |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UrlConfigurationManager.setRegistry(LocalServiceRegistry registry,
SessionFactory sessionFactory,
java.net.URI[] uris)
Sets the registry, the session factory and the URIs to be used for
retrieving
JDBCDataSources for runtime configurations. |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
SecurityManager.authenticatePrivileged(java.lang.String agentName,
long orgPositionID,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Identifies and authenticates a privileged agent (for instance a system component) by the
corresponding name and ID referring to the appropriate
QualifedAgent with the
designated authentication method providing the authentication method-specific data. |
SessionFactory |
GlobalSecurityManager.authenticatePrivileged(java.lang.String agentName,
long orgPositionID,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler,
de.aristaflow.adept2.model.communication.InjectedCommContext context)
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) with an
additional injected communication context. |
SessionFactory[] |
SecurityManager.authenticatePrivilegedCombined(java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, byte[], AFCallbackHandler) and
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) in one step. |
SessionFactory[] |
SecurityManager.authenticatePrivilegedCombined(java.lang.String agentName,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, String, byte[], AFCallbackHandler) and
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) in one step. |
SessionFactory[] |
GlobalSecurityManager.authenticatePrivilegedCombined(java.lang.String agentName,
java.lang.String method,
byte[] authenticationData,
AFCallbackHandler callbackHandler,
de.aristaflow.adept2.model.communication.InjectedCommContext context)
SecurityManager.authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler) with an
additional injected communication context. |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
AbstractAuthenticatedService.getSessionFactory()
Returns the session factory assigned to this service.
|
SessionFactory |
SessionFactoryProvider.getSessionFactory()
Gets the current session factory to be used for creating session tokens.
|
SessionFactory |
SessionFactoryProviderWrapper.getSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SessionFactory |
AuthenticatedInjectedService.getSessionFactory() |