org.jboss.portal.security.impl.jacc
Class JACCPortalAuthorizationManagerFactory

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.security.impl.jacc.JACCPortalAuthorizationManagerFactory
All Implemented Interfaces:
PortalAuthorizationManagerFactory

public class JACCPortalAuthorizationManagerFactory
extends AbstractJBossService
implements PortalAuthorizationManagerFactory

Version:
$Revision: 7235 $
Author:
Julien Viet

Constructor Summary
JACCPortalAuthorizationManagerFactory()
           
 
Method Summary
 AuthorizationDomainRegistry getAuthorizationDomainRegistry()
           
 PortalAuthorizationManager getManager()
          Return the portal authorization manager instance.
 void setAuthorizationDomainRegistry(AuthorizationDomainRegistry authorizationDomainRegistry)
           
protected  void startService()
          Set the PolicyContext subject security handler and the delegating policy.
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACCPortalAuthorizationManagerFactory

public JACCPortalAuthorizationManagerFactory()
Method Detail

getAuthorizationDomainRegistry

public AuthorizationDomainRegistry getAuthorizationDomainRegistry()

setAuthorizationDomainRegistry

public void setAuthorizationDomainRegistry(AuthorizationDomainRegistry authorizationDomainRegistry)

getManager

public PortalAuthorizationManager getManager()
Description copied from interface: PortalAuthorizationManagerFactory
Return the portal authorization manager instance.

Specified by:
getManager in interface PortalAuthorizationManagerFactory
Returns:
the portal authorization manager

startService

protected void startService()
                     throws java.lang.Exception
Set the PolicyContext subject security handler and the delegating policy.

Throws:
java.lang.Exception