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.getOAuth2Claim
(String authServerId, String claimId) Retrieve a Custom Token Claim Retrieves a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace a custom token claimMethods in org.openapitools.client.api that return types with arguments of type OAuth2ClaimModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OAuth2Claim>
AuthorizationServerApi.createOAuth2ClaimWithHttpInfo
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimorg.springframework.http.ResponseEntity<OAuth2Claim>
AuthorizationServerApi.getOAuth2ClaimWithHttpInfo
(String authServerId, String claimId) Retrieve a Custom Token Claim Retrieves a custom token claimAuthorizationServerApi.listOAuth2Claims
(String authServerId) List all Custom Token Claims Lists all custom token claimsorg.springframework.http.ResponseEntity<List<OAuth2Claim>>
AuthorizationServerApi.listOAuth2ClaimsWithHttpInfo
(String authServerId) List all Custom Token Claims Lists all custom token claimsorg.springframework.http.ResponseEntity<OAuth2Claim>
AuthorizationServerApi.replaceOAuth2ClaimWithHttpInfo
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace a custom token claimMethods in org.openapitools.client.api with parameters of type OAuth2ClaimModifier and TypeMethodDescription<T> T
AuthorizationServerApi.createOAuth2Claim
(Class<?> T, String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.createOAuth2Claim
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimorg.springframework.http.ResponseEntity<OAuth2Claim>
AuthorizationServerApi.createOAuth2ClaimWithHttpInfo
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claimAuthorizationServerApi.createOAuth2ClaimWithPaginationInfo
(String authServerId, OAuth2Claim oAuth2Claim) Create a Custom Token Claim Creates a custom token claim<T> T
AuthorizationServerApi.replaceOAuth2Claim
(Class<?> T, String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace a custom token claimAuthorizationServerApi.replaceOAuth2Claim
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace a custom token claimorg.springframework.http.ResponseEntity<OAuth2Claim>
AuthorizationServerApi.replaceOAuth2ClaimWithHttpInfo
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace a custom token claimAuthorizationServerApi.replaceOAuth2ClaimWithPaginationInfo
(String authServerId, String claimId, OAuth2Claim oAuth2Claim) Replace a Custom Token Claim Replace 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)