Class AuthorizationTemplate


  • public class AuthorizationTemplate
    extends Object
    This is an entry for the AuthorizationTemplates. Each is keyed to an audience and this is how permissions are found. An audience may be any string and may include templates. Note that these templates have nothing to do with the TemplateUtil and its uses!

    Created by Jeff Gaynor
    on 8/2/18 at 2:41 PM

    • Constructor Detail

      • AuthorizationTemplate

        public AuthorizationTemplate​(net.sf.json.JSONObject json)
    • Method Detail

      • getAudience

        public String getAudience()
      • setAudience

        public void setAudience​(String audience)
      • toJSON

        public net.sf.json.JSONObject toJSON()
      • fromJSON

        public void fromJSON​(net.sf.json.JSONObject jsonObject)
      • main

        public static void main​(String[] args)