fedora.server.security
Class BMechRoleConfig

java.lang.Object
  extended by fedora.server.security.AbstractRoleConfig
      extended by fedora.server.security.BMechRoleConfig
All Implemented Interfaces:
BERoleConfig

public class BMechRoleConfig
extends AbstractRoleConfig


Constructor Summary
BMechRoleConfig(DefaultRoleConfig defaultConfig, java.lang.String pid)
           
 
Method Summary
 java.util.SortedMap<java.lang.String,MethodRoleConfig> getMethodConfigs()
           
 java.lang.String getRole()
          Get the name of the role this configuration applies to.
 
Methods inherited from class fedora.server.security.AbstractRoleConfig
getCallbackBasicAuth, getCallbackSSL, getCallBasicAuth, getCallPassword, getCallSSL, getCallUsername, getEffectiveCallbackBasicAuth, getEffectiveCallbackSSL, getEffectiveCallBasicAuth, getEffectiveCallPassword, getEffectiveCallSSL, getEffectiveCallUsername, getEffectiveIPList, getIPList, setCallbackBasicAuth, setCallbackSSL, setCallBasicAuth, setCallPassword, setCallSSL, setCallUsername, setIPList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMechRoleConfig

public BMechRoleConfig(DefaultRoleConfig defaultConfig,
                       java.lang.String pid)
Method Detail

getRole

public java.lang.String getRole()
Description copied from interface: BERoleConfig
Get the name of the role this configuration applies to.

Specified by:
getRole in interface BERoleConfig
Specified by:
getRole in class AbstractRoleConfig

getMethodConfigs

public java.util.SortedMap<java.lang.String,MethodRoleConfig> getMethodConfigs()