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 java.lang.Object implements LowLevelAuthenticationInterface
Deprecated.
Authentifizierugnskomponente der alten HMAC-Authentifizierung
-
Constructor Summary
Constructors Constructor Description LowLevelAuthentication(ServerDavParameters serverDavParameters, de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters, AuthentificationComponent authenticationComponent)
Deprecated. -
Method Summary
Modifier and Type Method Description AuthentificationComponent
getAuthenticationComponent()
Deprecated.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)
Deprecated.Alte Authentifizierung über Hmacvoid
setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection)
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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(java.lang.String userName, byte[] encryptedPassword, java.lang.String text, de.bsvrz.dav.daf.communication.lowLevel.AuthentificationProcess authenticationProcess, java.lang.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
-