|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserCredentialsRepository
Represents a repository that contains user credentials (oauth2 or login/password).
| Method Summary | |
|---|---|
UserCredentials<?> |
get(AppInfo appInfo,
String userId)
Retrieves user credentials for the given application and optional user id. |
void |
save(UserCredentials<?> userCredentials)
Adds new credentials and serializes |
| Method Detail |
|---|
void save(UserCredentials<?> userCredentials)
throws IOException
userCredentials - The credentials to save
IOException - Error saving the credentials
UserCredentials<?> get(AppInfo appInfo,
String userId)
appInfo - The application informationsuserId - The user identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||