Class JWKSetCriterion
java.lang.Object
net.shibboleth.oidc.security.jose.criterion.JWKSetCriterion
- All Implemented Interfaces:
Criterion
- Since:
- 2.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
jwkSet
The JWKSet which serves as a source of credentials.
-
-
Constructor Details
-
JWKSetCriterion
Constructor.- Parameters:
newJwkSet- the JWKSet credentials
-
-
Method Details
-
getJWKSet
Gets the JWKSet which is the source of credentials.- Returns:
- the JWKSet credentials
-
setJWKSet
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
-