Uses of Class
tv.hd3g.authkit.mod.dto.ExternalAuthUserDto
-
Packages that use ExternalAuthUserDto Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.service -
-
Uses of ExternalAuthUserDto in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type ExternalAuthUserDto Constructor Description UserPrivacyDto(ExternalAuthUserDto importFromLDAP) -
Uses of ExternalAuthUserDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return ExternalAuthUserDto Modifier and Type Method Description ExternalAuthUserDtoExternalAuthClientLDAPServiceImpl. logonUser(String login, Password password, String domain)default ExternalAuthUserDtoExternalAuthClientService. logonUser(String login, Password password)ExternalAuthUserDtoExternalAuthClientService. logonUser(String login, Password password, String domain)
-