Class ServiceProviderConfig

java.lang.Object
com.liferay.scim.rest.dto.v1_0.ServiceProviderConfig
All Implemented Interfaces:
Serializable

@Generated("") public class ServiceProviderConfig extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • authenticationSchemes

      protected AuthenticationScheme[] authenticationSchemes
    • bulk

      protected Bulk bulk
    • changePassword

      protected ChangePassword changePassword
    • documentationUri

      protected String documentationUri
    • etag

      protected Etag etag
    • filter

      protected Filter filter
    • meta

      protected Meta meta
    • patch

      protected Patch patch
    • schemas

      protected String[] schemas
    • sort

      protected Sort sort
    • xClassName

      public String xClassName
  • Constructor Details

    • ServiceProviderConfig

      public ServiceProviderConfig()
  • Method Details

    • toDTO

      public static ServiceProviderConfig toDTO(String json)
    • unsafeToDTO

      public static ServiceProviderConfig unsafeToDTO(String json)
    • getAuthenticationSchemes

      @Valid public @Valid AuthenticationScheme[] getAuthenticationSchemes()
    • setAuthenticationSchemes

      public void setAuthenticationSchemes(AuthenticationScheme[] authenticationSchemes)
    • setAuthenticationSchemes

      public void setAuthenticationSchemes(com.liferay.petra.function.UnsafeSupplier<AuthenticationScheme[],Exception> authenticationSchemesUnsafeSupplier)
    • getBulk

      @Valid public @Valid Bulk getBulk()
    • setBulk

      public void setBulk(Bulk bulk)
    • setBulk

      public void setBulk(com.liferay.petra.function.UnsafeSupplier<Bulk,Exception> bulkUnsafeSupplier)
    • getChangePassword

      @Valid public @Valid ChangePassword getChangePassword()
    • setChangePassword

      public void setChangePassword(ChangePassword changePassword)
    • setChangePassword

      public void setChangePassword(com.liferay.petra.function.UnsafeSupplier<ChangePassword,Exception> changePasswordUnsafeSupplier)
    • getDocumentationUri

      public String getDocumentationUri()
    • setDocumentationUri

      public void setDocumentationUri(String documentationUri)
    • setDocumentationUri

      public void setDocumentationUri(com.liferay.petra.function.UnsafeSupplier<String,Exception> documentationUriUnsafeSupplier)
    • getEtag

      @Valid public @Valid Etag getEtag()
    • setEtag

      public void setEtag(Etag etag)
    • setEtag

      public void setEtag(com.liferay.petra.function.UnsafeSupplier<Etag,Exception> etagUnsafeSupplier)
    • getFilter

      @Valid public @Valid Filter getFilter()
    • setFilter

      public void setFilter(Filter filter)
    • setFilter

      public void setFilter(com.liferay.petra.function.UnsafeSupplier<Filter,Exception> filterUnsafeSupplier)
    • getMeta

      @Valid public @Valid Meta getMeta()
    • setMeta

      public void setMeta(Meta meta)
    • setMeta

      public void setMeta(com.liferay.petra.function.UnsafeSupplier<Meta,Exception> metaUnsafeSupplier)
    • getPatch

      @Valid public @Valid Patch getPatch()
    • setPatch

      public void setPatch(Patch patch)
    • setPatch

      public void setPatch(com.liferay.petra.function.UnsafeSupplier<Patch,Exception> patchUnsafeSupplier)
    • getSchemas

      public String[] getSchemas()
    • setSchemas

      public void setSchemas(String[] schemas)
    • setSchemas

      public void setSchemas(com.liferay.petra.function.UnsafeSupplier<String[],Exception> schemasUnsafeSupplier)
    • getSort

      @Valid public @Valid Sort getSort()
    • setSort

      public void setSort(Sort sort)
    • setSort

      public void setSort(com.liferay.petra.function.UnsafeSupplier<Sort,Exception> sortUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object