|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ServiceInfo | |
|---|---|
| com.ibm.itim.apps.pim | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Shared Access Module. |
| Uses of ServiceInfo in com.ibm.itim.apps.pim |
|---|
| Methods in com.ibm.itim.apps.pim that return ServiceInfo | |
|---|---|
ServiceInfo |
CredentialMO.getServiceInfo()
This method gets the credential service for the credential. |
| Methods in com.ibm.itim.apps.pim that return types with arguments of type ServiceInfo | |
|---|---|
java.util.Collection<ServiceInfo> |
CredentialManager.getCredentialServices(java.lang.String serviceName,
java.lang.String serviceUidOrAlias,
SearchParameters searchParam,
SearchResultsStatus searchStatus)
This API gets a list of credential services that match the search strings of service name, and service uid (or alias). |
| Methods in com.ibm.itim.apps.pim with parameters of type ServiceInfo | |
|---|---|
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. |
void |
CredentialMO.update(Credential credential,
ServiceInfo credService)
This API updates the credential with the given credential value object and the credential service. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||