|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.identitytrust.IdentityTrustContext
public abstract class IdentityTrustContext
Identity Trust Context that encloses multiple IdentityTrustModules making trust decisions
| Field Summary | |
|---|---|
protected CallbackHandler |
callbackHandler
Any Callback Handler |
protected ArrayList<ControlFlag> |
controlFlags
Control Flags for the individual modules |
protected IdentityTrustManager.TrustDecision |
DENY
|
protected List<IdentityTrustModule> |
modules
List of Identity Trust Modules |
protected IdentityTrustManager.TrustDecision |
NOTAPPLICABLE
|
protected IdentityTrustManager.TrustDecision |
PERMIT
|
protected SecurityContext |
securityContext
Security Context On which the Trust Context needs to make a decision on. |
protected String |
securityDomain
Security Domain of the Identity Trust Context |
protected Map<String,Object> |
sharedState
Shared State between trust modules |
| Constructor Summary | |
|---|---|
IdentityTrustContext()
|
|
| Method Summary | |
|---|---|
abstract IdentityTrustManager.TrustDecision |
isTrusted()
Make a trust decision |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IdentityTrustManager.TrustDecision DENY
protected IdentityTrustManager.TrustDecision PERMIT
protected IdentityTrustManager.TrustDecision NOTAPPLICABLE
protected SecurityContext securityContext
protected CallbackHandler callbackHandler
protected Map<String,Object> sharedState
protected String securityDomain
protected List<IdentityTrustModule> modules
protected ArrayList<ControlFlag> controlFlags
| Constructor Detail |
|---|
public IdentityTrustContext()
| Method Detail |
|---|
public abstract IdentityTrustManager.TrustDecision isTrusted()
throws IdentityTrustException
IdentityTrustManager.TrustDecision.Deny,IdentityTrustManager.TrustDecision.NotApplicable,
IdentityTrustManager.TrustDecision.Permit
IdentityTrustException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||