| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Credential | |
|---|---|
| com.ibm.itim.apps.pim | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Shared Access Module.  | 
| com.ibm.itim.pim.authority | Provides an application programming interface for shared access authorization | 
| Uses of Credential in com.ibm.itim.apps.pim | 
|---|
| Methods in com.ibm.itim.apps.pim that return Credential | |
|---|---|
 Credential | 
CredentialMO.getData()
This API returns a current snapshot of the credential.  | 
| Methods in com.ibm.itim.apps.pim with parameters of type Credential | |
|---|---|
 Request | 
CredentialManager.addCredential(AccountMO account,
              Credential credential,
              boolean resetPassword,
              java.util.Date scheduledTime,
              java.lang.String justification)
This API adds an account's credential to the credential vault.  | 
 Request | 
CredentialManager.addCredential(AccountMO account,
              Credential credential,
              byte[] password,
              java.util.Date scheduledTime,
              java.lang.String justification)
The API adds an account's credential to the credential vault.  | 
 Request | 
CredentialManager.addCredential(OrganizationalContainerMO container,
              AccountMO account,
              Credential credential,
              boolean resetPassword,
              java.util.Date scheduledTime,
              java.lang.String justification)
This API adds an account's credential to the credential vault in the specified organizational container.  | 
 Request | 
CredentialManager.addCredential(OrganizationalContainerMO container,
              AccountMO account,
              Credential credential,
              byte[] password,
              java.util.Date scheduledTime,
              java.lang.String justification)
The API adds an account's credential to the credential vault in the specified organizational container.  | 
 Request | 
CredentialManager.addCredential(OrganizationalContainerMO container,
              ServiceInfo serviceInfo,
              Credential credential,
              byte[] password,
              java.util.Date scheduledTime,
              java.lang.String justification)
This API adds a credential to the credential vault.  | 
 boolean | 
SharedAccessManager.isViewPasswordAllowed(Credential nonExclusiveCredential)
This API determines if an authenticated user is authorized to view the password of non-exclusive credential.  | 
 void | 
CredentialMO.update(Credential credential)
This API updates the credential with the given credential value object.  | 
 void | 
CredentialMO.update(Credential credential,
       ServiceInfo credService)
This API updates the credential with the given credential value object and the credential service.  | 
| Uses of Credential in com.ibm.itim.pim.authority | 
|---|
| Methods in com.ibm.itim.pim.authority with parameters of type Credential | |
|---|---|
 boolean | 
SharedAccessAuthorizationStrategy.isViewPasswordAllowed(PersonEntity personEntity,
                      Credential credential)
Determines if the given user is authorized to view the password of a shared accesses.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||