Package org.jboss.security
Interface SecurityManagerLocator
-
- All Known Subinterfaces:
SecurityContext
- All Known Implementing Classes:
JBossSecurityContext
public interface SecurityManagerLocator
Locator for the various security managers- Since:
- Sep 11, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditManager
getAuditManager()
AuthenticationManager
getAuthenticationManager()
AuthorizationManager
getAuthorizationManager()
IdentityTrustManager
getIdentityTrustManager()
MappingManager
getMappingManager()
-
-
-
Method Detail
-
getAuditManager
AuditManager getAuditManager()
-
getAuthenticationManager
AuthenticationManager getAuthenticationManager()
-
getAuthorizationManager
AuthorizationManager getAuthorizationManager()
-
getIdentityTrustManager
IdentityTrustManager getIdentityTrustManager()
-
getMappingManager
MappingManager getMappingManager()
-
-