public class CSFManager extends Object
Constructor and Description |
---|
CSFManager() |
Modifier and Type | Method and Description |
---|---|
AccessCredentials |
getCredentials(String credentialsKey)
Method to retrieve username and password credentials from credential store
specified by jps config.
|
char[] |
getGenericCredential(String credentialsKey)
Method to retrieve password credentials from credential store
specified by jps config.
|
String |
getJpsConfigPath()
Gets the jpsConfigPath where jps-config.xml is located.
|
String |
getMapName()
Gets the mapname to uniquely identify the workbench credentials of
current application in CredentialStore.
|
void |
setJpsConfigPath(String jpsConfigPath)
Sets the jpsConfigPath where jps-config.xml is located.
|
void |
setMapName(String mapName)
Sets the mapname to uniquely identify the workbench credentials of
current application in CredentialStore.
|
public char[] getGenericCredential(String credentialsKey)
credentialsKey
- - Key Name to uniquely identify specific credentialpublic AccessCredentials getCredentials(String credentialsKey)
credentialsKey
- - Key Name to uniquely identify specific credentialpublic String getMapName()
public void setMapName(String mapName)
String
- value of mapNamepublic String getJpsConfigPath()
public void setJpsConfigPath(String jpsConfigPath)
String
- value of jpsConfigPathCopyright © 2017, Oracle and/or its affiliates. All rights reserved.