Package com.okta.sdk.resource.model
Class OAuthEndpoints
java.lang.Object
com.okta.sdk.resource.model.OAuthEndpoints
- 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 OAuthEndpoints
extends Object
implements Serializable
The `OAUTH2` and `OIDC` protocols support the `authorization` and `token`
endpoints. Also, the `OIDC` protocol supports the `userInfo` and `jwks` endpoints. The
IdP Authorization Server (AS) endpoints are currently defined as part of the [IdP
provider]((https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentityProvider/#tag/IdentityProvider/operation/createIdentityProvider!path=type&t=request))
and are read-only.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthorization
(OAuthAuthorizationEndpoint authorization) boolean
Get authorizationgetJwks()
Get jwksgetToken()
Get tokenGet userInfoint
hashCode()
jwks
(OidcJwksEndpoint jwks) void
setAuthorization
(OAuthAuthorizationEndpoint authorization) void
setJwks
(OidcJwksEndpoint jwks) void
setToken
(OAuthTokenEndpoint token) void
setUserInfo
(OidcUserInfoEndpoint userInfo) token
(OAuthTokenEndpoint token) toString()
userInfo
(OidcUserInfoEndpoint userInfo)
-
Field Details
-
JSON_PROPERTY_AUTHORIZATION
- See Also:
-
JSON_PROPERTY_JWKS
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_USER_INFO
- See Also:
-
-
Constructor Details
-
OAuthEndpoints
public OAuthEndpoints()
-
-
Method Details
-
authorization
-
getAuthorization
Get authorization- Returns:
- authorization
-
setAuthorization
-
jwks
-
getJwks
Get jwks- Returns:
- jwks
-
setJwks
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
userInfo
-
getUserInfo
Get userInfo- Returns:
- userInfo
-
setUserInfo
-
equals
-
hashCode
public int hashCode() -
toString
-