Package com.lithic.api.services.blocking
Class AuthStreamEnrollmentServiceImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.AuthStreamEnrollmentService
public final class AuthStreamEnrollmentServiceImpl implements AuthStreamEnrollmentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthStreamEnrollmentServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuthStreamEnrollmentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuthStreamEnrollmentServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuthStreamSecretretrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)UnitrotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.blocking.AuthStreamEnrollmentService
retrieveSecret, retrieveSecret, retrieveSecret, rotateSecret, rotateSecret, rotateSecret -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AuthStreamEnrollmentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuthStreamEnrollmentService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveSecret
AuthStreamSecret retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
Unit rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-