Uses of Interface
com.netgrif.application.engine.ldap.service.interfaces.ILdapGroupRefService
-
-
Uses of ILdapGroupRefService in com.netgrif.application.engine.configuration.authentication.providers.ldap
Fields in com.netgrif.application.engine.configuration.authentication.providers.ldap declared as ILdapGroupRefService Modifier and Type Field Description protected ILdapGroupRefServiceUserDetailsContextMapperImpl. ldapGroupRefServiceMethods in com.netgrif.application.engine.configuration.authentication.providers.ldap with parameters of type ILdapGroupRefService Modifier and Type Method Description NetgrifLdapAuthenticationProviderNetgrifLdapAuthenticationProviderLoader. netgrifLdapAuthenticationProvider(LdapUserService ldapUserService, ILdapUserRefService ldapUserRefService, ILdapGroupRefService ldapGroupRefService, NaeLdapProperties ldapProperties)Constructors in com.netgrif.application.engine.configuration.authentication.providers.ldap with parameters of type ILdapGroupRefService Constructor Description UserDetailsContextMapperImpl(LdapUserService ldapUserService, ILdapUserRefService ldapUserRefService, ILdapGroupRefService ldapGroupRefService, NaeLdapProperties properties) -
Uses of ILdapGroupRefService in com.netgrif.application.engine.ldap.service
Classes in com.netgrif.application.engine.ldap.service that implement ILdapGroupRefService Modifier and Type Class Description classLdapGroupRefServiceFields in com.netgrif.application.engine.ldap.service declared as ILdapGroupRefService Modifier and Type Field Description protected ILdapGroupRefServiceLdapUserRefService. ldapGroupRefService -
Uses of ILdapGroupRefService in com.netgrif.application.engine.orgstructure.web
Fields in com.netgrif.application.engine.orgstructure.web declared as ILdapGroupRefService Modifier and Type Field Description protected ILdapGroupRefServiceLdapController. service
-