Class SAMLAccessDeniedHandler

  • All Implemented Interfaces:
    org.springframework.security.web.access.AccessDeniedHandler

    public class SAMLAccessDeniedHandler
    extends java.lang.Object
    implements org.springframework.security.web.access.AccessDeniedHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException)  
      • Methods inherited from class java.lang.Object

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

      • handle

        public void handle​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           org.springframework.security.access.AccessDeniedException accessDeniedException)
                    throws java.io.IOException
        Specified by:
        handle in interface org.springframework.security.web.access.AccessDeniedHandler
        Throws:
        java.io.IOException