org.jboss.security.identitytrust
Class JBossIdentityTrustContext

java.lang.Object
  extended by org.jboss.security.identitytrust.IdentityTrustContext
      extended by org.jboss.security.identitytrust.JBossIdentityTrustContext

public class JBossIdentityTrustContext
extends org.jboss.security.identitytrust.IdentityTrustContext

Implementation of the Identity Trust Context

Since:
Aug 2, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  org.jboss.logging.Logger log
           
 
Fields inherited from class org.jboss.security.identitytrust.IdentityTrustContext
callbackHandler, controlFlags, DENY, modules, NOTAPPLICABLE, PERMIT, securityContext, securityDomain, sharedState
 
Constructor Summary
JBossIdentityTrustContext(String secDomain, org.jboss.security.SecurityContext sc)
           
 
Method Summary
 org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.jboss.logging.Logger log
Constructor Detail

JBossIdentityTrustContext

public JBossIdentityTrustContext(String secDomain,
                                 org.jboss.security.SecurityContext sc)
Method Detail

isTrusted

public org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
                                                                              throws org.jboss.security.identitytrust.IdentityTrustException
Specified by:
isTrusted in class org.jboss.security.identitytrust.IdentityTrustContext
Throws:
org.jboss.security.identitytrust.IdentityTrustException


Copyright © 2009 JBoss Inc.. All Rights Reserved.