Uses of Class
com.floragunn.searchguard.authtoken.api.CreateAuthTokenRequest
-
Packages that use CreateAuthTokenRequest Package Description com.floragunn.searchguard.authtoken com.floragunn.searchguard.authtoken.api -
-
Uses of CreateAuthTokenRequest in com.floragunn.searchguard.authtoken
Methods in com.floragunn.searchguard.authtoken with parameters of type CreateAuthTokenRequest Modifier and Type Method Description AuthTokenAuthTokenService. create(com.floragunn.searchguard.user.User user, CreateAuthTokenRequest request)CreateAuthTokenResponseAuthTokenService. createJwt(com.floragunn.searchguard.user.User user, CreateAuthTokenRequest request) -
Uses of CreateAuthTokenRequest in com.floragunn.searchguard.authtoken.api
Methods in com.floragunn.searchguard.authtoken.api that return CreateAuthTokenRequest Modifier and Type Method Description static CreateAuthTokenRequestCreateAuthTokenRequest. parse(org.elasticsearch.common.bytes.BytesReference document, org.elasticsearch.xcontent.XContentType contentType)Methods in com.floragunn.searchguard.authtoken.api with parameters of type CreateAuthTokenRequest Modifier and Type Method Description protected voidTransportCreateAuthTokenAction. doExecute(org.elasticsearch.tasks.Task task, CreateAuthTokenRequest request, org.elasticsearch.action.ActionListener<CreateAuthTokenResponse> listener)
-