Class AuthorizationContext<P extends Principal>

    • Constructor Detail

      • AuthorizationContext

        protected AuthorizationContext​(P principal,
                                       String role,
                                       @Nullable javax.ws.rs.container.ContainerRequestContext requestContext)
    • Method Detail

      • getPrincipal

        protected P getPrincipal()
      • getRole

        protected String getRole()
      • getRequestContext

        protected @Nullable javax.ws.rs.container.ContainerRequestContext getRequestContext()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object