Uses of Class
org.openapitools.client.model.OAuth2Claim
Packages that use OAuth2Claim
-
Uses of OAuth2Claim in org.openapitools.client.api
Methods in org.openapitools.client.api that return OAuth2ClaimModifier 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 claimMethods in org.openapitools.client.api that return types with arguments of type OAuth2ClaimModifier 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 claimsMethods in org.openapitools.client.api with parameters of type OAuth2ClaimModifier 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 org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2ClaimModifier 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)