Package sh.ory.hydra.model
Class JSONWebKeySet
- java.lang.Object
-
- sh.ory.hydra.model.JSONWebKeySet
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class JSONWebKeySet extends Object
It is important that this model object is named JSONWebKeySet for \"swagger generate spec\" to generate only on definition of a JSONWebKeySet. Since one with the same name is previously defined as client.Client.JSONWebKeys and this one is last, this one will be effectively written in the swagger spec.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KEYS
-
Constructor Summary
Constructors Constructor Description JSONWebKeySet()
-
Method Summary
Modifier and Type Method Description JSONWebKeySetaddKeysItem(JSONWebKey keysItem)booleanequals(Object o)List<JSONWebKey>getKeys()The value of the \"keys\" parameter is an array of JWK values.inthashCode()JSONWebKeySetkeys(List<JSONWebKey> keys)voidsetKeys(List<JSONWebKey> keys)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_KEYS
public static final String SERIALIZED_NAME_KEYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
keys
public JSONWebKeySet keys(List<JSONWebKey> keys)
-
addKeysItem
public JSONWebKeySet addKeysItem(JSONWebKey keysItem)
-
getKeys
@Nullable public List<JSONWebKey> getKeys()
The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.- Returns:
- keys
-
setKeys
public void setKeys(List<JSONWebKey> keys)
-
-