org.fcrepo.server.security.impl
Class HashtableContextRegistry
java.lang.Object
org.fcrepo.server.security.impl.HashtableContextRegistry
- All Implemented Interfaces:
- ContextRegistry
public class HashtableContextRegistry
- extends Object
- implements ContextRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashtableContextRegistry
public HashtableContextRegistry()
registerContext
public void registerContext(Object key,
Context value)
- Specified by:
registerContext in interface ContextRegistry
unregisterContext
public void unregisterContext(Object key)
- Specified by:
unregisterContext in interface ContextRegistry
getContext
public Context getContext(Object key)
- Specified by:
getContext in interface ContextRegistry
Copyright © 2012 DuraSpace. All Rights Reserved.