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
- 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 Map getRoleMappings()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.