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)
getRoleMappings
public Map<String,Role> getRoleMappings()
getDefaultSubjectInfo
public SubjectInfo getDefaultSubjectInfo()
setDefaultSubjectInfo
public void setDefaultSubjectInfo(SubjectInfo defaultSubjectInfo)
getRoleSubjectMappings
public Map<String,SubjectInfo> getRoleSubjectMappings()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.