@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.
|
toString
equals, hashCode
public static final KeyManager<Object> SINGLETON
public void link(URI oldResource, URI newResource)
KeyManager
oldResource
- the old URI of the protected resource.newResource
- the new URI of the protected resource.public KeyProvider<Object> provider(URI resource)
KeyManager
resource
- the URI of the protected resource.public void release(URI resource)
KeyManager
resource
- the URI of the protected resource.public void unlink(URI resource)
KeyManager
KeyManager.release(java.net.URI)
.resource
- the URI of the protected resource.Copyright © 2012–2017 Schlichtherle IT Services. All rights reserved.