org.apache.geronimo.security.deploy
Class Security

java.lang.Object
  extended by org.apache.geronimo.security.deploy.Security
All Implemented Interfaces:
Serializable

public class Security
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Security()
           
 
Method Summary
 DefaultPrincipal getDefaultPrincipal()
           
 String getDefaultRole()
           
 Map getRoleMappings()
           
 boolean isDoAsCurrentCaller()
           
 boolean isUseContextHandler()
           
 void setDefaultPrincipal(DefaultPrincipal defaultPrincipal)
           
 void setDefaultRole(String defaultRole)
           
 void setDoAsCurrentCaller(boolean doAsCurrentCaller)
           
 void setUseContextHandler(boolean useContextHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security

public Security()
Method Detail

isDoAsCurrentCaller

public boolean isDoAsCurrentCaller()

setDoAsCurrentCaller

public void setDoAsCurrentCaller(boolean doAsCurrentCaller)

isUseContextHandler

public boolean isUseContextHandler()

setUseContextHandler

public void setUseContextHandler(boolean useContextHandler)

getDefaultRole

public String getDefaultRole()

setDefaultRole

public void setDefaultRole(String defaultRole)

getDefaultPrincipal

public DefaultPrincipal getDefaultPrincipal()

setDefaultPrincipal

public void setDefaultPrincipal(DefaultPrincipal defaultPrincipal)

getRoleMappings

public Map getRoleMappings()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.