@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.AuthenticatorApi")
public class AuthenticatorApi
extends java.lang.Object
| Constructor and Description |
|---|
AuthenticatorApi() |
AuthenticatorApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
activateAuthenticator(java.lang.String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
PagedList |
activateAuthenticatorWithPaginationInfo(java.lang.String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
Authenticator |
createAuthenticator(Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
<T> T |
createAuthenticator(java.lang.Class<?> T,
Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
PagedList |
createAuthenticatorWithPaginationInfo(Authenticator authenticator,
java.lang.Boolean activate)
Create an Authenticator
Creates an authenticator.
|
Authenticator |
deactivateAuthenticator(java.lang.String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
PagedList |
deactivateAuthenticatorWithPaginationInfo(java.lang.String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
ApiClient |
getApiClient() |
Authenticator |
getAuthenticator(java.lang.String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
PagedList |
getAuthenticatorWithPaginationInfo(java.lang.String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
java.util.List<Authenticator> |
listAuthenticators()
List all Authenticators
Lists all authenticators
|
PagedList |
listAuthenticatorsWithPaginationInfo()
List all Authenticators
Lists all authenticators
|
<T> T |
replaceAuthenticator(java.lang.Class<?> T,
java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
Authenticator |
replaceAuthenticator(java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
PagedList |
replaceAuthenticatorWithPaginationInfo(java.lang.String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
void |
setApiClient(ApiClient apiClient) |
public AuthenticatorApi()
@Autowired public AuthenticatorApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Authenticator activateAuthenticator(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList activateAuthenticatorWithPaginationInfo(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic Authenticator createAuthenticator(Authenticator authenticator, java.lang.Boolean activate) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
authenticator - (required)activate - Whether to execute the activation lifecycle operation when Okta creates the authenticator (optional, default to false)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T createAuthenticator(java.lang.Class<?> T,
Authenticator authenticator,
java.lang.Boolean activate)
throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T - (required) - the assignable return typeauthenticator - (required)activate - Whether to execute the activation lifecycle operation when Okta creates the authenticator (optional, default to false)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList createAuthenticatorWithPaginationInfo(Authenticator authenticator, java.lang.Boolean activate) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
authenticator - (required)activate - Whether to execute the activation lifecycle operation when Okta creates the authenticator (optional, default to false)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic Authenticator deactivateAuthenticator(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList deactivateAuthenticatorWithPaginationInfo(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic Authenticator getAuthenticator(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList getAuthenticatorWithPaginationInfo(java.lang.String authenticatorId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic java.util.List<Authenticator> listAuthenticators() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList listAuthenticatorsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic Authenticator replaceAuthenticator(java.lang.String authenticatorId, Authenticator authenticator) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)authenticator - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic <T> T replaceAuthenticator(java.lang.Class<?> T,
java.lang.String authenticatorId,
Authenticator authenticator)
throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T - (required) - the assignable return typeauthenticatorId - (required)authenticator - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic PagedList replaceAuthenticatorWithPaginationInfo(java.lang.String authenticatorId, Authenticator authenticator) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
authenticatorId - (required)authenticator - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.