Class RoleAuthorizer


  • public class RoleAuthorizer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkConfigResource​(io.vertx.core.buffer.Buffer buffer)  
      void configUpdate()  
      void handleIsAuthorized​(io.vertx.core.http.HttpServerRequest request, io.vertx.core.Future<java.lang.Boolean> future)  
      • Methods inherited from class java.lang.Object

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

      • log

        public static final org.slf4j.Logger log
    • Method Detail

      • handleIsAuthorized

        public void handleIsAuthorized​(io.vertx.core.http.HttpServerRequest request,
                                       io.vertx.core.Future<java.lang.Boolean> future)
      • checkConfigResource

        public void checkConfigResource​(io.vertx.core.buffer.Buffer buffer)
                                 throws org.swisspush.gateleen.validation.ValidationException
        Throws:
        org.swisspush.gateleen.validation.ValidationException
      • configUpdate

        public void configUpdate()