Class AuthorizationHandler


  • public class AuthorizationHandler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response checkAuthority​(javax.ws.rs.core.SecurityContext securityContext, Statement statement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthorizationHandler

        public AuthorizationHandler()
    • Method Detail

      • checkAuthority

        public javax.ws.rs.core.Response checkAuthority​(javax.ws.rs.core.SecurityContext securityContext,
                                                        Statement statement)