public class FileShareUserManager extends Object
Constructor and Description |
---|
FileShareUserManager() |
Modifier and Type | Method and Description |
---|---|
void |
addLogin(String username,
String password)
Adds a login.
|
String |
authenticate(CallContext context)
Takes user and password from the CallContext and checks them.
|
Collection<String> |
getLogins()
Returns all logins.
|
String |
toString() |
public Collection<String> getLogins()
public String authenticate(CallContext context)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.