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 wrappingSecret.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.nimbusds.oauth2.sdk.auth.SecretgetSecret()Deprecated, for removal: This API element is subject to removal in a future version.Get the client secret.-
Methods inherited from interface org.opensaml.security.credential.Credential
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
-
-