LowLevelAuthenticationInterface@Deprecated public class LowLevelAuthentication extends java.lang.Object implements LowLevelAuthenticationInterface
| Constructor | Description |
|---|---|
LowLevelAuthentication(ServerDavParameters serverDavParameters,
de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters,
AuthentificationComponent authenticationComponent) |
Deprecated.
|
| 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 Hmac
|
void |
setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection) |
Deprecated.
|
public LowLevelAuthentication(ServerDavParameters serverDavParameters, de.bsvrz.dav.daf.main.ClientDavParameters clientDavParameters, 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 LowLevelAuthenticationInterfacepublic void setSelfClientDavConnection(SelfClientDavConnection selfClientDavConnection)
public AuthentificationComponent getAuthenticationComponent()
getAuthenticationComponent in interface LowLevelAuthenticationInterface