com.ibm.portal.portlet.service.credentialvault.spi.secrets
Interface JaasSubjectCredentialSecret
- All Superinterfaces:
- CredentialSecret
-
public interface JaasSubjectCredentialSecret
- extends CredentialSecret
Implementation of the CredentialSecret class for secrets in form of a Jaas Subject.
- Since:
- 5.1.0.1
Method Summary
|
javax.security.auth.Subject |
getSecret()
Return the secret. |
int |
getType()
Return the type of the secret. |
void |
setSecret(javax.security.auth.Subject secret)
Sets the secret. |
getType
int getType()
- Returns the type of the secret.
- Specified by:
- getType in interface CredentialSecret
- Returns:
- The credential Secret Type identifier.
getSecret
javax.security.auth.Subject getSecret()
- Returns the secret.
- Returns:
- The secret.
setSecret
void setSecret(javax.security.auth.Subject secret)
- Sets the secret.
- Parameters:
- secret - The secret.