Uses of Class
de.aristaflow.adept2.base.security.AuthenticationException
Packages that use AuthenticationException
Package
Description
-
Uses of AuthenticationException in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security that throw AuthenticationExceptionModifier 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 password) Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriateClientSessionFactoryas which encapsulates the security information for the designated agent.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, long orgPositionID, String password, String userSessionID) Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriateClientSessionFactoryas which encapsulates the security information for the designated agent.Authentication.authenticate(String agentName, String password) Like the name implies, this method's job is to authenticate agents, i.e.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.voidAuthentication.logoff(SessionToken session) Logs the agent off that is identified by the designatedSessionToken. -
Uses of AuthenticationException in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that throw AuthenticationExceptionModifier and TypeMethodDescriptionprotected voidAbstractAuthenticatedService.authenticateService()(Re-)Authenticates this service using the security manager provided byAbstractAuthenticatedService.getSecurityManager().protected voidAbstractNonPrivilegedService.authenticateService()(Re-)Authenticates this service using the security manager provided byAbstractNonPrivilegedService.getSecurityManager(). -
Uses of AuthenticationException in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidClientAdministration.changePassword(SessionToken session, String oldPassword, String newPassword) This method changes the password of the user identified by the session token. -
Uses of AuthenticationException in de.aristaflow.adept2.core.orgmodelmanager.extension
Methods in de.aristaflow.adept2.core.orgmodelmanager.extension that throw AuthenticationExceptionModifier 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 AuthenticationException in de.aristaflow.ilm.base.security
Constructors in de.aristaflow.ilm.base.security with parameters of type AuthenticationException