Uses of Interface
org.jboss.security.identitytrust.IdentityTrustModule
-
Packages that use IdentityTrustModule Package Description org.jboss.security.identitytrust org.jboss.security.identitytrust.modules -
-
Uses of IdentityTrustModule in org.jboss.security.identitytrust
Fields in org.jboss.security.identitytrust with type parameters of type IdentityTrustModule Modifier and Type Field Description protected List<IdentityTrustModule>IdentityTrustContext. modulesList of Identity Trust Modules -
Uses of IdentityTrustModule in org.jboss.security.identitytrust.modules
Classes in org.jboss.security.identitytrust.modules that implement IdentityTrustModule Modifier and Type Class Description classAbstractIdentityTrustModuleAbstract IdentityTrustModule that pulls in common stuffclassAlwaysDenyTrustModuleTrust Module that always returns DENYclassAlwaysNotApplicableTrustModuleTrust Module that always returns NotApplicableclassAlwaysPermitTrustModuleTrust Module that always does a PERMITclassJavaEETrustModuleTrust Module that deals with JavaEE RunAsIdentity We always trust the JavaEE RunAS to bypass authentication and will be governed by the authorization rules
-