org.jboss.security
Interface SecurityManagerLocator

All Known Subinterfaces:
SecurityContext

public interface SecurityManagerLocator

Locator for the various security managers

Since:
Sep 11, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Method Summary
 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()


Copyright © 2009 JBoss Inc.. All Rights Reserved.