Package | Description |
---|---|
org.jboss.security.identitytrust | |
org.jboss.security.identitytrust.modules | |
org.jboss.security.javaee |
Modifier and Type | Method and Description |
---|---|
boolean |
IdentityTrustModule.abort()
Abort the Trust Process
|
boolean |
IdentityTrustModule.commit()
The IdentityTrust Process has succeeded.
|
void |
IdentityTrustModule.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 |
JBossIdentityTrustContext.isTrusted() |
IdentityTrustManager.TrustDecision |
IdentityTrustModule.isTrusted()
Make the trust decision
|
abstract IdentityTrustManager.TrustDecision |
IdentityTrustContext.isTrusted()
Make a trust decision
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractIdentityTrustModule.abort() |
boolean |
AbstractIdentityTrustModule.commit() |
void |
AbstractIdentityTrustModule.initialize(SecurityContext sc,
CallbackHandler handler,
Map<String,Object> sharedState,
Map<String,Object> options) |
IdentityTrustManager.TrustDecision |
JavaEETrustModule.isTrusted() |
IdentityTrustManager.TrustDecision |
AlwaysPermitTrustModule.isTrusted() |
IdentityTrustManager.TrustDecision |
AlwaysNotApplicableTrustModule.isTrusted() |
IdentityTrustManager.TrustDecision |
AlwaysDenyTrustModule.isTrusted() |
abstract IdentityTrustManager.TrustDecision |
AbstractIdentityTrustModule.isTrusted() |
Modifier and Type | Method and Description |
---|---|
boolean |
EJBAuthenticationHelper.isTrusted()
Whether the current caller can be trusted?
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.