Package de.bsvrz.dav.dav.main
Class LowLevelAuthentication
java.lang.Object
de.bsvrz.dav.dav.main.LowLevelAuthentication
- All Implemented Interfaces:
LowLevelAuthenticationInterface
@Deprecated
public class LowLevelAuthentication
extends Object
implements LowLevelAuthenticationInterface
Deprecated.
Authentifizierugnskomponente der alten HMAC-Authentifizierung
-
Constructor Summary
ConstructorsConstructorDescriptionLowLevelAuthentication
(ServerDavParameters serverDavParameters, de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters, AuthentificationComponent authenticationComponent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.de.bsvrz.dav.daf.communication.protocol.UserLogin
isValidUser
(String userName, byte[] encryptedPassword, String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, String userTypePid) Deprecated.Alte Authentifizierung über Hmacvoid
setSelfClientDavConnection
(SelfClientDavConnection selfClientDavConnection) Deprecated.
-
Constructor Details
-
LowLevelAuthentication
public LowLevelAuthentication(ServerDavParameters serverDavParameters, de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters, AuthentificationComponent authenticationComponent) Deprecated.
-
-
Method Details
-
isValidUser
public de.bsvrz.dav.daf.communication.protocol.UserLogin isValidUser(String userName, byte[] encryptedPassword, String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, String userTypePid) Deprecated.Alte Authentifizierung über Hmac- Specified by:
isValidUser
in interfaceLowLevelAuthenticationInterface
- Returns:
- die Benutzerid wenn er berechtigt ist sonst -1
-
setSelfClientDavConnection
Deprecated. -
getAuthenticationComponent
Deprecated.- Specified by:
getAuthenticationComponent
in interfaceLowLevelAuthenticationInterface
-