org.fcrepo.server.security
Class ServiceDeploymentRoleConfig

java.lang.Object
  extended by org.fcrepo.server.security.AbstractRoleConfig
      extended by org.fcrepo.server.security.ServiceDeploymentRoleConfig
All Implemented Interfaces:
BERoleConfig

public class ServiceDeploymentRoleConfig
extends AbstractRoleConfig


Constructor Summary
ServiceDeploymentRoleConfig(DefaultRoleConfig defaultConfig, String pid)
           
 
Method Summary
 SortedMap<String,MethodRoleConfig> getMethodConfigs()
           
 String getRole()
          Get the name of the role this configuration applies to.
 
Methods inherited from class org.fcrepo.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

ServiceDeploymentRoleConfig

public ServiceDeploymentRoleConfig(DefaultRoleConfig defaultConfig,
                                   String pid)
Method Detail

getRole

public 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 SortedMap<String,MethodRoleConfig> getMethodConfigs()


Copyright © 2012 DuraSpace. All Rights Reserved.