Interface NimbusSecretCredential
- All Superinterfaces:
Credential
- All Known Implementing Classes:
BasicNimbusSecretCredential
@Deprecated(since="2.2.0",
forRemoval=true)
public interface NimbusSecretCredential
extends Credential
Deprecated, for removal: This API element is subject to removal in a future version.
Credential wrapping
Secret.-
Method Summary
Methods inherited from interface org.opensaml.security.credential.Credential
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
-
Method Details
-
getSecret
Deprecated, for removal: This API element is subject to removal in a future version.Get the client secret.- Returns:
- The client secret.
-
ClientSecretCredential