Uses of Interface
de.aristaflow.adept2.base.security.AFCallbackHandler
-
-
Uses of AFCallbackHandler in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security with parameters of type AFCallbackHandler Modifier and Type Method Description List<QualifiedAgent>Authentication. authenticate(String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Authenticates the agent identified by the designated authentication data with the designated authentication method.ClientSessionFactoryAuthentication. authenticate(String agentName, long orgPositionID, String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Identifies and authenticates the designated agent by the corresponding name and ID referring to the appropriateQualifedAgentwith the designated authentication method providing the authentication method-specific data.ClientSessionFactoryAuthentication. authenticate(String agentName, long orgPositionID, String method, byte[] authenticationData, AFCallbackHandler callbackHandler, String userSessionID)Identifies and authenticates the designated agent by the corresponding name and ID referring to the appropriateQualifedAgentwith the designated authentication method providing the authentication method-specific data.List<QualifiedAgent>Authentication. authenticate(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Authenticates the designated agent by the corresponding name with the designated authentication method providing the authentication method-specific data.ClientSessionFactoryGlobalSecurityManager. authenticate(String agentName, long orgPositionID, String method, byte[] authenticationData, AFCallbackHandler callbackHandler, String userSessionID, de.aristaflow.adept2.model.communication.InjectedCommContext context)Authentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)with an additional injected communication context.List<QualifiedAgent>GlobalSecurityManager. authenticate(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler, de.aristaflow.adept2.model.communication.InjectedCommContext context)Authentication.authenticate(String, String, byte[], AFCallbackHandler)with an additional injected communication context.ClientSessionFactory[]Authentication. authenticateCombined(String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Performs a combined authentication that isAuthentication.authenticate(String, byte[], AFCallbackHandler)andAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler)orAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)in one step.ClientSessionFactory[]Authentication. authenticateCombined(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Performs a combined authentication that isAuthentication.authenticate(String, String, byte[], AFCallbackHandler)andAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler)orAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)in one step.ClientSessionFactory[]GlobalSecurityManager. authenticateCombined(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler, de.aristaflow.adept2.model.communication.InjectedCommContext context)Authentication.authenticateCombined(String, String, byte[], AFCallbackHandler)with an additional injected communication context.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 AFCallbackHandler in de.aristaflow.adept2.base.security.callbackhandler
Classes in de.aristaflow.adept2.base.security.callbackhandler that implement AFCallbackHandler Modifier and Type Class Description classCallbackHandlerWrapperA wrapper forCallbackHandlertreated asAFCallbackHandler.classNameAppNameHandlerThis handler provides the means to handleNameCallbackandAppNameCallback.classNameHandlerA simple callback handler providing a name to the appropriate callbacks (NameCallback) if required.classNameOrgPosSesIDAppNameHandlerThis handler provides the means to handleNameCallback,OrgPositionChoiceCallback,AppNameCallback, andUserSessionIDCallback.classNamePasswordHandlerA simple callback handler providing a name and a password to the appropriate callbacks (NameCallbackandPasswordCallback) if required.classNameStoringHandlerA wrapping callback handler storing the name provided to aNameCallback.classPasswordHandlerA simple callback handler providing a password to the appropriate callback (PasswordCallback) if required.classUniversalHandlerThis handler provides the means to handle all used callbacks, i.Fields in de.aristaflow.adept2.base.security.callbackhandler declared as AFCallbackHandler Modifier and Type Field Description protected AFCallbackHandlerNameHandler. furtherHandlingThe callback handler for all other callbacks.protected AFCallbackHandlerNamePasswordHandler. furtherHandlingThe callback handler for all other callbacks.protected AFCallbackHandlerPasswordHandler. furtherHandlingThe callback handler for all other callbacks.protected AFCallbackHandlerAFCallbackHandlerWrapper. handlerThe handler to which all callback requests are forwarded.protected AFCallbackHandlerNameStoringHandler. wrappedThe callback handler for all callbacks.Constructors in de.aristaflow.adept2.base.security.callbackhandler with parameters of type AFCallbackHandler Constructor Description AFCallbackHandlerWrapper(AFCallbackHandler handler)Creates a newCallbackHandlerthat wraps the designatedAFCallbackHandlerappropriately.NameHandler(String name, AFCallbackHandler furtherHandling)Creates a callback handler providing the designated name to the appropriate callbacks.NamePasswordHandler(String name, String password, AFCallbackHandler furtherHandling)Creates a callback handler providing the designated name and password to the appropriate callbacks.NameStoringHandler(AFCallbackHandler wrapped)Creates a callback handler storing the name provided to aNameCallbackby the wrappedAFCallbackHandler.PasswordHandler(String password, AFCallbackHandler furtherHandling)Creates a callback handler providing the designated password to the appropriate callbacks. -
Uses of AFCallbackHandler in de.aristaflow.adept2.core.orgmodelmanager.extension
Methods in de.aristaflow.adept2.core.orgmodelmanager.extension with parameters of type AFCallbackHandler Modifier and Type Method Description booleanOrgModelExtension. authenticate(String agentName, String method, byte[] authenticationData, AFCallbackHandler callbackHandler)Authenticates the designated agent by the corresponding name with the designated authentication method providing the authentication method-specific data. -
Uses of AFCallbackHandler in de.aristaflow.ilm.base.security
Methods in de.aristaflow.ilm.base.security that return types with arguments of type AFCallbackHandler Modifier and Type Method Description static Pair<AFCallbackHandler,byte[]>Transformation. afCallbackHandlerfromIlm(AuthenticationData authData)
-