Package | Description |
---|---|
org.jboss.security.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 |
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.