org.apache.geronimo.security.deployment
Class SecurityConfiguration
java.lang.Object
org.apache.geronimo.security.deployment.SecurityConfiguration
public class SecurityConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityConfiguration
public SecurityConfiguration(Map principalRoleMap,
Map<String,SubjectInfo> roleDesignates,
SubjectInfo defaultSubjectInfo,
String defaultRole,
boolean doAsCurrentCaller,
boolean useContextHandler)
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-2007 Apache Software Foundation. All Rights Reserved.