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.TrustDecisionIdentityTrustContext. DENYprotected IdentityTrustManager.TrustDecisionIdentityTrustContext. NOTAPPLICABLEprotected IdentityTrustManager.TrustDecisionIdentityTrustContext. PERMITMethods in org.jboss.security.identitytrust that return IdentityTrustManager.TrustDecision Modifier and Type Method Description abstract IdentityTrustManager.TrustDecisionIdentityTrustContext. isTrusted()Make a trust decisionIdentityTrustManager.TrustDecisionIdentityTrustManager. isTrusted(SecurityContext securityContext)Make a Trust Decision on a security contextIdentityTrustManager.TrustDecisionIdentityTrustModule. isTrusted()Make the trust decisionIdentityTrustManager.TrustDecisionJBossIdentityTrustContext. isTrusted()static IdentityTrustManager.TrustDecisionIdentityTrustManager.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.TrustDecisionAbstractIdentityTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysDenyTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysNotApplicableTrustModule. isTrusted()IdentityTrustManager.TrustDecisionAlwaysPermitTrustModule. isTrusted()IdentityTrustManager.TrustDecisionJavaEETrustModule. 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.TrustDecisionJBossIdentityTrustManager. isTrusted(SecurityContext securityContext)
-