@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ResourceType
| Modifier and Type | Required Element and Description |
|---|---|
String |
description
The description for the object.
|
String |
name
The name for the object.
|
Class<?> |
schema
The primary/base resource class.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
discoverable
Whether this resource type and its associated schemas should be
discoverable using the SCIM 2 standard /resourceTypes and /schemas
endpoints.
|
Class<?>[] |
optionalSchemaExtensions
The optional schema extension resource classes.
|
Class<?>[] |
requiredSchemaExtensions
The required schema extension resource classes.
|
public abstract String description
public abstract Class<?>[] requiredSchemaExtensions
public abstract Class<?>[] optionalSchemaExtensions
public abstract boolean discoverable
Copyright © 2015–2019 Ping Identity Corporation. All rights reserved.