| Package | Description |
|---|---|
| net.java.truevfs.key.spec |
Provides an extensible manager for generic keys required to create or open
protected resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PromptingKeyProvider<K extends SafeKey<K>>
A "safe" key provider which prompts the user for a key for its protected
resource.
|
class |
SafeKeyProvider<K extends SafeKey<K>>
Provides the base functionality required to implement a "safe" key provider.
|
| Modifier and Type | Method and Description |
|---|---|
abstract KeyProvider<K> |
KeyManager.delete(URI resource)
Deletes the mapped key provider for the given protected resource.
|
abstract KeyProvider<K> |
KeyManager.get(URI resource)
Returns the mapped key provider for the given protected resource or
null if no key provider is mapped yet. |
abstract KeyProvider<K> |
KeyManager.make(URI resource)
Returns the mapped key provider for the given protected resource.
|
abstract KeyProvider<K> |
KeyManager.move(URI oldResource,
URI newResource)
Moves the mapped key provider from the URI
oldResource to
newResource. |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.