Uses of Class
org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision
-
Packages that use IdentityTrustManager.TrustDecision Package Description org.jboss.security.identitytrust org.jboss.security.identitytrust.modules org.jboss.security.plugins.identitytrust -
-
Uses of IdentityTrustManager.TrustDecision in org.jboss.security.identitytrust
Fields in org.jboss.security.identitytrust declared as IdentityTrustManager.TrustDecision Modifier and Type Field Description protected IdentityTrustManager.TrustDecision
IdentityTrustContext. DENY
protected IdentityTrustManager.TrustDecision
IdentityTrustContext. NOTAPPLICABLE
protected IdentityTrustManager.TrustDecision
IdentityTrustContext. PERMIT
Methods in org.jboss.security.identitytrust that return IdentityTrustManager.TrustDecision Modifier and Type Method Description abstract IdentityTrustManager.TrustDecision
IdentityTrustContext. isTrusted()
Make a trust decisionIdentityTrustManager.TrustDecision
IdentityTrustManager. isTrusted(SecurityContext securityContext)
Make a Trust Decision on a security contextIdentityTrustManager.TrustDecision
IdentityTrustModule. isTrusted()
Make the trust decisionIdentityTrustManager.TrustDecision
JBossIdentityTrustContext. isTrusted()
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. -
Uses of IdentityTrustManager.TrustDecision in org.jboss.security.identitytrust.modules
Methods in org.jboss.security.identitytrust.modules that return IdentityTrustManager.TrustDecision Modifier and Type Method Description abstract IdentityTrustManager.TrustDecision
AbstractIdentityTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysDenyTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysNotApplicableTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
AlwaysPermitTrustModule. isTrusted()
IdentityTrustManager.TrustDecision
JavaEETrustModule. isTrusted()
-
Uses of IdentityTrustManager.TrustDecision in org.jboss.security.plugins.identitytrust
Methods in org.jboss.security.plugins.identitytrust that return IdentityTrustManager.TrustDecision Modifier and Type Method Description IdentityTrustManager.TrustDecision
JBossIdentityTrustManager. isTrusted(SecurityContext securityContext)
-