org.jboss.system.server.security
Class SecurityPolicy

java.lang.Object
  extended by org.jboss.system.server.security.SecurityPolicy

public class SecurityPolicy
extends Object

SecurityPolicy.

Version:
$Revision: 85526 $
Author:
Adrian Brock

Constructor Summary
SecurityPolicy()
           
 
Method Summary
 URL getPolicyURL()
          Get the policyURL.
 SecurityManager getSecurityManager()
          Get the securityManager.
 void setPolicyURL(URL policyURL)
          Set the policyURL.
 void setSecurityManager(SecurityManager securityManager)
          Set the securityManager.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPolicy

public SecurityPolicy()
Method Detail

getSecurityManager

public SecurityManager getSecurityManager()
Get the securityManager.

Returns:
the securityManager.

setSecurityManager

public void setSecurityManager(SecurityManager securityManager)
Set the securityManager.

Parameters:
securityManager - the securityManager.

getPolicyURL

public URL getPolicyURL()
Get the policyURL.

Returns:
the policyURL.

setPolicyURL

public void setPolicyURL(URL policyURL)
Set the policyURL.

Parameters:
policyURL - the policyURL.

start

public void start()

stop

public void stop()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.