org.equanda.auth
Interface MutableAuthAndConfigProvider

All Superinterfaces:
AuthAndConfigProvider
All Known Implementing Classes:
MapAuthAndConfigProvider, ParsedAuthAndConfigProvider

public interface MutableAuthAndConfigProvider
extends AuthAndConfigProvider


Method Summary
 void setDelete(String key)
          Set the key to allow delete
 void setDisplayList(String key)
          Set the key to allow list
 void setDisplayPrint(String key)
          Set the key to allow print
 void setDisplaySummary(String key)
          Set the key to allow summary
 void setHidden(String key)
          Set hidden
 void setReadable(String key)
          Set the key readable/viewable?
 void setWritable(String key)
          Set the key writable/editable?
 
Methods inherited from interface org.equanda.client.AuthAndConfigProvider
hasKey, isDeletable, isDisplayList, isDisplayPrint, isDisplaySummary, isReadable, isWritable
 

Method Detail

setReadable

void setReadable(String key)
Set the key readable/viewable?

Parameters:
key - key to set authorization for

setWritable

void setWritable(String key)
Set the key writable/editable?

Parameters:
key - key to set authorization for

setDisplayList

void setDisplayList(String key)
Set the key to allow list

Parameters:
key - key to set authorization for

setDisplaySummary

void setDisplaySummary(String key)
Set the key to allow summary

Parameters:
key - key to set authorization for

setDisplayPrint

void setDisplayPrint(String key)
Set the key to allow print

Parameters:
key - key to set authorization for

setDelete

void setDelete(String key)
Set the key to allow delete

Parameters:
key - key to set authorization for

setHidden

void setHidden(String key)
Set hidden

Parameters:
key - key to set authorization for


Copyright © 2007-2009. All Rights Reserved.