public interface CredentialVault
| Modifier and Type | Method and Description |
|---|---|
String[] |
getStoredIds()
Returns the ids for stored credentials
|
boolean |
hasCredentials(String endpointId) |
Credentials |
newCredentials(String endpointId)
Creates new credentials which are stored in this vault
|
void |
remove(String endpointId)
Removes credentials for a given endpoint id from the vault
|
Credentials |
retrieve(String endpointId)
Retrieves credentials for a given endpoint id from the vault
|
void |
store(Credentials credentials)
Places the given credentials into the vault
|
void store(Credentials credentials)
credentials - the credentialsCredentials retrieve(String endpointId)
endpointId - the endpoint idvoid remove(String endpointId)
endpointId - Stringboolean hasCredentials(String endpointId)
Credentials newCredentials(String endpointId)
endpointId - StringString[] getStoredIds()
Copyright © 2005–2017 Alfresco Software. All rights reserved.