Package | Description |
---|---|
org.jboss.security.identitytrust | |
org.jboss.security.identitytrust.modules | |
org.jboss.security.plugins.identitytrust |
Modifier and Type | Field and Description |
---|---|
protected IdentityTrustManager.TrustDecision |
IdentityTrustContext.DENY |
protected IdentityTrustManager.TrustDecision |
IdentityTrustContext.NOTAPPLICABLE |
protected IdentityTrustManager.TrustDecision |
IdentityTrustContext.PERMIT |
Modifier and Type | Method and Description |
---|---|
IdentityTrustManager.TrustDecision |
JBossIdentityTrustContext.isTrusted() |
IdentityTrustManager.TrustDecision |
IdentityTrustModule.isTrusted()
Make the trust decision
|
abstract IdentityTrustManager.TrustDecision |
IdentityTrustContext.isTrusted()
Make a trust decision
|
IdentityTrustManager.TrustDecision |
IdentityTrustManager.isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security context
|
static IdentityTrustManager.TrustDecision |
IdentityTrustManager.TrustDecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityTrustManager.TrustDecision[] |
IdentityTrustManager.TrustDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
IdentityTrustManager.TrustDecision |
JBossIdentityTrustManager.isTrusted(SecurityContext securityContext) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.