Class AuthenticationScheme

    • Constructor Detail

      • AuthenticationScheme

        public AuthenticationScheme​(String name,
                                    String description,
                                    URI specUri,
                                    URI documentationUri,
                                    String type,
                                    boolean primary)
    • Method Detail

      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getSpecUri

        public URI getSpecUri()
      • getDocumentationUri

        public URI getDocumentationUri()
      • getType

        public String getType()
      • isPrimary

        public boolean isPrimary()