Class VertxSecurityContext

java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxSecurityContext
All Implemented Interfaces:
jakarta.ws.rs.core.SecurityContext

public class VertxSecurityContext extends Object implements jakarta.ws.rs.core.SecurityContext
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details Link icon

    • principal Link icon

      protected final Principal principal
    • domain Link icon

      protected final SecurityDomain domain
    • authScheme Link icon

      protected final String authScheme
    • isSecure Link icon

      protected final boolean isSecure
  • Constructor Details Link icon

    • VertxSecurityContext Link icon

      public VertxSecurityContext(Principal principal, SecurityDomain domain, String authScheme, boolean secure)
    • VertxSecurityContext Link icon

      public VertxSecurityContext()
  • Method Details Link icon

    • getUserPrincipal Link icon

      public Principal getUserPrincipal()
      Specified by:
      getUserPrincipal in interface jakarta.ws.rs.core.SecurityContext
    • isUserInRole Link icon

      public boolean isUserInRole(String role)
      Specified by:
      isUserInRole in interface jakarta.ws.rs.core.SecurityContext
    • isSecure Link icon

      public boolean isSecure()
      Specified by:
      isSecure in interface jakarta.ws.rs.core.SecurityContext
    • getAuthenticationScheme Link icon

      public String getAuthenticationScheme()
      Specified by:
      getAuthenticationScheme in interface jakarta.ws.rs.core.SecurityContext