Uses of Class
com.cyberark.conjur.sdk.model.AuthenticatorsResponse
Packages that use AuthenticatorsResponse
-
Uses of AuthenticatorsResponse in com.cyberark.conjur.sdk.endpoint
Methods in com.cyberark.conjur.sdk.endpoint that return AuthenticatorsResponseModifier and TypeMethodDescriptionStatusApi.getAuthenticators()Details about which authenticators are on the Conjur Server Response contains three members: installed, configured, and enabled.StatusApi.getAuthenticators(String xRequestId) Details about which authenticators are on the Conjur Server Response contains three members: installed, configured, and enabled.Methods in com.cyberark.conjur.sdk.endpoint that return types with arguments of type AuthenticatorsResponseModifier and TypeMethodDescriptionStatusApi.getAuthenticatorsWithHttpInfo()Details about which authenticators are on the Conjur Server Response contains three members: installed, configured, and enabled.StatusApi.getAuthenticatorsWithHttpInfo(String xRequestId) Details about which authenticators are on the Conjur Server Response contains three members: installed, configured, and enabled.Method parameters in com.cyberark.conjur.sdk.endpoint with type arguments of type AuthenticatorsResponseModifier and TypeMethodDescriptionokhttp3.CallStatusApi.getAuthenticatorsAsync(String xRequestId, ApiCallback<AuthenticatorsResponse> _callback) Details about which authenticators are on the Conjur Server (asynchronously) Response contains three members: installed, configured, and enabled. -
Uses of AuthenticatorsResponse in com.cyberark.conjur.sdk.model
Methods in com.cyberark.conjur.sdk.model that return AuthenticatorsResponseModifier and TypeMethodDescriptionAuthenticatorsResponse.addConfiguredItem(String configuredItem) AuthenticatorsResponse.addEnabledItem(String enabledItem) AuthenticatorsResponse.addInstalledItem(String installedItem) AuthenticatorsResponse.configured(List<String> configured)