org.equanda.auth
Class AuthAndConfigProviderAdapter

java.lang.Object
  extended by org.equanda.auth.AuthAndConfigProviderAdapter
All Implemented Interfaces:
AuthAndConfigProvider
Direct Known Subclasses:
MapAuthAndConfigProvider

public abstract class AuthAndConfigProviderAdapter
extends Object
implements AuthAndConfigProvider

Adapter class for providing configuration and authorization information for a specific key.

Author:
Joachim Van der Auwera

Constructor Summary
AuthAndConfigProviderAdapter()
           
 
Method Summary
 boolean hasKey(String key)
           
 boolean isDeletable(String key)
           
 boolean isDisplayList(String key)
           
 boolean isDisplayPrint(String key)
           
 boolean isDisplaySummary(String key)
           
 boolean isReadable(String key)
           
 boolean isWritable(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthAndConfigProviderAdapter

public AuthAndConfigProviderAdapter()
Method Detail

hasKey

public boolean hasKey(String key)
Specified by:
hasKey in interface AuthAndConfigProvider

isReadable

public boolean isReadable(String key)
Specified by:
isReadable in interface AuthAndConfigProvider

isWritable

public boolean isWritable(String key)
Specified by:
isWritable in interface AuthAndConfigProvider

isDeletable

public boolean isDeletable(String key)
Specified by:
isDeletable in interface AuthAndConfigProvider

isDisplaySummary

public boolean isDisplaySummary(String key)
Specified by:
isDisplaySummary in interface AuthAndConfigProvider

isDisplayList

public boolean isDisplayList(String key)
Specified by:
isDisplayList in interface AuthAndConfigProvider

isDisplayPrint

public boolean isDisplayPrint(String key)
Specified by:
isDisplayPrint in interface AuthAndConfigProvider


Copyright © 2007-2009. All Rights Reserved.