Class JWKSetCriterion
java.lang.Object
net.shibboleth.oidc.security.jose.criterion.JWKSetCriterion
- All Implemented Interfaces:
Criterion
An implementation of
Criterion which specifies criteria based
on the contents of a JWKSet element.- Since:
- 2.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.nimbusds.jose.jwk.JWKSetThe JWKSet which serves as a source of credentials. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jwkSet
@Nullable private com.nimbusds.jose.jwk.JWKSet jwkSetThe JWKSet which serves as a source of credentials.
-
-
Constructor Details
-
JWKSetCriterion
public JWKSetCriterion(@Nullable com.nimbusds.jose.jwk.JWKSet newJwkSet) Constructor.- Parameters:
newJwkSet- the JWKSet credentials
-
-
Method Details
-
getJWKSet
@Nullable public com.nimbusds.jose.jwk.JWKSet getJWKSet()Gets the JWKSet which is the source of credentials.- Returns:
- the JWKSet credentials
-
setJWKSet
public void setJWKSet(@Nullable com.nimbusds.jose.jwk.JWKSet newJwkSet) Sets the JWKSet which is the source of credentials.- Parameters:
newJwkSet- the JWKSet to use as a source of credentials
-
toString
-
hashCode
public int hashCode() -
equals
-