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
 String getDefaultRole()
           
 SubjectInfo getDefaultSubjectInfo()
           
 Map<String,Role> getRoleMappings()
           
 Map<String,SubjectInfo> getRoleSubjectMappings()
           
 boolean isDoAsCurrentCaller()
           
 boolean isUseContextHandler()
           
 void setDefaultRole(String defaultRole)
           
 void setDefaultSubjectInfo(SubjectInfo defaultSubjectInfo)
           
 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)

getRoleMappings

public Map<String,Role> getRoleMappings()

getDefaultSubjectInfo

public SubjectInfo getDefaultSubjectInfo()

setDefaultSubjectInfo

public void setDefaultSubjectInfo(SubjectInfo defaultSubjectInfo)

getRoleSubjectMappings

public Map<String,SubjectInfo> getRoleSubjectMappings()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.