org.fcrepo.server.config.webxml
Class AuthConstraint

java.lang.Object
  extended by org.fcrepo.server.config.webxml.AuthConstraint

public class AuthConstraint
extends Object


Constructor Summary
AuthConstraint()
           
 
Method Summary
 void addDescription(String description)
           
 List<String> getDescriptions()
           
 String getRoleName()
           
 void removeDescription(String description)
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthConstraint

public AuthConstraint()
Method Detail

getDescriptions

public List<String> getDescriptions()

addDescription

public void addDescription(String description)

removeDescription

public void removeDescription(String description)

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)


Copyright © 2011 DuraSpace. All Rights Reserved.