gluu
|
公開メンバ関数 | |
String | ref () default "" |
Class<? extends BaseScimResource > [] | resourceType () default |
String [] | refs () default |
An annotation used to tie a field (class member) to an LDAP attribute. This is not used for persisting resources but only for building LDAP filters when queries are issued. This is a mechanism to be able to convert filter expressions as in section 3.4.2.2 of RFC 7644 to LDAP expressions.
String org.gluu.oxtrust.model.scim2.annotations.StoreReference.ref | ( | ) |
The LDAP attribute that the class field being annotated with this annotation (StoreReference) is mapping to by default
|
inline |
Describes a mapping of LDAP attribute names and resource types for the class field being annotated with StoreReference. This is useful when a default value for LDAP attribute cannot be given, that is, when the LDAP attribute varies depending on whether it is a User or a Group
|
inline |
A collection of subclasses of the base class BaseScimResource. This "collection" goes paired with the values of element refs()