Uses of Class
de.aristaflow.adept2.util.IntegrityException
Packages that use IntegrityException
-
Uses of IntegrityException in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security that throw IntegrityExceptionModifier 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 IntegrityException in de.aristaflow.adept2.base.sessionmanagement
Subclasses of IntegrityException in de.aristaflow.adept2.base.sessionmanagementModifier and TypeClassDescriptionclassASecurityTokenIntegrityExceptionindicates that a security token has no integrity.