After you configure an endpoint to use a password consumer SDK application, you can run the application to get, check out, and check in privileged account passwords.
To run a Java SAM SDK application
java -cp PupmJavaSDK.jar;CAPUPMClientCommons.jar;jsafeFIPS.jar;[log4jLib];. applicationName {explicit | keyvalues} {checkout | checkin} "endpointType" "endpointName" "accountName" "accountContainer" flags
(Optional) Defines the name of the log4j library that the application uses to log runtime events and information.
Defines the name of the Java SAM SDK application.
Specifies that the command provides explicit values for each parameter.
Specifies that the command uses key/value pairs.
Specifies that the application retrieves (gets or checks out) a privileged account password.
Note: The flags parameter specifies the get or check out action that application performs.
Specifies that the application checks in a privileged account password.
Defines the type of endpoint on which the privileged account is defined.
Note: You can use the View Endpoint Type task in CA ControlMinder Enterprise Management to view a list of available endpoint types. Define the endpoint type exactly as it appears in CA ControlMinder Enterprise Management, for example, "SAP R3 via Provisioning".
Defines the name of the endpoint on which the privileged account is defined.
Defines the name of the privileged account.
Defines the name of the container in which the privileged account is defined.
If the privileged account is not defined in a container, specify "Accounts" for this parameter.
Specifies if the application checks out or gets the privileged account password.
Values: 0—check out or check in the privileged account password (GetOnly flag is false); 1—get the privileged account password (GetOnly flag is true)
The application performs the specified action on the privileged account password and displays the result.
Note: You can use the semsgtool utility to view the textual explanation of numerical SAM SDK error codes. For more information about the semsgtool utility, see the Reference Guide.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|