Uses of Class
com.netgrif.application.engine.ldap.domain.LdapUserRef
-
Packages that use LdapUserRef Package Description com.netgrif.application.engine.auth.service.interfaces com.netgrif.application.engine.ldap.domain.repository com.netgrif.application.engine.ldap.service -
-
Uses of LdapUserRef in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return LdapUserRef Modifier and Type Method Description LdapUserRefILdapUserRefService. findById(javax.naming.Name id)LdapUserRefILdapUserRefService. findUserByCn(java.lang.String cn)LdapUserRefILdapUserRefService. findUserByDn(java.lang.String dn)Methods in com.netgrif.application.engine.auth.service.interfaces with parameters of type LdapUserRef Modifier and Type Method Description IUserILdapUserRefService. createUser(LdapUserRef ldapUser) -
Uses of LdapUserRef in com.netgrif.application.engine.ldap.domain.repository
Methods in com.netgrif.application.engine.ldap.domain.repository that return LdapUserRef Modifier and Type Method Description LdapUserRefLdapUserRefRepository. findByCn(java.lang.String cn)LdapUserRefLdapUserRefRepository. findByDn(java.lang.String dn)Methods in com.netgrif.application.engine.ldap.domain.repository that return types with arguments of type LdapUserRef Modifier and Type Method Description java.util.List<LdapUserRef>LdapUserRefRepository. findAll()java.util.List<LdapUserRef>LdapUserRefRepository. findAll(com.querydsl.core.types.Predicate predicate) -
Uses of LdapUserRef in com.netgrif.application.engine.ldap.service
Methods in com.netgrif.application.engine.ldap.service that return LdapUserRef Modifier and Type Method Description LdapUserRefLdapUserRefService. findById(javax.naming.Name id)LdapUserRefLdapUserRefService. findUserByCn(java.lang.String cn)LdapUserRefLdapUserRefService. findUserByDn(java.lang.String dn)Methods in com.netgrif.application.engine.ldap.service with parameters of type LdapUserRef Modifier and Type Method Description IUserLdapUserRefService. createUser(LdapUserRef ldapUserRef)
-