Package tv.hd3g.authkit.mod.service
Class ExternalAuthClientLDAPServiceImpl
java.lang.Object
tv.hd3g.authkit.mod.service.ExternalAuthClientLDAPServiceImpl
- All Implemented Interfaces:
ExternalAuthClientService
@Service
public class ExternalAuthClientLDAPServiceImpl
extends Object
implements ExternalAuthClientService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisIPAllowedToCreateUserAccount(InetAddress address, String domain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.hd3g.authkit.mod.service.ExternalAuthClientService
isIPAllowedToCreateUserAccount, logonUser
-
Constructor Details
-
ExternalAuthClientLDAPServiceImpl
public ExternalAuthClientLDAPServiceImpl()
-
-
Method Details
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceExternalAuthClientService
-
logonUser
public ExternalAuthUserDto logonUser(String login, Password password, String domain) throws UserCantLoginException - Specified by:
logonUserin interfaceExternalAuthClientService- Throws:
UserCantLoginException
-
getDefaultDomainName
- Specified by:
getDefaultDomainNamein interfaceExternalAuthClientService
-
isIPAllowedToCreateUserAccount
- Specified by:
isIPAllowedToCreateUserAccountin interfaceExternalAuthClientService
-