Uses of Interface
de.aristaflow.adept2.base.security.AFCallbackHandler
Packages that use AFCallbackHandler
Package
Description
-
Uses of AFCallbackHandler in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security with parameters of type AFCallbackHandlerModifier and TypeMethodDescriptionAuthentication.authenticate(String method, byte[] authenticationData, AFCallbackHandler callbackHandler) Authenticates the agent identified by the designated authentication data with the designated authentication method.Authentication.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.Authentication.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.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.GlobalSecurityManager.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.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.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.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.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.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.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 AFCallbackHandler in de.aristaflow.adept2.base.security.callbackhandler
Classes in de.aristaflow.adept2.base.security.callbackhandler that implement AFCallbackHandlerModifier and TypeClassDescriptionclassA wrapper forCallbackHandlertreated asAFCallbackHandler.classThis handler provides the means to handleNameCallbackandAppNameCallback.classA simple callback handler providing a name to the appropriate callbacks (NameCallback) if required.classThis handler provides the means to handleNameCallback,OrgPositionChoiceCallback,AppNameCallback, andUserSessionIDCallback.classA simple callback handler providing a name and a password to the appropriate callbacks (NameCallbackandPasswordCallback) if required.classA wrapping callback handler storing the name provided to aNameCallback.classA simple callback handler providing a password to the appropriate callback (PasswordCallback) if required.classThis handler provides the means to handle all used callbacks, i.Fields in de.aristaflow.adept2.base.security.callbackhandler declared as AFCallbackHandlerModifier and TypeFieldDescriptionprotected final AFCallbackHandlerNameHandler.furtherHandlingThe callback handler for all other callbacks.protected final AFCallbackHandlerNamePasswordHandler.furtherHandlingThe callback handler for all other callbacks.protected final AFCallbackHandlerPasswordHandler.furtherHandlingThe callback handler for all other callbacks.protected final AFCallbackHandlerAFCallbackHandlerWrapper.handlerThe handler to which all callback requests are forwarded.protected final AFCallbackHandlerNameStoringHandler.wrappedThe callback handler for all callbacks.Constructors in de.aristaflow.adept2.base.security.callbackhandler with parameters of type AFCallbackHandlerModifierConstructorDescriptionCreates 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 AFCallbackHandlerModifier and TypeMethodDescriptionbooleanOrgModelExtension.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 AFCallbackHandlerModifier and TypeMethodDescriptionstatic Pair<AFCallbackHandler,byte[]> Transformation.afCallbackHandlerfromIlm(AuthenticationData authData)