| Modifier and Type | Method and Description |
|---|---|
boolean |
AllApiExample.approvePasswordRequests() |
boolean |
AllApiExample.checkInAsAdmin() |
boolean |
AllApiExample.checkInAsUser() |
boolean |
AllApiExample.checkOut() |
boolean |
AllApiExample.createAccount() |
boolean |
AllApiExample.createResource() |
boolean |
AllApiExample.getSharedResources() |
static void |
AllEntitiesUsageExample.main(java.lang.String[] args) |
boolean |
AllApiExample.rejectPasswordRequests() |
boolean |
AllApiExample.requestPasswordApproval() |
| Constructor and Description |
|---|
AllApiExample() |
| Constructor and Description |
|---|
Audit(PAMService service,
APIRequestHandler rest) |
| Constructor and Description |
|---|
Certificate(PAMService service,
APIRequestHandler rest,
java.util.Map<java.lang.String,java.lang.String> connectionParams) |
SSHKey(PAMService service,
APIRequestHandler rest,
java.util.Map<java.lang.String,java.lang.String> connectionParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessControl.approvePasswordRequests(java.lang.String accountName,
java.lang.String resourceName,
java.lang.String requesterName)
Approve the password request for account requested by user
|
boolean |
AccessControl.checkInasAdmin(java.lang.String resourceName,
java.lang.String accountName,
java.lang.String requesterName)
Check in the password requested for account from user by admin
|
boolean |
AccessControl.checkInasUser(java.lang.String resourceName,
java.lang.String accountName)
Check in the password requested for account by user
|
java.lang.String |
AccessControl.checkOut(java.lang.String accountName,
java.lang.String resourceName,
java.lang.String reason)
Check out the password requested for account
|
org.json.JSONObject |
Account.createAccount(java.lang.String resourceName,
java.util.List<AccountModel> accountModels)
Create an account under a resource
|
long |
AccessControl.getAccountId(java.lang.String resourceName,
java.lang.String accountName)
to get account id of particular resource
|
boolean |
AccessControl.rejectPasswordRequest(java.lang.String accountName,
java.lang.String resourceName,
java.lang.String requesterName)
Reject the password request for account requested by user
|
java.lang.String |
AccessControl.requestPasswordApproval(java.lang.String resourceName,
java.lang.String accountName,
java.lang.String reason)
Send request for password approval for an account
|
| Constructor and Description |
|---|
AccessControl(PAMService service,
APIRequestHandler rest) |
Account(PAMService service,
APIRequestHandler rest) |
Password(PAMService service,
APIRequestHandler rest) |
Resource(PAMService service,
APIRequestHandler rest) |
ResourceGroup(PAMService service,
APIRequestHandler rest) |
| Modifier and Type | Method and Description |
|---|---|
AccessControl |
PAMService.getAccessControlInstance()
Get the instance of AccessControl entity.
|
Account |
PAMService.getAccountInstance()
Get the instance of Account entity.
|
Audit |
PAMService.getAuditInstance()
Get the instance of Audit entity.
|
Password |
PAMService.getPasswordInstance()
Get the instance of Password entity.
|
ResourceGroup |
PAMService.getResourceGroupInstance()
Get the instance of ResourceGroup entity.
|
Resource |
PAMService.getResourceInstance()
Get the instance of Resource entity.
|
User |
PAMService.getUserInstance()
Get the instance of User entity.
|
void |
ClientRegistrationManager.register(java.lang.String registrationToken)
Register a client with the given token.
|
void |
RegistrationHandler.register(java.lang.String token,
java.lang.String clientName) |
void |
ClientRegistrationManager.register(java.lang.String registrationToken,
java.lang.String clientName)
Register a client with the given token and the client name.
|
void |
RegistrationHandler.removeConfiguration() |
void |
ClientRegistrationManager.removeConfiguration()
Remove the locally stored client configurations.
|
void |
ClientRegistrationManager.update(java.lang.String registrationToken)
Update the client with the given configuration, if the updating existing client fails, PAM360 server will try to register a new client.
|
void |
ClientRegistrationManager.update(java.lang.String registrationToken,
java.lang.String clientName)
Update the client with the given configuration, if the updating existing client fails, PAM360 server will try to register a new client.
|
| Constructor and Description |
|---|
User(PAMService service,
APIRequestHandler rest) |