public interface ICredentialStore extends ICredentialProvider
ICredentialProvider that supports writing.| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all credentials
|
void |
removeCredential(ICredentialScope scope)
Remove the credential for a given scope.
|
void |
setCredential(ICredentialScope scope,
ICredential credential)
Associate a credential with a given scope.
|
acceptCredentialScope, getCredentialvoid clear()
void removeCredential(ICredentialScope scope)
scope - void setCredential(ICredentialScope scope, ICredential credential)
scope - credential - Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.