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 Details

    • TrustedAuthenticationRequest

      public TrustedAuthenticationRequest(String principal)
  • Method Details

    • getPrincipal

      public String getPrincipal()