Module io.quarkus.security.api
Class AnonymousAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.security.identity.request.AnonymousAuthenticationRequest
- All Implemented Interfaces:
AuthenticationRequest
public final class AnonymousAuthenticationRequest
extends BaseAuthenticationRequest
implements AuthenticationRequest
A request the for the Anonymous identity
-
Field Summary
Fields -
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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AnonymousAuthenticationRequest
public AnonymousAuthenticationRequest()
-