Package com.okta.sdk.resource.model
Class OAuth2ClientJsonWebKeyRequestBody
java.lang.Object
com.okta.sdk.resource.model.OAuth2ClientJsonWebKeyRequestBody
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OAuth2ClientJsonWebKeyRequestBody
extends Object
implements Serializable
OAuth2ClientJsonWebKeyRequestBody
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the OAuth 2.0 Client JSON Web Key -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlg()Algorithm used in the keygetE()RSA key value (exponent) for key bindinggetKid()Unique identifier of the JSON Web Key in the OAUth 2.0 Client's JWKSorg.openapitools.jackson.nullable.JsonNullable<String> getKty()Cryptographic algorithm family for the certificate's key pairgetN()RSA key value (modulus) for key bindingStatus of the OAuth 2.0 Client JSON Web KeygetUse()Acceptable use of the JSON Web KeyinthashCode()voidvoidvoidvoidsetKid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> kid) voidvoidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ALG
- See Also:
-
JSON_PROPERTY_E
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_KTY
- See Also:
-
JSON_PROPERTY_N
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_USE
- See Also:
-
-
Constructor Details
-
OAuth2ClientJsonWebKeyRequestBody
public OAuth2ClientJsonWebKeyRequestBody()
-
-
Method Details
-
alg
-
getAlg
Algorithm used in the key- Returns:
- alg
-
setAlg
-
e
-
getE
RSA key value (exponent) for key binding- Returns:
- e
-
setE
-
kid
-
getKid
Unique identifier of the JSON Web Key in the OAUth 2.0 Client's JWKS- Returns:
- kid
-
getKid_JsonNullable
-
setKid_JsonNullable
-
setKid
-
kty
-
getKty
Cryptographic algorithm family for the certificate's key pair- Returns:
- kty
-
setKty
-
n
-
getN
RSA key value (modulus) for key binding- Returns:
- n
-
setN
-
status
public OAuth2ClientJsonWebKeyRequestBody status(OAuth2ClientJsonWebKeyRequestBody.StatusEnum status) -
getStatus
Status of the OAuth 2.0 Client JSON Web Key- Returns:
- status
-
setStatus
-
use
-
getUse
Acceptable use of the JSON Web Key- Returns:
- use
-
setUse
-
equals
-
hashCode
public int hashCode() -
toString
-