Package tv.hd3g.authkit.mod.service
Interface ExternalAuthClientService
- All Known Implementing Classes:
ExternalAuthClientLDAPServiceImpl
public interface ExternalAuthClientService
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanbooleanisIPAllowedToCreateUserAccount(InetAddress address, String domain) default ExternalAuthUserDto
-
Method Details
-
isAvailable
boolean isAvailable() -
getDefaultDomainName
-
logonUser
ExternalAuthUserDto logonUser(String login, Password password, String domain) throws UserCantLoginException - Throws:
UserCantLoginException
-
isIPAllowedToCreateUserAccount
-
logonUser
default ExternalAuthUserDto logonUser(String login, Password password) throws UserCantLoginException - Throws:
UserCantLoginException
-
isIPAllowedToCreateUserAccount
-