public class LowLevelAuthentication extends java.lang.Object implements LowLevelAuthenticationInterface
Constructor and Description |
---|
LowLevelAuthentication(ServerDavParameters serverDavParameters,
de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters,
long transmitterId,
AuthentificationComponent authenticationComponent) |
Modifier and Type | Method and Description |
---|---|
AuthentificationComponent |
getAuthenticationComponent() |
de.bsvrz.dav.daf.communication.protocol.UserLogin |
isValidUser(java.lang.String userName,
byte[] encryptedPassword,
java.lang.String text,
de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess,
java.lang.String userTypePid)
Alte Authentifizierung über Hmac
|
void |
setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection) |
public LowLevelAuthentication(ServerDavParameters serverDavParameters, de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters, long transmitterId, AuthentificationComponent authenticationComponent)
public de.bsvrz.dav.daf.communication.protocol.UserLogin isValidUser(java.lang.String userName, byte[] encryptedPassword, java.lang.String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, java.lang.String userTypePid)
isValidUser
in interface LowLevelAuthenticationInterface
public void setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection)
public AuthentificationComponent getAuthenticationComponent()
getAuthenticationComponent
in interface LowLevelAuthenticationInterface