org.apache.geronimo.security.deployment
Class SecurityConfiguration

java.lang.Object
  extended by org.apache.geronimo.security.deployment.SecurityConfiguration

public class SecurityConfiguration
extends Object


Constructor Summary
SecurityConfiguration(Map principalRoleMap, Map<String,SubjectInfo> roleDesignates, SubjectInfo defaultSubjectInfo, String defaultRole, boolean doAsCurrentCaller, boolean useContextHandler)
           
 
Method Summary
 String getDefaultRole()
           
 String getDefaultSubjectId()
           
 SubjectInfo getDefaultSubjectInfo()
           
 String getDefaultSubjectRealm()
           
 Map getPrincipalRoleMap()
           
 Map<String,SubjectInfo> getRoleDesignates()
           
 boolean isDoAsCurrentCaller()
           
 boolean isUseContextHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConfiguration

public SecurityConfiguration(Map principalRoleMap,
                             Map<String,SubjectInfo> roleDesignates,
                             SubjectInfo defaultSubjectInfo,
                             String defaultRole,
                             boolean doAsCurrentCaller,
                             boolean useContextHandler)
Method Detail

getPrincipalRoleMap

public Map getPrincipalRoleMap()

getRoleDesignates

public Map<String,SubjectInfo> getRoleDesignates()

getDefaultSubjectInfo

public SubjectInfo getDefaultSubjectInfo()

getDefaultSubjectRealm

public String getDefaultSubjectRealm()

getDefaultSubjectId

public String getDefaultSubjectId()

getDefaultRole

public String getDefaultRole()

isDoAsCurrentCaller

public boolean isDoAsCurrentCaller()

isUseContextHandler

public boolean isUseContextHandler()


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