Class TransportCreateTokenAction


public final class TransportCreateTokenAction extends HandledTransportAction<CreateTokenRequest,CreateTokenResponse>
Transport action responsible for creating a token based on a request. Requests provide user credentials that can be different than those of the user that is currently authenticated so we always re-authenticate within this action. This authenticated user will be the user that the token represents