org.equanda.auth
Class AuthAndConfigProviderAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthAndConfigProviderAdapter
public AuthAndConfigProviderAdapter()
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.