gluu
|
公開メンバ関数 | |
List< GluuAttribute > | getAllPersonAttributes (UserRole gluuUserRole) |
List< GluuAttribute > | getAllContactAttributes (UserRole gluuUserRole) |
List< String > | getAllAttributeOrigins () |
List< String > | getAllAttributeOrigins (Collection< GluuAttribute > attributes) |
Map< String, String > | getAllAttributeOriginDisplayNames (List< String > attributeOriginList, String[] objectClassTypes, String[] objectClassDisplayNames) |
List< GluuAttribute > | getCustomAttributes () |
GluuAttribute | getAttributeByInum (String inum) |
GluuAttribute | getAttributeByInum (String inum, List< GluuAttribute > attributes) |
List< GluuAttribute > | getSCIMRelatedAttributes () throws Exception |
List< GluuAttribute > | getSCIMRelatedAttributesImpl (List< GluuAttribute > attributes) throws Exception |
void | addAttribute (GluuAttribute attribute) |
void | removeAttribute (String inum) |
void | removeAttribute (GluuAttribute attribute) |
void | updateAttribute (GluuAttribute attribute) |
void | clearAttributesCache (@Observes @EventType(Events.EVENT_CLEAR_ATTRIBUTES) Events event) |
AttributeDataType [] | getDataTypes () |
ScimCustomAtribute [] | getScimCustomAttribute () |
Multivalued [] | getOxMultivalued () |
UserRole [] | getAttributeUserRoles () |
UserRole [] | getViewTypes () |
AttributeUsageType [] | getAttributeUsageTypes () |
boolean | containsAttribute (GluuAttribute attribute) |
String | generateInumForNewAttribute () |
String | toInumWithoutDelimiters (String inum) |
String | generateRandomOid () |
String | getDnForAttribute (String inum) |
String | getCustomOrigin () |
void | setAttributeMetadata (List< GluuCustomAttribute > customAttributes, List< GluuAttribute > attributes) |
List< GluuCustomAttribute > | getCustomAttributesByAttributeDNs (List< String > attributeDNs, HashMap< String, GluuAttribute > attributesByDNs) |
HashMap< String, GluuAttribute > | getAttributeMapByDNs (List< GluuAttribute > attributes) |
void | sortCustomAttributes (List< GluuCustomAttribute > customAttributes, String sortByProperties) |
String | getDnForGroup (String inum) throws Exception |
List< GluuAttribute > | getAllActivePersonAttributes (UserRole admin) |
List< GluuAttribute > | searchAttributes (String pattern, int sizeLimit) throws Exception |
List< GluuAttribute > | searchPersonAttributes (String pattern, int sizeLimit) throws Exception |
GluuAttribute | getAttributeByDn (String Dn) throws Exception |
静的公開変数類 | |
static final String | CUSTOM_ATTRIBUTE_OBJECTCLASS_PREFIX = "ox-" |
限定公開メンバ関数 | |
List< GluuAttribute > | getAllAtributesImpl (String baseDn) |
非公開メンバ関数 | |
List< GluuAttribute > | getAllPersonAtributesImpl (UserRole gluuUserRole, Collection< GluuAttribute > attributes) |
List< GluuAttribute > | getAllContactAtributesImpl (UserRole gluuUserRole, Collection< GluuAttribute > attributes) |
String | generateInumForNewAttributeImpl () |
String | generateInum () |
List< GluuAttribute > | getAllActiveAtributesImpl (UserRole gluuUserRole) |
非公開変数類 | |
AppConfiguration | appConfiguration |
ApplianceService | applianceService |
OrganizationService | organizationService |
Event< Events > | event |
Provides operations with attributes
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
Generate new inum for attribute
|
inlineprivate |
Generate new inum for attribute
Exception |
|
inline |
|
inlineprivate |
LDAPException |
|
inline |
admin |
|
inlineprotected |
|
inline |
Get origin display names
attributes | List of origins |
objectClassTypes | List of objectClasses |
objectClassDisplayNames | List of display names for objectClasses |
|
inline |
Get all origins
|
inline |
Get all origins
attributes | List of attributes |
|
inlineprivate |
Get all contact attributes
attributes | List of attributes |
|
inline |
Get all contact attributes
|
inlineprivate |
Get all organization attributes
attributes | List of attributes |
|
inline |
Get all person attributes
gluuUserRole | User role |
|
inline |
|
inline |
Get attribute by inum
inum | Inum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Return current custom origin
|
inline |
|
inline |
Build DN string for attribute
inum | Inum |
|
inline |
Build DN string for group
inum | Group Inum |
|
inline |
|
inline |
|
inline |
Get SCIM related attributes
|
inline |
Get SCIMAttributes
attributes | List of attributes |
|
inline |
Get all available attribute view types
|
inline |
Remove attribute with specified Inum
inum | Inum |
|
inline |
|
inline |
Search groups by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
|
inline |
Set metadata for every custom attribute
customAttributes | List of custom attributes |
attributes | List of attributes |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
static |
|
private |
|
private |