Modifier and Type | Field and Description |
---|---|
static Set<Property> |
QueryAnalyser.GROUP_LDAP_PROPERTIES |
static Set<Property> |
QueryAnalyser.USER_LDAP_PROPERTIES
Even though "active" is not really an LDAP field, it has been implemented
as such in the past and thus we treat it as such.
|
Modifier and Type | Method and Description |
---|---|
static Property |
SearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity)
Converts from a PropertyEntity to a Property.
|
Modifier and Type | Method and Description |
---|---|
static PropertyEntity |
SearchRestrictionEntityTranslator.toPropertyEntity(Property property)
Converts from a Property to a PropertyEntity.
|
Modifier and Type | Method and Description |
---|---|
static Property |
SearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity)
Converts from a PropertyEntity to a Property.
|
Modifier and Type | Method and Description |
---|---|
static PropertyEntity |
SearchRestrictionEntityTranslator.toPropertyEntity(Property property)
Converts from a Property to a PropertyEntity.
|
Modifier and Type | Method and Description |
---|---|
static <T> Restriction.RestrictionWithProperty<T> |
Restriction.on(Property<T> property)
Returns an intermediate form of a property restriction.
|
Constructor and Description |
---|
RestrictionWithProperty(Property<T> property) |
Modifier and Type | Method and Description |
---|---|
static PropertyTypeServiceImpl |
PropertyTypeServiceImpl.newInstance(Iterable<Property<?>> properties)
Creates a new instance of PropertyTypeServiceImpl from a collection of Property.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyImpl<V> |
Modifier and Type | Method and Description |
---|---|
Property<T> |
PropertyRestriction.getProperty()
Returns the property to match on.
|
Property<T> |
TermRestriction.getProperty() |
static Property<Boolean> |
PropertyUtils.ofTypeBoolean(String name) |
static Property<Enum> |
PropertyUtils.ofTypeEnum(String name) |
static Property<String> |
PropertyUtils.ofTypeString(String name) |
Constructor and Description |
---|
TermRestriction(Property<T> property,
MatchMode matchMode,
T value)
Constructs a restriction based on an entity property value and match mode.
|
TermRestriction(Property<T> property,
T value) |
Modifier and Type | Field and Description |
---|---|
static Property<Boolean> |
ApplicationTermKeys.ACTIVE
Active flag of application.
|
static Property<Boolean> |
DirectoryTermKeys.ACTIVE
Active flag for directory.
|
static Property<Boolean> |
UserTermKeys.ACTIVE |
static Property<Boolean> |
GroupTermKeys.ACTIVE |
static Property<String> |
AliasTermKeys.ALIAS
Alias for a user.
|
static Property<Long> |
AliasTermKeys.APPLICATION_ID
Application ID.
|
static Property<Date> |
UserTermKeys.CREATED_DATE |
static Property<Date> |
GroupTermKeys.CREATED_DATE |
static Property<String> |
GroupTermKeys.DESCRIPTION |
static Property<Long> |
TokenTermKeys.DIRECTORY_ID
Directory ID associated with token.
|
static Property<String> |
UserTermKeys.DISPLAY_NAME |
static Property<String> |
UserTermKeys.EMAIL |
static Property<String> |
UserTermKeys.EXTERNAL_ID |
static Property<String> |
GroupTermKeys.EXTERNAL_ID |
static Property<String> |
UserTermKeys.FIRST_NAME |
static Property<String> |
DirectoryTermKeys.IMPLEMENTATION_CLASS
Implementation class for directory.
|
static Property<Long> |
TokenTermKeys.LAST_ACCESSED_TIME
Date the token was last accessed in milliseconds
|
static Property<String> |
UserTermKeys.LAST_NAME |
static Property<Boolean> |
GroupTermKeys.LOCAL |
static Property<String> |
TokenTermKeys.NAME
Username or application name associated with token.
|
static Property<String> |
ApplicationTermKeys.NAME
Name of application.
|
static Property<String> |
DirectoryTermKeys.NAME
Name of directory.
|
static Property<String> |
GroupTermKeys.NAME |
static Property<Long> |
TokenTermKeys.RANDOM_NUMBER
Random number associated with token.
|
static Property<Enum> |
ApplicationTermKeys.TYPE
Type of application (
ApplicationType ). |
static Property<Enum> |
DirectoryTermKeys.TYPE
Type of directory.
|
static Property<Date> |
UserTermKeys.UPDATED_DATE |
static Property<Date> |
GroupTermKeys.UPDATED_DATE |
static Property<String> |
UserTermKeys.USERNAME |
Modifier and Type | Field and Description |
---|---|
static Set<Property<?>> |
GroupTermKeys.ALL_GROUP_PROPERTIES |
static Set<Property<?>> |
UserTermKeys.ALL_USER_PROPERTIES |
Copyright © 2020 Atlassian. All rights reserved.