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 Modifier and Type Field Description static AnonymousAuthenticationRequest
INSTANCE
-
Constructor Summary
Constructors Constructor Description AnonymousAuthenticationRequest()
-
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 Detail
-
INSTANCE
public static final AnonymousAuthenticationRequest INSTANCE
-
-