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 Constructor Description TrustedAuthenticationRequest(String principal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrincipal()-
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
-
-