org.apache.geronimo.security.deploy
Class Security
java.lang.Object
org.apache.geronimo.security.deploy.Security
- All Implemented Interfaces:
- Serializable
- public class Security
- extends Object
- implements Serializable
- Version:
- $Revision: 1.4 $ $Date: 2004/07/27 01:57:06 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Security
public Security()
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 Set getRoleMappings()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.