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 booleanIdentityTrustModule. abort()Abort the Trust ProcessbooleanIdentityTrustModule. commit()The IdentityTrust Process has succeeded.voidIdentityTrustModule. 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.TrustDecisionIdentityTrustContext. isTrusted()Make a trust decisionIdentityTrustManager.TrustDecisionIdentityTrustModule. isTrusted()Make the trust decisionIdentityTrustManager.TrustDecisionJBossIdentityTrustContext. 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 booleanAbstractIdentityTrustModule. abort()booleanAbstractIdentityTrustModule. commit()voidAbstractIdentityTrustModule. initialize(SecurityContext sc, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options)abstract IdentityTrustManager.TrustDecisionAbstractIdentityTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysDenyTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysNotApplicableTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysPermitTrustModule. isTrusted()IdentityTrustManager.TrustDecisionJavaEETrustModule. isTrusted() -
Uses of IdentityTrustException in org.jboss.security.javaee
Methods in org.jboss.security.javaee that throw IdentityTrustException Modifier and Type Method Description booleanEJBAuthenticationHelper. isTrusted()Whether the current caller can be trusted?
-