org.jboss.security.identitytrust.modules
public abstract class AbstractIdentityTrustModule extends Object implements org.jboss.security.identitytrust.IdentityTrustModule
Modifier and Type | Field and Description |
---|---|
protected CallbackHandler |
callbackHandler |
protected Map<String,Object> |
options |
protected SecurityContext |
securityContext |
protected Map<String,Object> |
sharedState |
Constructor and Description |
---|
AbstractIdentityTrustModule() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort() |
boolean |
commit() |
void |
initialize(SecurityContext sc,
CallbackHandler handler,
Map<String,Object> sharedState,
Map<String,Object> options) |
abstract org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision |
isTrusted() |
protected SecurityContext securityContext
protected CallbackHandler callbackHandler
public boolean abort() throws org.jboss.security.identitytrust.IdentityTrustException
abort
in interface org.jboss.security.identitytrust.IdentityTrustModule
org.jboss.security.identitytrust.IdentityTrustException
IdentityTrustModule.abort()
public boolean commit() throws org.jboss.security.identitytrust.IdentityTrustException
commit
in interface org.jboss.security.identitytrust.IdentityTrustModule
org.jboss.security.identitytrust.IdentityTrustException
IdentityTrustModule.commit()
public void initialize(SecurityContext sc, CallbackHandler handler, Map<String,Object> sharedState, Map<String,Object> options) throws org.jboss.security.identitytrust.IdentityTrustException
initialize
in interface org.jboss.security.identitytrust.IdentityTrustModule
org.jboss.security.identitytrust.IdentityTrustException
IdentityTrustModule.initialize(SecurityContext, CallbackHandler, Map, Map)
public abstract org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision isTrusted() throws org.jboss.security.identitytrust.IdentityTrustException
isTrusted
in interface org.jboss.security.identitytrust.IdentityTrustModule
org.jboss.security.identitytrust.IdentityTrustException
IdentityTrustModule.isTrusted()
Copyright © 2015 JBoss Inc.. All Rights Reserved.