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 voidGlobalServiceExportConsumer. 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 voidUrlConfigurationManager. setRegistry(LocalServiceRegistry registry, SessionFactory sessionFactory, URI[] uris)Sets the registry, the session factory and the URIs to be used for retrievingJDBCDataSources 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 SessionFactoryGlobalSecurityManager. 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.SessionFactorySecurityManager. 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 appropriateQualifedAgentwith 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 SessionFactorySessionFactoryProvider. get()Deprecated.SessionFactoryAbstractAuthenticatedService. getSessionFactory()Returns the session factory assigned to this service.SessionFactorySessionFactoryProvider. getSessionFactory()Deprecated.Gets the current session factory to be used for creating session tokens.SessionFactorySessionFactoryProviderWrapper. 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 SessionFactoryAuthenticatedInjectedService. 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 SessionTokenTransformation. 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. sfSupplierThe 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 SessionFactoryServiceMetaData. get()Gets a privileged session factory to unmarshal session token.protected SessionFactoryAbstractSubResourceWebService. 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 voidAbstractRootResource. exportService(ADEPT2Service serv, Supplier<SessionFactory> sfSupp, URI[] serviceUris, URL webAppBaseUrl, ServiceAccess serviceAccess, Supplier<com.fasterxml.jackson.databind.ObjectMapper> omSupp)
-