org.jboss.security.plugins
Class DefaultSecurityManagement
java.lang.Object
org.jboss.security.plugins.DefaultSecurityManagement
- All Implemented Interfaces:
- Serializable, org.jboss.security.ISecurityManagement
public class DefaultSecurityManagement
- extends Object
- implements org.jboss.security.ISecurityManagement
The Default Security Management class that instantiates the standard
Security Managers (Authentication, Authorization, Audit, Mapping,IdentityTrust etc)
- Since:
- Sep 9, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSecurityManagement
public DefaultSecurityManagement(CallbackHandler cbh)
getAuditManager
public org.jboss.security.audit.AuditManager getAuditManager(String securityDomain)
- Specified by:
getAuditManager
in interface org.jboss.security.ISecurityManagement
- See Also:
ISecurityManagement#getAuditManager()
getAuthenticationManager
public org.jboss.security.AuthenticationManager getAuthenticationManager(String securityDomain)
- Specified by:
getAuthenticationManager
in interface org.jboss.security.ISecurityManagement
- See Also:
ISecurityManagement#getAuthenticationManager()
getAuthorizationManager
public org.jboss.security.AuthorizationManager getAuthorizationManager(String securityDomain)
- Specified by:
getAuthorizationManager
in interface org.jboss.security.ISecurityManagement
- See Also:
ISecurityManagement#getAuthorizationManager()
getIdentityTrustManager
public org.jboss.security.identitytrust.IdentityTrustManager getIdentityTrustManager(String securityDomain)
- Specified by:
getIdentityTrustManager
in interface org.jboss.security.ISecurityManagement
- See Also:
ISecurityManagement#getIdentityTrustManager()
getMappingManager
public org.jboss.security.mapping.MappingManager getMappingManager(String securityDomain)
- Specified by:
getMappingManager
in interface org.jboss.security.ISecurityManagement
- See Also:
ISecurityManagement#getMappingManager()
Copyright © 2009 JBoss Inc.. All Rights Reserved.