Interface JWKReferenceCredential
-
- All Superinterfaces:
Credential
- All Known Implementing Classes:
BasicJWKReferenceCredential
public interface JWKReferenceCredential extends Credential
Credential based on a reference (URI) to a JSON Web Key (JWK).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetReferenceURI()Get the reference URI to the remote JWK.-
Methods inherited from interface org.opensaml.security.credential.Credential
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
-
-
-
-
Method Detail
-
getReferenceURI
@Nonnull URI getReferenceURI()
Get the reference URI to the remote JWK.- Returns:
- The reference URI to the remote JWK.
-
-