com.github.mati1979.play.soyplugin.ajax.auth

Class ConfigurableAuthManager

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean isAllowed(java.lang.String url) 
      void setAllowedTemplates(java.util.List<java.lang.String> allowedTemplates) 
      • Methods inherited from class java.lang.Object

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

      • ConfigurableAuthManager

        public ConfigurableAuthManager(java.util.List<java.lang.String> allowedTemplates)
      • ConfigurableAuthManager

        public ConfigurableAuthManager()
    • Method Detail

      • setAllowedTemplates

        public void setAllowedTemplates(java.util.List<java.lang.String> allowedTemplates)
      • isAllowed

        public boolean isAllowed(java.lang.String url)
        Specified by:
        isAllowed in interface AuthManager