Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2Claim |
AuthorizationServerApi.createOAuth2Claim(java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
OAuth2Claim |
AuthorizationServerApi.getOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId)
Retrieve a Custom Token Claim
Retrieves a custom token claim
|
OAuth2Claim |
AuthorizationServerApi.replaceOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OAuth2Claim> |
AuthorizationServerApi.listOAuth2Claims(java.lang.String authServerId)
List all Custom Token Claims
Lists all custom token claims
|
Modifier and Type | Method and Description |
---|---|
<T> T |
AuthorizationServerApi.createOAuth2Claim(java.lang.Class<?> T,
java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
OAuth2Claim |
AuthorizationServerApi.createOAuth2Claim(java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
PagedList |
AuthorizationServerApi.createOAuth2ClaimWithPaginationInfo(java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
<T> T |
AuthorizationServerApi.replaceOAuth2Claim(java.lang.Class<?> T,
java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
OAuth2Claim |
AuthorizationServerApi.replaceOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
PagedList |
AuthorizationServerApi.replaceOAuth2ClaimWithPaginationInfo(java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
Modifier and Type | Method and Description |
---|---|
OAuth2Claim |
OAuth2Claim.alwaysIncludeInToken(java.lang.Boolean alwaysIncludeInToken) |
OAuth2Claim |
OAuth2Claim.claimType(OAuth2ClaimType claimType) |
OAuth2Claim |
OAuth2Claim.conditions(OAuth2ClaimConditions conditions) |
OAuth2Claim |
OAuth2Claim.groupFilterType(OAuth2ClaimGroupFilterType groupFilterType) |
OAuth2Claim |
OAuth2Claim.name(java.lang.String name) |
OAuth2Claim |
OAuth2Claim.status(LifecycleStatus status) |
OAuth2Claim |
OAuth2Claim.system(java.lang.Boolean system) |
OAuth2Claim |
OAuth2Claim.value(java.lang.String value) |
OAuth2Claim |
OAuth2Claim.valueType(OAuth2ClaimValueType valueType) |
Copyright © 2017-2022 Okta. All Rights Reserved.