Class JavaEETrustModule
- java.lang.Object
-
- org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- org.jboss.security.identitytrust.modules.JavaEETrustModule
-
- All Implemented Interfaces:
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
Constructors Constructor Description JavaEETrustModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityTrustManager.TrustDecision
isTrusted()
Make the trust decision-
Methods inherited from class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
abort, commit, initialize
-
-
-
-
Method Detail
-
isTrusted
public IdentityTrustManager.TrustDecision isTrusted() throws IdentityTrustException
Description copied from interface:IdentityTrustModule
Make the trust decision- Specified by:
isTrusted
in interfaceIdentityTrustModule
- Specified by:
isTrusted
in classAbstractIdentityTrustModule
- Returns:
IdentityTrustManager.TrustDecision.Permit
,IdentityTrustManager.TrustDecision.Deny
,IdentityTrustManager.TrustDecision.NotApplicable
- Throws:
IdentityTrustException
- See Also:
IdentityTrustModule.isTrusted()
-
-