Class JOSEObjectCriterion
java.lang.Object
net.shibboleth.oidc.security.jose.criterion.JOSEObjectCriterion
- All Implemented Interfaces:
Criterion
An implementation of
Criterion which specifies criteria based
on the contents of a JOSEObject element.- Since:
- 2.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JOSEObjectThe JOSEObject which serves as the source for credential criteria. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the JOSEObject which is the source of credential criteria.inthashCode()voidsetJOSEObject(JOSEObject newJOSEObject) Sets the JOSEObject which is the source of credential criteria.toString()
-
Field Details
-
joseObject
The JOSEObject which serves as the source for credential criteria.
-
-
Constructor Details
-
JOSEObjectCriterion
Constructor.- Parameters:
newJOSEObject- the JOSEObject credential criteria to use
-
-
Method Details
-
getJOSEObject
Gets the JOSEObject which is the source of credential criteria.- Returns:
- the JOSEObject credential criteria
-
setJOSEObject
Sets the JOSEObject which is the source of credential criteria.- Parameters:
newJOSEObject- the JOSEObject to use as credential criteria
-
toString
-
hashCode
public int hashCode() -
equals
-