Uses of Class
com.okta.sdk.resource.model.OAuth2Claim
-
Uses of OAuth2Claim in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerClaimsApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim) Create a custom token Claim Creates a custom token Claim for a custom authorization serverAuthorizationServerClaimsApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Create a custom token Claim Creates a custom token Claim for a custom authorization serverAuthorizationServerClaimsApi.getOAuth2Claim
(String authServerId, String claimId) Retrieve a custom token Claim Retrieves a custom token Claim by the specified `claimId`AuthorizationServerClaimsApi.getOAuth2Claim
(String authServerId, String claimId, Map<String, String> additionalHeaders) Retrieve a custom token Claim Retrieves a custom token Claim by the specified `claimId`AuthorizationServerClaimsApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a custom token Claim Replaces a custom token Claim specified by the `claimId`AuthorizationServerClaimsApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Replace a custom token Claim Replaces a custom token Claim specified by the `claimId`Modifier and TypeMethodDescriptionAuthorizationServerClaimsApi.listOAuth2Claims
(String authServerId) List all custom token Claims Lists all custom token Claims defined for a specified custom authorization serverAuthorizationServerClaimsApi.listOAuth2Claims
(String authServerId, Map<String, String> additionalHeaders) List all custom token Claims Lists all custom token Claims defined for a specified custom authorization serverModifier and TypeMethodDescriptionAuthorizationServerClaimsApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim) Create a custom token Claim Creates a custom token Claim for a custom authorization serverAuthorizationServerClaimsApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Create a custom token Claim Creates a custom token Claim for a custom authorization serverAuthorizationServerClaimsApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a custom token Claim Replaces a custom token Claim specified by the `claimId`AuthorizationServerClaimsApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Replace a custom token Claim Replaces a custom token Claim specified by the `claimId` -
Uses of OAuth2Claim in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2Claim.alwaysIncludeInToken
(Boolean alwaysIncludeInToken) OAuth2Claim.claimType
(OAuth2ClaimType claimType) OAuth2Claim.conditions
(OAuth2ClaimConditions conditions) OAuth2Claim.groupFilterType
(OAuth2ClaimGroupFilterType groupFilterType) OAuth2Claim.status
(LifecycleStatus status) OAuth2Claim.valueType
(OAuth2ClaimValueType valueType)