Uses of Class
org.jboss.security.identitytrust.IdentityTrustException

Packages that use IdentityTrustException
org.jboss.security.identitytrust   
 

Uses of IdentityTrustException in org.jboss.security.identitytrust
 

Methods in org.jboss.security.identitytrust that throw IdentityTrustException
 boolean IdentityTrustModule.abort()
          Abort the Trust Process
 boolean 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 made
 IdentityTrustManager.TrustDecision IdentityTrustModule.isTrusted()
          Make the trust decision
abstract  IdentityTrustManager.TrustDecision IdentityTrustContext.isTrusted()
          Make a trust decision
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.