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 IdentityTrustManagerISecurityManagement. getIdentityTrustManager(String securityDomain)IdentityTrustManager configured for the security domainIdentityTrustManagerSecurityManagerLocator. getIdentityTrustManager()static IdentityTrustManagerSecurityUtil. 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 IdentityTrustManagerDefaultSecurityManagement. getIdentityTrustManager(String securityDomain)IdentityTrustManagerJBossSecurityContext. 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 classJBossIdentityTrustManagerIdentity Trust Manager default implementation -
Uses of IdentityTrustManager in org.picketbox.plugins
Methods in org.picketbox.plugins that return IdentityTrustManager Modifier and Type Method Description IdentityTrustManagerPicketBoxSecurityManagement. getIdentityTrustManager(String securityDomain)IdentityTrustManagerSecurityFactorySecurityManagement. getIdentityTrustManager(String securityDomain)
-