Uses of Interface
de.aristaflow.adept2.base.sessionmanagement.SessionFactory
Packages that use SessionFactory
Package
Description
-
Uses of SessionFactory in de.aristaflow.adept2.base.communication
Method parameters in de.aristaflow.adept2.base.communication with type arguments of type SessionFactoryModifier and TypeMethodDescriptionvoidGlobalServiceExportConsumer.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 SessionFactoryModifier and TypeMethodDescriptionprotected 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 SessionFactoryModifier and TypeMethodDescriptionGlobalSecurityManager.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.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 appropriateQualifedAgentwith the designated authentication method providing the authentication method-specific data.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.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.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 SessionFactoryModifier and TypeMethodDescriptionAbstractAuthenticatedService.getSessionFactory()Returns the session factory assigned to this service. -
Uses of SessionFactory in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return SessionFactoryModifier and TypeMethodDescriptionprotected SessionFactoryAuthenticatedInjectedService.getSessionFactory() -
Uses of SessionFactory in de.aristaflow.ilm.base.sessionmanagement
Methods in de.aristaflow.ilm.base.sessionmanagement with parameters of type SessionFactoryModifier and TypeMethodDescriptionstatic 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 SessionFactoryModifier and TypeFieldDescriptionprotected final 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 SessionFactoryModifier and TypeMethodDescriptionServiceMetaData.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 SessionFactoryModifierConstructorDescriptionServiceMetaData(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 SessionFactoryModifier and TypeMethodDescriptionfinal voidAbstractRootResource.exportService(ADEPT2Service serv, Supplier<SessionFactory> sfSupp, URI[] serviceUris, URL webAppBaseUrl, ServiceAccess serviceAccess, Supplier<com.fasterxml.jackson.databind.ObjectMapper> omSupp)