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.
|
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 AccessCredentials getCredentials(String credentialsKey)
credentialsKey - - Key Name to uniquely identify specific credentialpublic String getMapName()
public void setMapName(String mapName)
public String getJpsConfigPath()
public void setJpsConfigPath(String jpsConfigPath)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.