public interface AuthenticationDetailsProvider
Modifier and Type | Method and Description |
---|---|
String |
getAdminPassword() |
String |
getAdminUsername() |
String |
getPasswordForUser(String username) |
String |
getTicketForUser(String username) |
void |
updateTicketForUser(String username,
String ticket)
Update the value of the ticket for the given user.
|
String getPasswordForUser(String username)
String getTicketForUser(String username)
void updateTicketForUser(String username, String ticket)
String getAdminUsername()
String getAdminPassword()
Copyright © 2014. All rights reserved.