org.jboss.security.identitytrust.modules
Class JavaEETrustModule

java.lang.Object
  extended by org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
      extended by org.jboss.security.identitytrust.modules.JavaEETrustModule
All Implemented Interfaces:
org.jboss.security.identitytrust.IdentityTrustModule

public class JavaEETrustModule
extends AbstractIdentityTrustModule

Trust Module that deals with JavaEE RunAsIdentity We always trust the JavaEE RunAS to bypass authentication and will be governed by the authorization rules

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

Field Summary
 
Fields inherited from class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
callbackHandler, options, securityContext, sharedState
 
Constructor Summary
JavaEETrustModule()
           
 
Method Summary
 org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
           
 
Methods inherited from class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
abort, commit, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaEETrustModule

public JavaEETrustModule()
Method Detail

isTrusted

public org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted()
                                                                              throws org.jboss.security.identitytrust.IdentityTrustException
Specified by:
isTrusted in interface org.jboss.security.identitytrust.IdentityTrustModule
Specified by:
isTrusted in class AbstractIdentityTrustModule
Throws:
org.jboss.security.identitytrust.IdentityTrustException
See Also:
IdentityTrustModule.isTrusted()


Copyright © 2009 JBoss Inc.. All Rights Reserved.