public interface IdentityTrustModule
Modifier and Type | Method and Description |
---|---|
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
|
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 optionsIdentityTrustException
IdentityTrustManager.TrustDecision isTrusted() throws IdentityTrustException
Copyright © 2021 JBoss by Red Hat. All rights reserved.