|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityTrustModule
IdentityTrustModule that is capable of making trust decisions
Method Summary | |
---|---|
boolean |
abort()
Abort the Trust Process |
boolean |
commit()
The IdentityTrust Process has succeeded. |
void |
initialize(SecurityContext securityContext,
CallbackHandler handler,
Map<String,Object> sharedState,
Map<String,Object> options)
Initialize the module with the SecurityContext on which trust decisions will be made |
IdentityTrustManager.TrustDecision |
isTrusted()
Make the trust decision |
Method Detail |
---|
boolean abort() throws IdentityTrustException
IdentityTrustException
boolean commit() throws IdentityTrustException
IdentityTrustException
void initialize(SecurityContext securityContext, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options) throws IdentityTrustException
securityContext
- handler
- a CallbackHandler if neededsharedState
- a Shared State passed to all modulesoptions
- configured options
IdentityTrustException
IdentityTrustManager.TrustDecision isTrusted() throws IdentityTrustException
IdentityTrustManager.TrustDecision.Permit
, IdentityTrustManager.TrustDecision.Deny
,
IdentityTrustManager.TrustDecision.NotApplicable
IdentityTrustException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |