Module io.quarkus.security.api
Class TrustedAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.security.identity.request.TrustedAuthenticationRequest
- All Implemented Interfaces:
AuthenticationRequest
public class TrustedAuthenticationRequest
extends BaseAuthenticationRequest
implements AuthenticationRequest
A request to authenticate from a trusted source, such as an encrypted cookie
-
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
-
TrustedAuthenticationRequest
-
-
Method Details
-
getPrincipal
-