public interface UserProperty extends SyncopeProperty<UserCompleteCondition>
Modifier and Type | Method and Description |
---|---|
UserCompleteCondition |
inGroups(String group,
String... moreGroups) |
UserCompleteCondition |
inRelationships(String anyObject,
String... moreAnyObjects) |
UserCompleteCondition |
inRelationshipTypes(String type,
String... moreTypes) |
UserCompleteCondition |
inRoles(String role,
String... moreRoles) |
UserCompleteCondition |
notInGroups(String group,
String... moreGroups) |
UserCompleteCondition |
notInRelationships(String anyObject,
String... moreAnyObjects) |
UserCompleteCondition |
notInRelationshipTypes(String type,
String... moreTypes) |
UserCompleteCondition |
notInRoles(String role,
String... moreRoles) |
UserCompleteCondition |
withoutPrivileges(String privilege,
String... morePrivileges) |
UserCompleteCondition |
withPrivileges(String privilege,
String... morePrivileges) |
equalToIgnoreCase, hasNotResources, hasResources, inDynRealms, notEqualTolIgnoreCase, notInDynRealms, notNullValue, nullValue
after, after, before, before, comparesTo, comparesTo, comparesTo, comparesTo, comparesTo, comparesTo, equalTo, equalTo, equalTo, equalTo, equalTo, equalTo, greaterOrEqualTo, greaterOrEqualTo, greaterOrEqualTo, greaterThan, greaterThan, greaterThan, lessOrEqualTo, lessOrEqualTo, lessOrEqualTo, lessThan, lessThan, lessThan, lexicalAfter, lexicalBefore, lexicalNotAfter, lexicalNotBefore, notAfter, notAfter, notBefore, notBefore, notEqualTo, notEqualTo, notEqualTo, notEqualTo, notEqualTo, notEqualTo
UserCompleteCondition inGroups(String group, String... moreGroups)
UserCompleteCondition notInGroups(String group, String... moreGroups)
UserCompleteCondition inRelationships(String anyObject, String... moreAnyObjects)
UserCompleteCondition notInRelationships(String anyObject, String... moreAnyObjects)
UserCompleteCondition inRelationshipTypes(String type, String... moreTypes)
UserCompleteCondition notInRelationshipTypes(String type, String... moreTypes)
UserCompleteCondition inRoles(String role, String... moreRoles)
UserCompleteCondition notInRoles(String role, String... moreRoles)
UserCompleteCondition withPrivileges(String privilege, String... morePrivileges)
UserCompleteCondition withoutPrivileges(String privilege, String... morePrivileges)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.