Package org.apache.cxf.sts.claims
Class LdapUtils
java.lang.Object
org.apache.cxf.sts.claims.LdapUtils
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeOfEntries(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, String filterAttributeName, String filterAttributeValue, String searchAttribute) getAttributeOfEntries(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, List<org.springframework.ldap.filter.Filter> filters, String searchAttribute) getAttributesOfEntry(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, String filterAttributeName, String filterAttributeValue, String[] searchAttributes) static NamegetDnOfEntry(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, String filterAttributeName, String filterAttributeValue) static boolean
-
Method Details
-
isDN
-
getAttributesOfEntry
-
getAttributeOfEntries
-
getAttributeOfEntries
-
getDnOfEntry
-