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. modules
List 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 class
AbstractIdentityTrustModule
Abstract IdentityTrustModule that pulls in common stuffclass
AlwaysDenyTrustModule
Trust Module that always returns DENYclass
AlwaysNotApplicableTrustModule
Trust Module that always returns NotApplicableclass
AlwaysPermitTrustModule
Trust Module that always does a PERMITclass
JavaEETrustModule
Trust Module that deals with JavaEE RunAsIdentity We always trust the JavaEE RunAS to bypass authentication and will be governed by the authorization rules
-