Class EndpointConfiguration


  • public class EndpointConfiguration
    extends Object
    Base endpoint configuration. Useful when deploying a new endpoint and when updating it.
    Author:
    Krzysztof Benedyczak
    • Constructor Detail

      • EndpointConfiguration

        public EndpointConfiguration​(com.fasterxml.jackson.databind.node.ObjectNode json)
    • Method Detail

      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()
      • getDisplayedName

        public I18nString getDisplayedName()
      • getDescription

        public String getDescription()
      • getAuthenticationOptions

        public List<String> getAuthenticationOptions()
      • getConfiguration

        public String getConfiguration()
      • getRealm

        public String getRealm()
      • getTag

        public String getTag()
      • setTag

        public void setTag​(String tag)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object