Uses of Class
com.okta.sdk.resource.model.OAuth2Claim
-
Uses of OAuth2Claim in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.getOAuth2Claim
(String authServerId, String claimId) Retrieve a Custom Token Claim Retrieves a custom token claimAuthorizationServerApi.getOAuth2Claim
(String authServerId, String claimId, Map<String, String> additionalHeaders) Retrieve a Custom Token Claim Retrieves a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replaces a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Replace a Custom Token Claim Replaces a custom token claimModifier and TypeMethodDescriptionAuthorizationServerApi.listOAuth2Claims
(String authServerId) List all Custom Token Claims Lists all custom token claimsAuthorizationServerApi.listOAuth2Claims
(String authServerId, Map<String, String> additionalHeaders) List all Custom Token Claims Lists all custom token claimsModifier and TypeMethodDescriptionAuthorizationServerApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replaces a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim, Map<String, String> additionalHeaders) Replace a Custom Token Claim Replaces a custom token claim -
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)