org.jboss.security.identitytrust.modules
Class JavaEETrustModule
java.lang.Object
org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
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
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 |
JavaEETrustModule
public JavaEETrustModule()
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.