Class ElytronOAuth2CallerPrincipal

java.lang.Object
io.quarkus.elytron.security.oauth2.runtime.auth.ElytronOAuth2CallerPrincipal
All Implemented Interfaces:
Principal

public class ElytronOAuth2CallerPrincipal extends Object implements Principal
An implementation of ElytronOAuth2CallerPrincipal that builds on the Elytron attributes
  • Constructor Details

    • ElytronOAuth2CallerPrincipal

      public ElytronOAuth2CallerPrincipal(String customPrincipalName, Map<String,Object> claims)
    • ElytronOAuth2CallerPrincipal

      public ElytronOAuth2CallerPrincipal(Map<String,Object> claims)
  • Method Details