Interface AbstractTransportConnector.AuthenticationConsumer
- Enclosing class:
AbstractTransportConnector
public static interface AbstractTransportConnector.AuthenticationConsumer
Consumes token authentication data.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
accept
Accepts a user name and a password.- Parameters:
user- the user namepassword- the passwordpwdEncAlg- the name of the password encryption algorithm, e.g., UTF-8 for plaintext- Returns:
truefor applied,falsefor ignored (shall be logged)
-