Class AuthenticationScheme

java.lang.Object
org.apache.syncope.ext.scimv2.api.data.AuthenticationScheme
All Implemented Interfaces:
Serializable

public class AuthenticationScheme extends Object
See Also:
  • Constructor Details

    • AuthenticationScheme

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

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getSpecUri

      public URI getSpecUri()
    • getDocumentationUri

      public URI getDocumentationUri()
    • getType

      public String getType()
    • isPrimary

      public boolean isPrimary()