@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 originUri,
URI targetUri)
Notifies this key manager that a protected resource has been linked.
|
KeyProvider<Object> |
provider(URI uri)
Returns a key provider for accessing the identified protected resource.
|
void |
release(URI uri)
Notifies this key manager that a protected resource has been released.
|
void |
unlink(URI uri)
Notifies this key manager that a protected resource has been unlinked.
|
toStringequals, hashCodepublic static final KeyManager<Object> SINGLETON
public void link(URI originUri, URI targetUri)
KeyManageroriginUri - the origin URI of the protected resource.targetUri - the target URI of the protected resource.public KeyProvider<Object> provider(URI uri)
KeyManageruri - the URI of the protected resource.public void release(URI uri)
KeyManageruri - the URI of the protected resource.public void unlink(URI uri)
KeyManagerKeyManager.release(java.net.URI).uri - the URI of the protected resource.Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.