Class JWKSetCriterion
- java.lang.Object
-
- net.shibboleth.oidc.security.jose.criterion.JWKSetCriterion
-
-
Field Summary
Fields Modifier and Type Field Description private com.nimbusds.jose.jwk.JWKSetjwkSetThe JWKSet which serves as a source of credentials.
-
Constructor Summary
Constructors Constructor Description JWKSetCriterion(com.nimbusds.jose.jwk.JWKSet newJwkSet)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)com.nimbusds.jose.jwk.JWKSetgetJWKSet()Gets the JWKSet which is the source of credentials.inthashCode()voidsetJWKSet(com.nimbusds.jose.jwk.JWKSet newJwkSet)Sets the JWKSet which is the source of credentials.StringtoString()
-
-
-
Method Detail
-
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
-
-