@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.AuthorizationServerApi") public class AuthorizationServerApi extends Object
Constructor and Description |
---|
AuthorizationServerApi() |
AuthorizationServerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
activateAuthorizationServer(String authServerId)
Activate an Authorization Server
Activates an authorization server
|
void |
activateAuthorizationServerPolicy(String authServerId,
String policyId)
Activate a Policy
Activates an authorization server policy
|
void |
activateAuthorizationServerPolicyRule(String authServerId,
String policyId,
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(Class<?> T,
AuthorizationServer authorizationServer)
Create an Authorization Server
Creates an authorization server
|
<T> T |
createAuthorizationServerPolicy(Class<?> T,
String authServerId,
AuthorizationServerPolicy policy)
Create a Policy
Creates a policy
|
AuthorizationServerPolicy |
createAuthorizationServerPolicy(String authServerId,
AuthorizationServerPolicy policy)
Create a Policy
Creates a policy
|
<T> T |
createAuthorizationServerPolicyRule(Class<?> T,
String policyId,
String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
AuthorizationServerPolicyRule |
createAuthorizationServerPolicyRule(String policyId,
String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
PagedList |
createAuthorizationServerPolicyRuleWithPaginationInfo(String policyId,
String authServerId,
AuthorizationServerPolicyRule policyRule)
Create a Policy Rule
Creates a policy rule for the specified Custom Authorization Server and Policy
|
PagedList |
createAuthorizationServerPolicyWithPaginationInfo(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(Class<?> T,
String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
OAuth2Claim |
createOAuth2Claim(String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
PagedList |
createOAuth2ClaimWithPaginationInfo(String authServerId,
OAuth2Claim oAuth2Claim)
Create a Custom Token Claim
Creates a custom token claim
|
<T> T |
createOAuth2Scope(Class<?> T,
String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
createOAuth2Scope(String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
PagedList |
createOAuth2ScopeWithPaginationInfo(String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
void |
deactivateAuthorizationServer(String authServerId)
Deactivate an Authorization Server
Deactivates an authorization server
|
void |
deactivateAuthorizationServerPolicy(String authServerId,
String policyId)
Deactivate a Policy
Deactivates an authorization server policy
|
void |
deactivateAuthorizationServerPolicyRule(String authServerId,
String policyId,
String ruleId)
Deactivate a Policy Rule
Deactivates an authorization server policy rule
|
void |
deleteAuthorizationServer(String authServerId)
Delete an Authorization Server
Deletes an authorization server
|
void |
deleteAuthorizationServerPolicy(String authServerId,
String policyId)
Delete a Policy
Deletes a policy
|
void |
deleteAuthorizationServerPolicyRule(String policyId,
String authServerId,
String ruleId)
Delete a Policy Rule
Deletes a Policy Rule defined in the specified Custom Authorization Server and Policy
|
void |
deleteOAuth2Claim(String authServerId,
String claimId)
Delete a Custom Token Claim
Deletes a custom token claim
|
void |
deleteOAuth2Scope(String authServerId,
String scopeId)
Delete a Custom Token Scope
Deletes a custom token scope
|
ApiClient |
getApiClient() |
AuthorizationServer |
getAuthorizationServer(String authServerId)
Retrieve an Authorization Server
Retrieves an authorization server
|
AuthorizationServerPolicy |
getAuthorizationServerPolicy(String authServerId,
String policyId)
Retrieve a Policy
Retrieves a policy
|
AuthorizationServerPolicyRule |
getAuthorizationServerPolicyRule(String policyId,
String authServerId,
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(String policyId,
String authServerId,
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(String authServerId,
String policyId)
Retrieve a Policy
Retrieves a policy
|
PagedList |
getAuthorizationServerWithPaginationInfo(String authServerId)
Retrieve an Authorization Server
Retrieves an authorization server
|
OAuth2Claim |
getOAuth2Claim(String authServerId,
String claimId)
Retrieve a Custom Token Claim
Retrieves a custom token claim
|
PagedList |
getOAuth2ClaimWithPaginationInfo(String authServerId,
String claimId)
Retrieve a Custom Token Claim
Retrieves a custom token claim
|
OAuth2Scope |
getOAuth2Scope(String authServerId,
String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
PagedList |
getOAuth2ScopeWithPaginationInfo(String authServerId,
String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
OAuth2RefreshToken |
getRefreshTokenForAuthorizationServerAndClient(String authServerId,
String clientId,
String tokenId,
String expand)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
PagedList |
getRefreshTokenForAuthorizationServerAndClientWithPaginationInfo(String authServerId,
String clientId,
String tokenId,
String expand)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
List<JsonWebKey> |
listAuthorizationServerKeys(String authServerId)
List all Credential Keys
Lists all credential keys
|
PagedList |
listAuthorizationServerKeysWithPaginationInfo(String authServerId)
List all Credential Keys
Lists all credential keys
|
List<AuthorizationServerPolicy> |
listAuthorizationServerPolicies(String authServerId)
List all Policies
Lists all policies
|
PagedList |
listAuthorizationServerPoliciesWithPaginationInfo(String authServerId)
List all Policies
Lists all policies
|
List<AuthorizationServerPolicyRule> |
listAuthorizationServerPolicyRules(String policyId,
String authServerId)
List all Policy Rules
Lists all policy rules for the specified Custom Authorization Server and Policy
|
PagedList |
listAuthorizationServerPolicyRulesWithPaginationInfo(String policyId,
String authServerId)
List all Policy Rules
Lists all policy rules for the specified Custom Authorization Server and Policy
|
List<AuthorizationServer> |
listAuthorizationServers(String q,
Integer limit,
String after)
List all Authorization Servers
Lists all authorization servers
|
PagedList |
listAuthorizationServersWithPaginationInfo(String q,
Integer limit,
String after)
List all Authorization Servers
Lists all authorization servers
|
List<OAuth2Claim> |
listOAuth2Claims(String authServerId)
List all Custom Token Claims
Lists all custom token claims
|
PagedList |
listOAuth2ClaimsWithPaginationInfo(String authServerId)
List all Custom Token Claims
Lists all custom token claims
|
List<OAuth2Client> |
listOAuth2ClientsForAuthorizationServer(String authServerId)
List all Clients
Lists all clients
|
PagedList |
listOAuth2ClientsForAuthorizationServerWithPaginationInfo(String authServerId)
List all Clients
Lists all clients
|
List<OAuth2Scope> |
listOAuth2Scopes(String authServerId,
String q,
String filter,
String cursor,
Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
PagedList |
listOAuth2ScopesWithPaginationInfo(String authServerId,
String q,
String filter,
String cursor,
Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
List<OAuth2RefreshToken> |
listRefreshTokensForAuthorizationServerAndClient(String authServerId,
String clientId,
String expand,
String after,
Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
PagedList |
listRefreshTokensForAuthorizationServerAndClientWithPaginationInfo(String authServerId,
String clientId,
String expand,
String after,
Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
<T> T |
replaceAuthorizationServer(Class<?> T,
String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
AuthorizationServer |
replaceAuthorizationServer(String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
<T> T |
replaceAuthorizationServerPolicy(Class<?> T,
String authServerId,
String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
AuthorizationServerPolicy |
replaceAuthorizationServerPolicy(String authServerId,
String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
<T> T |
replaceAuthorizationServerPolicyRule(Class<?> T,
String policyId,
String authServerId,
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(String policyId,
String authServerId,
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(String policyId,
String authServerId,
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(String authServerId,
String policyId,
AuthorizationServerPolicy policy)
Replace a Policy
Replaces a policy
|
PagedList |
replaceAuthorizationServerWithPaginationInfo(String authServerId,
AuthorizationServer authorizationServer)
Replace an Authorization Server
Replace an authorization server
|
<T> T |
replaceOAuth2Claim(Class<?> T,
String authServerId,
String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
OAuth2Claim |
replaceOAuth2Claim(String authServerId,
String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
PagedList |
replaceOAuth2ClaimWithPaginationInfo(String authServerId,
String claimId,
OAuth2Claim oAuth2Claim)
Replace a Custom Token Claim
Replace a custom token claim
|
<T> T |
replaceOAuth2Scope(Class<?> T,
String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
OAuth2Scope |
replaceOAuth2Scope(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
PagedList |
replaceOAuth2ScopeWithPaginationInfo(String authServerId,
String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
void |
revokeRefreshTokenForAuthorizationServerAndClient(String authServerId,
String clientId,
String tokenId)
Revoke a Refresh Token for a Client
Revoke a refresh token for a client
|
void |
revokeRefreshTokensForAuthorizationServerAndClient(String authServerId,
String clientId)
Revoke all Refresh Tokens for a Client
Revoke all refresh tokens for a client
|
<T> T |
rotateAuthorizationServerKeys(Class<?> T,
String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
List<JsonWebKey> |
rotateAuthorizationServerKeys(String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
PagedList |
rotateAuthorizationServerKeysWithPaginationInfo(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(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(String authServerId, 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(String authServerId, String policyId, 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(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(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(Class<?> T, 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(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(String policyId, 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(Class<?> T, String policyId, 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(String policyId, 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(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(Class<?> T, 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(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(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(Class<?> T, 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(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(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(String authServerId, 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(String authServerId, String policyId, 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(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(String authServerId, 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(String policyId, String authServerId, 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(String authServerId, 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(String authServerId, 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(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(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(String authServerId, 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(String authServerId, 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(String policyId, String authServerId, 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(String policyId, String authServerId, 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(String authServerId, 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(String authServerId, 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(String authServerId, 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(String authServerId, 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(String authServerId, String clientId, String tokenId, 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(String authServerId, String clientId, String tokenId, 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 List<JsonWebKey> listAuthorizationServerKeys(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(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 List<AuthorizationServerPolicy> listAuthorizationServerPolicies(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(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 List<AuthorizationServerPolicyRule> listAuthorizationServerPolicyRules(String policyId, 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(String policyId, 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 List<AuthorizationServer> listAuthorizationServers(String q, Integer limit, 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(String q, Integer limit, 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 List<OAuth2Claim> listOAuth2Claims(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(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 List<OAuth2Client> listOAuth2ClientsForAuthorizationServer(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(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 List<OAuth2Scope> listOAuth2Scopes(String authServerId, String q, String filter, String cursor, 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(String authServerId, String q, String filter, String cursor, 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 List<OAuth2RefreshToken> listRefreshTokensForAuthorizationServerAndClient(String authServerId, String clientId, String expand, String after, 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(String authServerId, String clientId, String expand, String after, 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(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(Class<?> T, 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(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(String authServerId, 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(Class<?> T, String authServerId, 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(String authServerId, 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(String policyId, String authServerId, 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(Class<?> T, String policyId, String authServerId, 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(String policyId, String authServerId, 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(String authServerId, 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(Class<?> T, String authServerId, 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(String authServerId, 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(String authServerId, 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(Class<?> T, String authServerId, 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(String authServerId, 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(String authServerId, String clientId, 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(String authServerId, 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 List<JsonWebKey> rotateAuthorizationServerKeys(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(Class<?> T, 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(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–2023 Okta. All rights reserved.