@ThreadSafe public final class UnknownKeyManager extends AbstractKeyManager<Object>
| Modifier and Type | Field and Description |
|---|---|
static KeyManager<Object> |
SINGLETON
The singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
link(URI oldResource,
URI newResource)
Notifies this key manager that a protected resource has been linked.
|
KeyProvider<Object> |
provider(URI resource)
Returns a key provider for accessing the identified protected resource.
|
void |
release(URI resource)
Notifies this key manager that a protected resource has been released.
|
void |
unlink(URI resource)
Notifies this key manager that a protected resource has been unlinked.
|
toStringequals, hashCodepublic static final KeyManager<Object> SINGLETON
public void link(URI oldResource, URI newResource)
KeyManageroldResource - the old URI of the protected resource.newResource - the new URI of the protected resource.public KeyProvider<Object> provider(URI resource)
KeyManagerresource - the URI of the protected resource.public void release(URI resource)
KeyManagerresource - the URI of the protected resource.public void unlink(URI resource)
KeyManagerKeyManager.release(java.net.URI).resource - the URI of the protected resource.Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.