Uses of Interface
org.jboss.security.identitytrust.IdentityTrustManager
-
Packages that use IdentityTrustManager Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.plugins Security plugins have moved to the jbosssx cvs module.org.jboss.security.plugins.identitytrust org.picketbox.plugins -
-
Uses of IdentityTrustManager in org.jboss.security
Methods in org.jboss.security that return IdentityTrustManager Modifier and Type Method Description IdentityTrustManager
ISecurityManagement. getIdentityTrustManager(String securityDomain)
IdentityTrustManager configured for the security domainIdentityTrustManager
SecurityManagerLocator. getIdentityTrustManager()
static IdentityTrustManager
SecurityUtil. getIdentityTrustManager(String securityDomain, String baseContext)
Do a JNDI lookup to obtain the IdentityTrust Manager -
Uses of IdentityTrustManager in org.jboss.security.plugins
Methods in org.jboss.security.plugins that return IdentityTrustManager Modifier and Type Method Description IdentityTrustManager
DefaultSecurityManagement. getIdentityTrustManager(String securityDomain)
IdentityTrustManager
JBossSecurityContext. getIdentityTrustManager()
-
Uses of IdentityTrustManager in org.jboss.security.plugins.identitytrust
Classes in org.jboss.security.plugins.identitytrust that implement IdentityTrustManager Modifier and Type Class Description class
JBossIdentityTrustManager
Identity Trust Manager default implementation -
Uses of IdentityTrustManager in org.picketbox.plugins
Methods in org.picketbox.plugins that return IdentityTrustManager Modifier and Type Method Description IdentityTrustManager
PicketBoxSecurityManagement. getIdentityTrustManager(String securityDomain)
IdentityTrustManager
SecurityFactorySecurityManagement. getIdentityTrustManager(String securityDomain)
-