Package | Description |
---|---|
org.keycloak.storage.ldap.idm.query.internal | |
org.keycloak.storage.ldap.mappers.membership |
Modifier and Type | Class and Description |
---|---|
class |
EqualCondition |
class |
NamedParameterCondition |
Modifier and Type | Method and Description |
---|---|
Condition |
LDAPQueryConditionsBuilder.addCustomLDAPFilter(String filter) |
Condition |
LDAPQueryConditionsBuilder.between(String paramName,
Comparable x,
Comparable y) |
Condition |
LDAPQueryConditionsBuilder.equal(String parameter,
Object value) |
Condition |
LDAPQueryConditionsBuilder.equal(String parameter,
Object value,
EscapeStrategy escapeStrategy) |
Condition |
LDAPQueryConditionsBuilder.greaterThan(String paramName,
Object x) |
Condition |
LDAPQueryConditionsBuilder.greaterThanOrEqualTo(String paramName,
Object x) |
Condition |
LDAPQueryConditionsBuilder.in(String paramName,
Object... x) |
Condition |
LDAPQueryConditionsBuilder.lessThan(String paramName,
Comparable x) |
Condition |
LDAPQueryConditionsBuilder.lessThanOrEqualTo(String paramName,
Comparable x) |
Condition |
LDAPQueryConditionsBuilder.orCondition(Condition... conditions) |
Modifier and Type | Method and Description |
---|---|
Set<Condition> |
LDAPQuery.getConditions() |
Modifier and Type | Method and Description |
---|---|
LDAPQuery |
LDAPQuery.addWhereCondition(Condition... condition) |
Condition |
LDAPQueryConditionsBuilder.orCondition(Condition... conditions) |
Modifier and Type | Method and Description |
---|---|
protected Condition |
UserRolesRetrieveStrategy.LoadRolesByMember.getMembershipCondition(String membershipAttr,
String userMembership) |
protected Condition |
UserRolesRetrieveStrategy.LoadRolesByMemberRecursively.getMembershipCondition(String membershipAttr,
String userMembership) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.