Interface HandlerResult


public interface HandlerResult
  • Method Details

    • getStatus

    • setStatus

      void setStatus(HandlerResult.Status status)
    • getToken

      org.apache.shiro.authc.AuthenticationToken getToken()
    • setToken

      void setToken(org.apache.shiro.authc.AuthenticationToken token)
    • getSource

      String getSource()
    • setSource

      void setSource(String src)