public class LowLevelAuthentication extends Object implements LowLevelAuthenticationInterface
| Constructor and Description |
|---|
LowLevelAuthentication(ServerDavParameters serverDavParameters,
ClientDavParameters clientDavParameters,
long transmitterId,
AuthentificationComponent authenticationComponent) |
| Modifier and Type | Method and Description |
|---|---|
AuthentificationComponent |
getAuthenticationComponent() |
long |
isValidUser(String userName,
byte[] encryptedPassword,
String text,
AuthentificationProcess authenticationProcess,
String userTypePid)
Prüft, ob es sich um einen gültigen Benutzer handelt
|
void |
setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection) |
public LowLevelAuthentication(ServerDavParameters serverDavParameters, ClientDavParameters clientDavParameters, long transmitterId, AuthentificationComponent authenticationComponent)
public long isValidUser(String userName, byte[] encryptedPassword, String text, AuthentificationProcess authenticationProcess, String userTypePid)
LowLevelAuthenticationInterfaceisValidUser in interface LowLevelAuthenticationInterfacepublic void setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection)
public AuthentificationComponent getAuthenticationComponent()
getAuthenticationComponent in interface LowLevelAuthenticationInterface