Uses of Class
com.netgrif.application.engine.configuration.properties.NaeLdapProperties
-
-
Uses of NaeLdapProperties in com.netgrif.application.engine.configuration
Fields in com.netgrif.application.engine.configuration declared as NaeLdapProperties Modifier and Type Field Description protected NaeLdapPropertiesNaeSecurityConfiguration. ldapProperties -
Uses of NaeLdapProperties in com.netgrif.application.engine.configuration.authentication.providers.ldap
Fields in com.netgrif.application.engine.configuration.authentication.providers.ldap declared as NaeLdapProperties Modifier and Type Field Description protected NaeLdapPropertiesNetgrifLdapAuthenticationProvider. ldapPropertiesprotected NaeLdapPropertiesUserDetailsContextMapperImpl. propertiesMethods in com.netgrif.application.engine.configuration.authentication.providers.ldap with parameters of type NaeLdapProperties 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 NaeLdapProperties Constructor Description NetgrifLdapAuthenticationProvider(NaeLdapProperties properties)UserDetailsContextMapperImpl(LdapUserService ldapUserService, ILdapUserRefService ldapUserRefService, ILdapGroupRefService ldapGroupRefService, NaeLdapProperties properties) -
Uses of NaeLdapProperties in com.netgrif.application.engine.ldap.service
Constructors in com.netgrif.application.engine.ldap.service with parameters of type NaeLdapProperties Constructor Description LdapGroupRefService(LdapConfiguration ldapConfiguration, LdapGroupRoleRepository ldapGroupRoleRepository, IProcessRoleService processRoleService, NaeLdapProperties ldapProperties)
-