Uses of Class
org.jboss.security.identitytrust.IdentityTrustException
-
Packages that use IdentityTrustException Package Description org.jboss.security.identitytrust org.jboss.security.identitytrust.modules org.jboss.security.javaee -
-
Uses of IdentityTrustException in org.jboss.security.identitytrust
Methods in org.jboss.security.identitytrust that throw IdentityTrustException Modifier and Type Method Description boolean
IdentityTrustModule. abort()
Abort the Trust Processboolean
IdentityTrustModule. commit()
The IdentityTrust Process has succeeded.void
IdentityTrustModule. initialize(SecurityContext securityContext, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options)
Initialize the module with the SecurityContext on which trust decisions will be madeabstract IdentityTrustManager.TrustDecision
IdentityTrustContext. isTrusted()
Make a trust decisionIdentityTrustManager.TrustDecision
IdentityTrustModule. isTrusted()
Make the trust decisionIdentityTrustManager.TrustDecision
JBossIdentityTrustContext. isTrusted()
-
Uses of IdentityTrustException in org.jboss.security.identitytrust.modules
Methods in org.jboss.security.identitytrust.modules that throw IdentityTrustException Modifier and Type Method Description boolean
AbstractIdentityTrustModule. abort()
boolean
AbstractIdentityTrustModule. commit()
void
AbstractIdentityTrustModule. initialize(SecurityContext sc, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options)
abstract IdentityTrustManager.TrustDecision
AbstractIdentityTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysDenyTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysNotApplicableTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysPermitTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
JavaEETrustModule. isTrusted()
-
Uses of IdentityTrustException in org.jboss.security.javaee
Methods in org.jboss.security.javaee that throw IdentityTrustException Modifier and Type Method Description boolean
EJBAuthenticationHelper. isTrusted()
Whether the current caller can be trusted?
-