Class BasicJWKReferenceCredential
java.lang.Object
org.opensaml.security.credential.AbstractCredential
net.shibboleth.oidc.security.credential.BasicJWKReferenceCredential
- All Implemented Interfaces:
JWKReferenceCredential,Credential
public class BasicJWKReferenceCredential
extends AbstractCredential
implements JWKReferenceCredential
A basic implementation of
JWKReferenceCredential.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Credential>Get the reference URI to the remote JWK.voidsetReferenceURI(URI uri) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opensaml.security.credential.AbstractCredential
getCredentialContextSet, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType, setEntityId, setPrivateKey, setPublicKey, setSecretKey, setUsageTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.security.credential.Credential
getCredentialContextSet, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
-
Field Details
-
referenceUri
A reference to a JWK.
-
-
Constructor Details
-
BasicJWKReferenceCredential
Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
BasicJWKReferenceCredential
Constructor.- Parameters:
uri- A reference to a JWK.
-
-
Method Details
-
setReferenceURI
Deprecated, for removal: This API element is subject to removal in a future version.Set the reference to a JWK.- Parameters:
uri- What to set.
-
getReferenceURI
Get the reference URI to the remote JWK.- Specified by:
getReferenceURIin interfaceJWKReferenceCredential- Returns:
- The reference URI to the remote JWK.
-
getCredentialType
- Specified by:
getCredentialTypein interfaceCredential
-