Class AuthorizationDetailsJSONRepresentation

    • Constructor Detail

      • AuthorizationDetailsJSONRepresentation

        public AuthorizationDetailsJSONRepresentation()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getLocations

        public List<String> getLocations()
      • setLocations

        public void setLocations​(List<String> locations)
      • setActions

        public void setActions​(List<String> actions)
      • getDatatypes

        public List<String> getDatatypes()
      • setDatatypes

        public void setDatatypes​(List<String> datatypes)
      • getIdentifier

        public String getIdentifier()
      • setIdentifier

        public void setIdentifier​(String identifier)
      • getPrivileges

        public List<String> getPrivileges()
      • setPrivileges

        public void setPrivileges​(List<String> privileges)
      • setCustomData

        public void setCustomData​(String key,
                                  Object value)
      • getScopeNameFromCustomData

        public String getScopeNameFromCustomData()
      • getDynamicScopeParamFromCustomData

        public String getDynamicScopeParamFromCustomData()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object