| Package | Description |
|---|---|
| oracle.security.jps.service.credstore |
| Modifier and Type | Method and Description |
|---|---|
static GenericCredential |
CredentialFactory.newGenericCredential(java.lang.Object credential)
Creates the new GenericCredential credential
|
static GenericCredential |
CredentialFactory.newGenericCredential(java.lang.Object credential, java.util.Calendar expiryTime)
Creates the time bound GenericCredential credential
|
static GenericCredential |
CredentialFactory.newGenericCredential(java.lang.Object credential, java.lang.String description)
Creates the new GenericCredential credential
|
static GenericCredential |
CredentialFactory.newGenericCredential(java.lang.Object credential, java.lang.String description, java.util.Calendar expiryTime)
Creates the time bound GenericCredential credential
|