@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.AuthenticatorApi") public class AuthenticatorApi extends Object
Constructor and Description |
---|
AuthenticatorApi() |
AuthenticatorApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
activateAuthenticator(String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
PagedList |
activateAuthenticatorWithPaginationInfo(String authenticatorId)
Activate an Authenticator
Activates an authenticator by `authenticatorId`
|
Authenticator |
createAuthenticator(Authenticator authenticator,
Boolean activate)
Create an Authenticator
Creates an authenticator.
|
<T> T |
createAuthenticator(Class<?> T,
Authenticator authenticator,
Boolean activate)
Create an Authenticator
Creates an authenticator.
|
PagedList |
createAuthenticatorWithPaginationInfo(Authenticator authenticator,
Boolean activate)
Create an Authenticator
Creates an authenticator.
|
Authenticator |
deactivateAuthenticator(String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
PagedList |
deactivateAuthenticatorWithPaginationInfo(String authenticatorId)
Deactivate an Authenticator
Deactivates an authenticator by `authenticatorId`
|
ApiClient |
getApiClient() |
Authenticator |
getAuthenticator(String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
PagedList |
getAuthenticatorWithPaginationInfo(String authenticatorId)
Retrieve an Authenticator
Retrieves an authenticator from your Okta organization by `authenticatorId`
|
List<Authenticator> |
listAuthenticators()
List all Authenticators
Lists all authenticators
|
PagedList |
listAuthenticatorsWithPaginationInfo()
List all Authenticators
Lists all authenticators
|
<T> T |
replaceAuthenticator(Class<?> T,
String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
Authenticator |
replaceAuthenticator(String authenticatorId,
Authenticator authenticator)
Replace an Authenticator
Replaces an authenticator
|
PagedList |
replaceAuthenticatorWithPaginationInfo(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(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(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, 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(Class<?> T, Authenticator authenticator, 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, 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(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(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(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(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 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(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(Class<?> T, 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(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–2023 Okta. All rights reserved.