Uses of Enum
com.cyberark.conjur.sdk.model.ServiceAuthenticators
Packages that use ServiceAuthenticators
-
Uses of ServiceAuthenticators in com.cyberark.conjur.sdk.endpoint
Methods in com.cyberark.conjur.sdk.endpoint with parameters of type ServiceAuthenticatorsModifier and TypeMethodDescriptionvoidAuthenticationApi.enableAuthenticator(ServiceAuthenticators authenticator, String account) Enables or disables authenticator defined without service_id.voidAuthenticationApi.enableAuthenticator(ServiceAuthenticators authenticator, String account, String xRequestId, Boolean enabled) Enables or disables authenticator defined without service_id.okhttp3.CallAuthenticationApi.enableAuthenticatorAsync(ServiceAuthenticators authenticator, String account, String xRequestId, Boolean enabled, ApiCallback<Void> _callback) Enables or disables authenticator defined without service_id.okhttp3.CallAuthenticationApi.enableAuthenticatorCall(ServiceAuthenticators authenticator, String account, String xRequestId, Boolean enabled, ApiCallback _callback) Build call for enableAuthenticatorvoidAuthenticationApi.enableAuthenticatorInstance(ServiceAuthenticators authenticator, String serviceId, String account) Enables or disables authenticator service instances.voidAuthenticationApi.enableAuthenticatorInstance(ServiceAuthenticators authenticator, String serviceId, String account, String xRequestId, Boolean enabled) Enables or disables authenticator service instances.okhttp3.CallAuthenticationApi.enableAuthenticatorInstanceAsync(ServiceAuthenticators authenticator, String serviceId, String account, String xRequestId, Boolean enabled, ApiCallback<Void> _callback) Enables or disables authenticator service instances.okhttp3.CallAuthenticationApi.enableAuthenticatorInstanceCall(ServiceAuthenticators authenticator, String serviceId, String account, String xRequestId, Boolean enabled, ApiCallback _callback) Build call for enableAuthenticatorInstanceAuthenticationApi.enableAuthenticatorInstanceWithHttpInfo(ServiceAuthenticators authenticator, String serviceId, String account) Enables or disables authenticator service instances.AuthenticationApi.enableAuthenticatorInstanceWithHttpInfo(ServiceAuthenticators authenticator, String serviceId, String account, String xRequestId, Boolean enabled) Enables or disables authenticator service instances.AuthenticationApi.enableAuthenticatorWithHttpInfo(ServiceAuthenticators authenticator, String account) Enables or disables authenticator defined without service_id.AuthenticationApi.enableAuthenticatorWithHttpInfo(ServiceAuthenticators authenticator, String account, String xRequestId, Boolean enabled) Enables or disables authenticator defined without service_id. -
Uses of ServiceAuthenticators in com.cyberark.conjur.sdk.model
Methods in com.cyberark.conjur.sdk.model that return ServiceAuthenticatorsModifier and TypeMethodDescriptionstatic ServiceAuthenticatorsServiceAuthenticators.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ServiceAuthenticatorsReturns the enum constant of this type with the specified name.static ServiceAuthenticators[]ServiceAuthenticators.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cyberark.conjur.sdk.model with parameters of type ServiceAuthenticatorsModifier and TypeMethodDescriptionvoidServiceAuthenticators.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ServiceAuthenticators enumeration)