public interface LowLevelAuthenticationInterface
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)
Prüft, ob es sich um einen gültigen Benutzer handelt
|
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)
AuthentificationComponent getAuthenticationComponent()