@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.AuthorizationServerApi")
public class AuthorizationServerApi
extends java.lang.Object
Constructor and Description |
---|
AuthorizationServerApi() |
AuthorizationServerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
activateAuthorizationServer(java.lang.String authServerId)
Activate an Authorization Server
Activates an authorization server
|
void |
activateAuthorizationServerPolicy(java.lang.String authServerId,
java.lang.String policyId)
Activate a Policy
Activates an authorization server policy
|
void |
activateAuthorizationServerPolicyRule(java.lang.String authServerId,
java.lang.String policyId,
java.lang.String ruleId)
Activate a Policy Rule
Activates an authorization server policy rule
|
AuthorizationServer |
createAuthorizationServer(AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
<T> T |
createAuthorizationServer(java.lang.Class<?> T,
AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
<T> T |
createAuthorizationServerPolicy(java.lang.Class<?> T,
java.lang.String authServerId,
AuthorizationServerPolicy policy)
Create a Policy
Creates a policy
|
AuthorizationServerPolicy |
createAuthorizationServerPolicy(java.lang.String authServerId,
AuthorizationServerPolicy policy)
Create a Policy
Creates a policy
|
<T> T |
createAuthorizationServerPolicyRule(java.lang.Class<?> T,
java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
createAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
PagedList |
createAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
PagedList |
createAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId,
AuthorizationServerPolicy policy)
Create a Policy
Creates a policy
|
PagedList |
createAuthorizationServerWithPaginationInfo(AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
<T> T |
createOAuth2Claim(java.lang.Class<?> T,
java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
OAuth2Claim |
createOAuth2Claim(java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
PagedList |
createOAuth2ClaimWithPaginationInfo(java.lang.String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
<T> T |
createOAuth2Scope(java.lang.Class<?> T,
java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
createOAuth2Scope(java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
PagedList |
createOAuth2ScopeWithPaginationInfo(java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
void |
deactivateAuthorizationServer(java.lang.String authServerId)
Deactivate an Authorization Server
Deactivates an authorization server
|
void |
deactivateAuthorizationServerPolicy(java.lang.String authServerId,
java.lang.String policyId)
Deactivate a Policy
Deactivates an authorization server policy
|
void |
deactivateAuthorizationServerPolicyRule(java.lang.String authServerId,
java.lang.String policyId,
java.lang.String ruleId)
Deactivate a Policy Rule
Deactivates an authorization server policy rule
|
void |
deleteAuthorizationServer(java.lang.String authServerId)
Delete an Authorization Server
Deletes an authorization server
|
void |
deleteAuthorizationServerPolicy(java.lang.String authServerId,
java.lang.String policyId)
Delete a Policy
Deletes a policy
|
void |
deleteAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId)
Delete a Policy Rule
Deletes a Policy Rule defined in the specified Custom Authorization Server and Policy
|
void |
deleteOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId)
Delete a Custom Token Claim
Deletes a custom token claim
|
void |
deleteOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId)
Delete a Custom Token Scope
Deletes a custom token scope
|
ApiClient |
getApiClient() |
AuthorizationServer |
getAuthorizationServer(java.lang.String authServerId)
Retrieve an Authorization Server
Retrieves an authorization server
|
AuthorizationServerPolicy |
getAuthorizationServerPolicy(java.lang.String authServerId,
java.lang.String policyId)
Retrieve a Policy
Retrieves a policy
|
AuthorizationServerPolicyRule |
getAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId)
Retrieve a Policy Rule
Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy
|
PagedList |
getAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId)
Retrieve a Policy Rule
Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy
|
PagedList |
getAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId,
java.lang.String policyId)
Retrieve a Policy
Retrieves a policy
|
PagedList |
getAuthorizationServerWithPaginationInfo(java.lang.String authServerId)
Retrieve an Authorization Server
Retrieves an authorization server
|
OAuth2Claim |
getOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId)
Retrieve a Custom Token Claim
Retrieves a custom token claim
|
PagedList |
getOAuth2ClaimWithPaginationInfo(java.lang.String authServerId,
java.lang.String claimId)
Retrieve a Custom Token Claim
Retrieves a custom token claim
|
OAuth2Scope |
getOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
PagedList |
getOAuth2ScopeWithPaginationInfo(java.lang.String authServerId,
java.lang.String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
OAuth2RefreshToken |
getRefreshTokenForAuthorizationServerAndClient(java.lang.String authServerId,
java.lang.String clientId,
java.lang.String tokenId,
java.lang.String expand)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
PagedList |
getRefreshTokenForAuthorizationServerAndClientWithPaginationInfo(java.lang.String authServerId,
java.lang.String clientId,
java.lang.String tokenId,
java.lang.String expand)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
java.util.List<JsonWebKey> |
listAuthorizationServerKeys(java.lang.String authServerId)
List all Credential Keys
Lists all credential keys
|
PagedList |
listAuthorizationServerKeysWithPaginationInfo(java.lang.String authServerId)
List all Credential Keys
Lists all credential keys
|
java.util.List<AuthorizationServerPolicy> |
listAuthorizationServerPolicies(java.lang.String authServerId)
List all Policies
Lists all policies
|
PagedList |
listAuthorizationServerPoliciesWithPaginationInfo(java.lang.String authServerId)
List all Policies
Lists all policies
|
java.util.List<AuthorizationServerPolicyRule> |
listAuthorizationServerPolicyRules(java.lang.String policyId,
java.lang.String authServerId)
List all Policy Rules
Lists all policy rules for the specified Custom Authorization Server and Policy
|
PagedList |
listAuthorizationServerPolicyRulesWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId)
List all Policy Rules
Lists all policy rules for the specified Custom Authorization Server and Policy
|
java.util.List<AuthorizationServer> |
listAuthorizationServers(java.lang.String q,
java.lang.Integer limit,
java.lang.String after)
List all Authorization Servers
Lists all authorization servers
|
PagedList |
listAuthorizationServersWithPaginationInfo(java.lang.String q,
java.lang.Integer limit,
java.lang.String after)
List all Authorization Servers
Lists all authorization servers
|
java.util.List<OAuth2Claim> |
listOAuth2Claims(java.lang.String authServerId)
List all Custom Token Claims
Lists all custom token claims
|
PagedList |
listOAuth2ClaimsWithPaginationInfo(java.lang.String authServerId)
List all Custom Token Claims
Lists all custom token claims
|
java.util.List<OAuth2Client> |
listOAuth2ClientsForAuthorizationServer(java.lang.String authServerId)
List all Clients
Lists all clients
|
PagedList |
listOAuth2ClientsForAuthorizationServerWithPaginationInfo(java.lang.String authServerId)
List all Clients
Lists all clients
|
java.util.List<OAuth2Scope> |
listOAuth2Scopes(java.lang.String authServerId,
java.lang.String q,
java.lang.String filter,
java.lang.String cursor,
java.lang.Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
PagedList |
listOAuth2ScopesWithPaginationInfo(java.lang.String authServerId,
java.lang.String q,
java.lang.String filter,
java.lang.String cursor,
java.lang.Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
java.util.List<OAuth2RefreshToken> |
listRefreshTokensForAuthorizationServerAndClient(java.lang.String authServerId,
java.lang.String clientId,
java.lang.String expand,
java.lang.String after,
java.lang.Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
PagedList |
listRefreshTokensForAuthorizationServerAndClientWithPaginationInfo(java.lang.String authServerId,
java.lang.String clientId,
java.lang.String expand,
java.lang.String after,
java.lang.Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
<T> T |
replaceAuthorizationServer(java.lang.Class<?> T,
java.lang.String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
AuthorizationServer |
replaceAuthorizationServer(java.lang.String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
<T> T |
replaceAuthorizationServerPolicy(java.lang.Class<?> T,
java.lang.String authServerId,
java.lang.String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
AuthorizationServerPolicy |
replaceAuthorizationServerPolicy(java.lang.String authServerId,
java.lang.String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
<T> T |
replaceAuthorizationServerPolicyRule(java.lang.Class<?> T,
java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
replaceAuthorizationServerPolicyRule(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
PagedList |
replaceAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId,
java.lang.String authServerId,
java.lang.String ruleId,
AuthorizationServerPolicyRule policyRule)
Replace a Policy Rule
Replaces the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy
|
PagedList |
replaceAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId,
java.lang.String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
PagedList |
replaceAuthorizationServerWithPaginationInfo(java.lang.String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
<T> T |
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 |
replaceOAuth2Claim(java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
PagedList |
replaceOAuth2ClaimWithPaginationInfo(java.lang.String authServerId,
java.lang.String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
<T> T |
replaceOAuth2Scope(java.lang.Class<?> T,
java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
OAuth2Scope |
replaceOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
PagedList |
replaceOAuth2ScopeWithPaginationInfo(java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
void |
revokeRefreshTokenForAuthorizationServerAndClient(java.lang.String authServerId,
java.lang.String clientId,
java.lang.String tokenId)
Revoke a Refresh Token for a Client
Revoke a refresh token for a client
|
void |
revokeRefreshTokensForAuthorizationServerAndClient(java.lang.String authServerId,
java.lang.String clientId)
Revoke all Refresh Tokens for a Client
Revoke all refresh tokens for a client
|
<T> T |
rotateAuthorizationServerKeys(java.lang.Class<?> T,
java.lang.String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
java.util.List<JsonWebKey> |
rotateAuthorizationServerKeys(java.lang.String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
PagedList |
rotateAuthorizationServerKeysWithPaginationInfo(java.lang.String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
void |
setApiClient(ApiClient apiClient) |
public AuthorizationServerApi()
@Autowired public AuthorizationServerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void activateAuthorizationServer(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void activateAuthorizationServerPolicy(java.lang.String authServerId, java.lang.String policyId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void activateAuthorizationServerPolicyRule(java.lang.String authServerId, java.lang.String policyId, java.lang.String ruleId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)ruleId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServer createAuthorizationServer(AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
authorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createAuthorizationServer(java.lang.Class<?> T, AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeauthorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createAuthorizationServerWithPaginationInfo(AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
authorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicy createAuthorizationServerPolicy(java.lang.String authServerId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createAuthorizationServerPolicy(java.lang.Class<?> T, java.lang.String authServerId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicyRule createAuthorizationServerPolicyRule(java.lang.String policyId, java.lang.String authServerId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createAuthorizationServerPolicyRule(java.lang.Class<?> T, java.lang.String policyId, java.lang.String authServerId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typepolicyId
- (required)authServerId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId, java.lang.String authServerId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Claim createOAuth2Claim(java.lang.String authServerId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createOAuth2Claim(java.lang.Class<?> T, java.lang.String authServerId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createOAuth2ClaimWithPaginationInfo(java.lang.String authServerId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Scope createOAuth2Scope(java.lang.String authServerId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createOAuth2Scope(java.lang.Class<?> T, java.lang.String authServerId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createOAuth2ScopeWithPaginationInfo(java.lang.String authServerId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
201 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deactivateAuthorizationServer(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deactivateAuthorizationServerPolicy(java.lang.String authServerId, java.lang.String policyId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deactivateAuthorizationServerPolicyRule(java.lang.String authServerId, java.lang.String policyId, java.lang.String ruleId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)ruleId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteAuthorizationServer(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteAuthorizationServerPolicy(java.lang.String authServerId, java.lang.String policyId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteAuthorizationServerPolicyRule(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)ruleId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteOAuth2Claim(java.lang.String authServerId, java.lang.String claimId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)claimId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteOAuth2Scope(java.lang.String authServerId, java.lang.String scopeId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)scopeId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServer getAuthorizationServer(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getAuthorizationServerWithPaginationInfo(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicy getAuthorizationServerPolicy(java.lang.String authServerId, java.lang.String policyId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId, java.lang.String policyId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicyRule getAuthorizationServerPolicyRule(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)ruleId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)ruleId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Claim getOAuth2Claim(java.lang.String authServerId, java.lang.String claimId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)claimId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOAuth2ClaimWithPaginationInfo(java.lang.String authServerId, java.lang.String claimId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)claimId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Scope getOAuth2Scope(java.lang.String authServerId, java.lang.String scopeId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)scopeId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOAuth2ScopeWithPaginationInfo(java.lang.String authServerId, java.lang.String scopeId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)scopeId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2RefreshToken getRefreshTokenForAuthorizationServerAndClient(java.lang.String authServerId, java.lang.String clientId, java.lang.String tokenId, java.lang.String expand) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)tokenId
- (required)expand
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getRefreshTokenForAuthorizationServerAndClientWithPaginationInfo(java.lang.String authServerId, java.lang.String clientId, java.lang.String tokenId, java.lang.String expand) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)tokenId
- (required)expand
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<JsonWebKey> listAuthorizationServerKeys(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listAuthorizationServerKeysWithPaginationInfo(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<AuthorizationServerPolicy> listAuthorizationServerPolicies(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listAuthorizationServerPoliciesWithPaginationInfo(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<AuthorizationServerPolicyRule> listAuthorizationServerPolicyRules(java.lang.String policyId, java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listAuthorizationServerPolicyRulesWithPaginationInfo(java.lang.String policyId, java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<AuthorizationServer> listAuthorizationServers(java.lang.String q, java.lang.Integer limit, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
q
- (optional)limit
- (optional, default to 200)after
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listAuthorizationServersWithPaginationInfo(java.lang.String q, java.lang.Integer limit, java.lang.String after) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
q
- (optional)limit
- (optional, default to 200)after
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<OAuth2Claim> listOAuth2Claims(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listOAuth2ClaimsWithPaginationInfo(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<OAuth2Client> listOAuth2ClientsForAuthorizationServer(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listOAuth2ClientsForAuthorizationServerWithPaginationInfo(java.lang.String authServerId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<OAuth2Scope> listOAuth2Scopes(java.lang.String authServerId, java.lang.String q, java.lang.String filter, java.lang.String cursor, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)q
- (optional)filter
- (optional)cursor
- (optional)limit
- (optional, default to -1)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listOAuth2ScopesWithPaginationInfo(java.lang.String authServerId, java.lang.String q, java.lang.String filter, java.lang.String cursor, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)q
- (optional)filter
- (optional)cursor
- (optional)limit
- (optional, default to -1)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<OAuth2RefreshToken> listRefreshTokensForAuthorizationServerAndClient(java.lang.String authServerId, java.lang.String clientId, java.lang.String expand, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)expand
- (optional)after
- (optional)limit
- (optional, default to -1)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listRefreshTokensForAuthorizationServerAndClientWithPaginationInfo(java.lang.String authServerId, java.lang.String clientId, java.lang.String expand, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)expand
- (optional)after
- (optional)limit
- (optional, default to -1)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServer replaceAuthorizationServer(java.lang.String authServerId, AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)authorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceAuthorizationServer(java.lang.Class<?> T, java.lang.String authServerId, AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)authorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceAuthorizationServerWithPaginationInfo(java.lang.String authServerId, AuthorizationServer authorizationServer) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)authorizationServer
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicy replaceAuthorizationServerPolicy(java.lang.String authServerId, java.lang.String policyId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceAuthorizationServerPolicy(java.lang.Class<?> T, java.lang.String authServerId, java.lang.String policyId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)policyId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceAuthorizationServerPolicyWithPaginationInfo(java.lang.String authServerId, java.lang.String policyId, AuthorizationServerPolicy policy) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)policyId
- (required)policy
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic AuthorizationServerPolicyRule replaceAuthorizationServerPolicyRule(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)ruleId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceAuthorizationServerPolicyRule(java.lang.Class<?> T, java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typepolicyId
- (required)authServerId
- (required)ruleId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceAuthorizationServerPolicyRuleWithPaginationInfo(java.lang.String policyId, java.lang.String authServerId, java.lang.String ruleId, AuthorizationServerPolicyRule policyRule) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
policyId
- (required)authServerId
- (required)ruleId
- (required)policyRule
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Claim replaceOAuth2Claim(java.lang.String authServerId, java.lang.String claimId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)claimId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceOAuth2Claim(java.lang.Class<?> T, java.lang.String authServerId, java.lang.String claimId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)claimId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceOAuth2ClaimWithPaginationInfo(java.lang.String authServerId, java.lang.String claimId, OAuth2Claim oAuth2Claim) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)claimId
- (required)oAuth2Claim
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OAuth2Scope replaceOAuth2Scope(java.lang.String authServerId, java.lang.String scopeId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)scopeId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceOAuth2Scope(java.lang.Class<?> T, java.lang.String authServerId, java.lang.String scopeId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)scopeId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceOAuth2ScopeWithPaginationInfo(java.lang.String authServerId, java.lang.String scopeId, OAuth2Scope oAuth2Scope) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)scopeId
- (required)oAuth2Scope
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void revokeRefreshTokenForAuthorizationServerAndClient(java.lang.String authServerId, java.lang.String clientId, java.lang.String tokenId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)tokenId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void revokeRefreshTokensForAuthorizationServerAndClient(java.lang.String authServerId, java.lang.String clientId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)clientId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<JsonWebKey> rotateAuthorizationServerKeys(java.lang.String authServerId, JwkUse use) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)use
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T rotateAuthorizationServerKeys(java.lang.Class<?> T, java.lang.String authServerId, JwkUse use) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeauthServerId
- (required)use
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList rotateAuthorizationServerKeysWithPaginationInfo(java.lang.String authServerId, JwkUse use) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authServerId
- (required)use
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.