Class MetaConfigRequestDetails
java.lang.Object
de.captaingoldfish.scim.sdk.client.builder.config.MetaConfigRequestDetails
- Since:
- 14.10.2023
- Author:
- Pascal Knueppel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()the meta-ResourceTypes.the meta-Schemas.the endpoint where the ResourceTypes can be foundthe endpoint where the Schemas can be foundthe endpoint where the ServiceProviderConfig can be foundbooleanif the meta-ResourceTypes should be excludedbooleanif the meta-schemas should be excluded
-
Field Details
-
DEFAULT_META_SCHEMA_URIS
-
DEFAULT_META_RESOURCE_TYPES_NAMES
-
-
Constructor Details
-
MetaConfigRequestDetails
public MetaConfigRequestDetails() -
MetaConfigRequestDetails
-
-
Method Details
-
builder
-
getServiceProviderEndpoint
the endpoint where the ServiceProviderConfig can be found -
getResourceTypeEndpoint
the endpoint where the ResourceTypes can be found -
getSchemasEndpoint
the endpoint where the Schemas can be found -
isExcludeMetaSchemas
public boolean isExcludeMetaSchemas()if the meta-schemas should be excluded -
isExcludeMetaResourceTypes
public boolean isExcludeMetaResourceTypes()if the meta-ResourceTypes should be excluded -
getMetaResourceTypeNames
the meta-ResourceTypes. This field is only used if the fieldexcludeMetaResourceTypesis true -
getMetaSchemaUris
the meta-Schemas. This field is only used if the fieldexcludeMetaSchemasis true
-