Package com.liferay.scim.rest.dto.v1_0
Class ServiceProviderConfig
java.lang.Object
com.liferay.scim.rest.dto.v1_0.ServiceProviderConfig
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationScheme[]protected Bulkprotected ChangePasswordprotected Stringprotected Etagprotected Filterprotected Metaprotected Patchprotected String[]protected Sort -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid AuthenticationScheme[]@Valid BulkgetBulk()@Valid ChangePassword@Valid EtaggetEtag()@Valid Filter@Valid MetagetMeta()@Valid PatchgetPatch()String[]@Valid SortgetSort()inthashCode()voidsetAuthenticationSchemes(com.liferay.petra.function.UnsafeSupplier<AuthenticationScheme[], Exception> authenticationSchemesUnsafeSupplier) voidsetAuthenticationSchemes(AuthenticationScheme[] authenticationSchemes) voidvoidvoidsetChangePassword(com.liferay.petra.function.UnsafeSupplier<ChangePassword, Exception> changePasswordUnsafeSupplier) voidsetChangePassword(ChangePassword changePassword) voidsetDocumentationUri(com.liferay.petra.function.UnsafeSupplier<String, Exception> documentationUriUnsafeSupplier) voidsetDocumentationUri(String documentationUri) voidvoidvoidvoidvoidvoidvoidvoidvoidsetSchemas(com.liferay.petra.function.UnsafeSupplier<String[], Exception> schemasUnsafeSupplier) voidsetSchemas(String[] schemas) voidvoidstatic ServiceProviderConfigtoString()static ServiceProviderConfigunsafeToDTO(String json)
-
Field Details
-
authenticationSchemes
-
bulk
-
changePassword
-
documentationUri
-
etag
-
filter
-
meta
-
patch
-
schemas
-
sort
-
xClassName
-
-
Constructor Details
-
ServiceProviderConfig
public ServiceProviderConfig()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAuthenticationSchemes
-
setAuthenticationSchemes
-
setAuthenticationSchemes
public void setAuthenticationSchemes(com.liferay.petra.function.UnsafeSupplier<AuthenticationScheme[], Exception> authenticationSchemesUnsafeSupplier) -
getBulk
-
setBulk
-
setBulk
-
getChangePassword
-
setChangePassword
-
setChangePassword
public void setChangePassword(com.liferay.petra.function.UnsafeSupplier<ChangePassword, Exception> changePasswordUnsafeSupplier) -
getDocumentationUri
-
setDocumentationUri
-
setDocumentationUri
-
getEtag
-
setEtag
-
setEtag
-
getFilter
-
setFilter
-
setFilter
-
getMeta
-
setMeta
-
setMeta
-
getPatch
-
setPatch
-
setPatch
-
getSchemas
-
setSchemas
-
setSchemas
-
getSort
-
setSort
-
setSort
-
equals
-
hashCode
public int hashCode() -
toString
-