Uses of Interface
de.aristaflow.adept2.base.sessionmanagement.SessionFactory
-
-
Uses of SessionFactory in de.aristaflow.adept2.base.communication
Method parameters in de.aristaflow.adept2.base.communication with type arguments of type SessionFactory Modifier and Type Method Description void
GlobalServiceExportConsumer. setExportService(Supplier<SessionFactory> sfProvider, String clusterName, GlobalRegistryServiceProvider globRegProvider)
Sets the global service for exporting. -
Uses of SessionFactory in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry with parameters of type SessionFactory Modifier and Type Method Description protected void
UrlConfigurationManager. setRegistry(LocalServiceRegistry registry, SessionFactory sessionFactory, URI[] uris)
Sets the registry, the session factory and the URIs to be used for retrievingJDBCDataSource
s for runtime configurations. -
Uses of SessionFactory in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security that return SessionFactory Modifier and Type Method Description SessionFactory
GlobalSecurityManager. authenticatePrivileged(String agentName, long orgPositionID, 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. authenticatePrivileged(String agentName, long orgPositionID, 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 appropriateQualifedAgent
with the designated authentication method providing the authentication method-specific data.SessionFactory[]
GlobalSecurityManager. authenticatePrivilegedCombined(String agentName, 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.SessionFactory[]
SecurityManager. authenticatePrivilegedCombined(String method, byte[] authenticationData, AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that isAuthentication.authenticate(String, byte[], AFCallbackHandler)
andSecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler)
in one step.SessionFactory[]
SecurityManager. authenticatePrivilegedCombined(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler)
Performs a combined authentication of a privileged agent that isAuthentication.authenticate(String, String, byte[], AFCallbackHandler)
andSecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler)
in one step. -
Uses of SessionFactory in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that return SessionFactory Modifier and Type Method Description default SessionFactory
SessionFactoryProvider. get()
Deprecated.SessionFactory
AbstractAuthenticatedService. getSessionFactory()
Returns the session factory assigned to this service.SessionFactory
SessionFactoryProvider. getSessionFactory()
Deprecated.Gets the current session factory to be used for creating session tokens.SessionFactory
SessionFactoryProviderWrapper. getSessionFactory()
Deprecated. -
Uses of SessionFactory in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return SessionFactory Modifier and Type Method Description protected SessionFactory
AuthenticatedInjectedService. getSessionFactory()
-
Uses of SessionFactory in de.aristaflow.ilm.base.sessionmanagement
Methods in de.aristaflow.ilm.base.sessionmanagement with parameters of type SessionFactory Modifier and Type Method Description static SessionToken
Transformation. fromIlm(SessionFactory sf, SessionToken session)
-
Uses of SessionFactory in de.aristaflow.ilm.ws.base.service
Fields in de.aristaflow.ilm.ws.base.service with type parameters of type SessionFactory Modifier and Type Field Description protected Supplier<SessionFactory>
ServiceMetaData. sfSupplier
The supplier for a privileged session factory of the corresponding web service communication to unmarshal session token.Methods in de.aristaflow.ilm.ws.base.service that return SessionFactory Modifier and Type Method Description SessionFactory
ServiceMetaData. get()
Gets a privileged session factory to unmarshal session token.protected SessionFactory
AbstractSubResourceWebService. getSessionFactory()
Gets the session factory for unmarshalling session tokens.Constructor parameters in de.aristaflow.ilm.ws.base.service with type arguments of type SessionFactory Constructor Description ServiceMetaData(LogService logService, Supplier<SessionFactory> sfSupplier, URI[] serviceUris, URL baseUrl, ServiceAccess serviceAccess)
Creates new service meta data with the designated data. -
Uses of SessionFactory in de.aristaflow.ilm.ws.rest.base.service
Method parameters in de.aristaflow.ilm.ws.rest.base.service with type arguments of type SessionFactory Modifier and Type Method Description void
AbstractRootResource. exportService(ADEPT2Service serv, Supplier<SessionFactory> sfSupp, URI[] serviceUris, URL webAppBaseUrl, ServiceAccess serviceAccess, Supplier<com.fasterxml.jackson.databind.ObjectMapper> omSupp)
-