Class JOSEObjectCriterion
- java.lang.Object
-
- net.shibboleth.oidc.security.jose.criterion.JOSEObjectCriterion
-
-
Field Summary
Fields Modifier and Type Field Description private com.nimbusds.jose.JOSEObjectjoseObjectThe JOSEObject which serves as the source for credential criteria.
-
Constructor Summary
Constructors Constructor Description JOSEObjectCriterion(com.nimbusds.jose.JOSEObject newJOSEObject)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)com.nimbusds.jose.JOSEObjectgetJOSEObject()Gets the JOSEObject which is the source of credential criteria.inthashCode()voidsetJOSEObject(com.nimbusds.jose.JOSEObject newJOSEObject)Sets the JOSEObject which is the source of credential criteria.StringtoString()
-
-
-
Method Detail
-
getJOSEObject
@Nullable public com.nimbusds.jose.JOSEObject getJOSEObject()
Gets the JOSEObject which is the source of credential criteria.- Returns:
- the JOSEObject credential criteria
-
setJOSEObject
public void setJOSEObject(@Nullable com.nimbusds.jose.JOSEObject newJOSEObject)Sets the JOSEObject which is the source of credential criteria.- Parameters:
newJOSEObject- the JOSEObject to use as credential criteria
-
-