Module io.quarkus.security.api
Class TokenAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.security.identity.request.TokenAuthenticationRequest
- All Implemented Interfaces:
AuthenticationRequest
public class TokenAuthenticationRequest
extends BaseAuthenticationRequest
implements AuthenticationRequest
An simple authentication request that uses a token
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest
getAttribute, getAttributes, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.quarkus.security.identity.request.AuthenticationRequest
getAttribute, getAttributes, setAttribute
-
Constructor Details
-
TokenAuthenticationRequest
-
-
Method Details
-
getToken
-