Uses of Class
de.aristaflow.adept2.util.IntegrityException
-
Packages that use IntegrityException Package Description de.aristaflow.adept2.base.security de.aristaflow.adept2.base.sessionmanagement -
-
Uses of IntegrityException in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security that throw IntegrityException Modifier and Type Method Description SessionFactory
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.SessionFactory
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 appropriateQualifedAgent
with 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 IntegrityException in de.aristaflow.adept2.base.sessionmanagement
Subclasses of IntegrityException in de.aristaflow.adept2.base.sessionmanagement Modifier and Type Class Description class
SecurityTokenIntegrityException
ASecurityTokenIntegrityException
indicates that a security token has no integrity.
-