Package org.jboss.security.identitytrust
Class JBossIdentityTrustContext
- java.lang.Object
-
- org.jboss.security.identitytrust.IdentityTrustContext
-
- org.jboss.security.identitytrust.JBossIdentityTrustContext
-
public class JBossIdentityTrustContext extends IdentityTrustContext
Implementation of the Identity Trust Context- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Field Summary
-
Fields inherited from class org.jboss.security.identitytrust.IdentityTrustContext
callbackHandler, controlFlags, DENY, modules, NOTAPPLICABLE, PERMIT, securityContext, securityDomain, sharedState
-
-
Constructor Summary
Constructors Constructor Description JBossIdentityTrustContext(String secDomain, SecurityContext sc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityTrustManager.TrustDecision
isTrusted()
Make a trust decision
-
-
-
Constructor Detail
-
JBossIdentityTrustContext
public JBossIdentityTrustContext(String secDomain, SecurityContext sc)
-
-
Method Detail
-
isTrusted
public IdentityTrustManager.TrustDecision isTrusted() throws IdentityTrustException
Description copied from class:IdentityTrustContext
Make a trust decision- Specified by:
isTrusted
in classIdentityTrustContext
- Returns:
IdentityTrustManager.TrustDecision.Deny
,IdentityTrustManager.TrustDecision.NotApplicable
,IdentityTrustManager.TrustDecision.Permit
- Throws:
IdentityTrustException
-
-