Class LdapSecurityRealm.IdentityMapping
- java.lang.Object
-
- org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.IdentityMapping
-
- Enclosing class:
- LdapSecurityRealm
static class LdapSecurityRealm.IdentityMapping extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private List<AttributeMapping>
attributes
private String
filterName
private String
iteratorFilter
private Attributes
newIdentityAttributes
private LdapName
newIdentityParent
private String
rdnIdentifier
private String
searchDn
private boolean
searchRecursive
private int
searchTimeLimit
-
Constructor Summary
Constructors Constructor Description IdentityMapping(String searchDn, boolean searchRecursive, int searchTimeLimit, String rdnIdentifier, List<AttributeMapping> attributes, LdapName newIdentityParent, Attributes newIdentityAttributes, String filterName, String iteratorFilter)
-
-
-
Field Detail
-
searchDn
private final String searchDn
-
searchRecursive
private final boolean searchRecursive
-
searchTimeLimit
private final int searchTimeLimit
-
rdnIdentifier
private final String rdnIdentifier
-
attributes
private final List<AttributeMapping> attributes
-
newIdentityParent
private final LdapName newIdentityParent
-
newIdentityAttributes
private final Attributes newIdentityAttributes
-
filterName
private final String filterName
-
iteratorFilter
private final String iteratorFilter
-
-
Constructor Detail
-
IdentityMapping
public IdentityMapping(String searchDn, boolean searchRecursive, int searchTimeLimit, String rdnIdentifier, List<AttributeMapping> attributes, LdapName newIdentityParent, Attributes newIdentityAttributes, String filterName, String iteratorFilter)
-
-