private static class PromptingKeyProvider.WriteController<K extends SafeKey<K>> extends PromptingKeyProvider.Controller<K>
| Modifier | Constructor and Description |
|---|---|
private |
PromptingKeyProvider.WriteController(PromptingKeyProvider<K> provider,
PromptingKeyProvider.State state) |
| Modifier and Type | Method and Description |
|---|---|
void |
setChangeRequested(boolean changeRequested)
Requests to prompt the user for a new key upon the next call to
SafeKeyProvider.getWriteKey(), provided that the key is
set by then. |
getKey, getResource, setKeyprivate PromptingKeyProvider.WriteController(PromptingKeyProvider<K> provider, PromptingKeyProvider.State state)
public void setChangeRequested(boolean changeRequested)
PromptingKeyProvider.ControllerSafeKeyProvider.getWriteKey(), provided that the key is
set by then.setChangeRequested in class PromptingKeyProvider.Controller<K extends SafeKey<K>>changeRequested - whether or not the user shall get prompted
for a new key upon the next call to SafeKeyProvider.getWriteKey(),
provided that the key is set then.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.