public abstract class HttpCredentials extends Credentials
This credentials is retrieved from a HTTP request.
A user profile can be attached with the credentials if it has been created by a Authenticator.
In that case, the AuthenticatorProfileCreator must be used to retrieve the attached user profile.
| Constructor and Description |
|---|
HttpCredentials() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object o) |
UserProfile |
getUserProfile() |
abstract int |
hashCode() |
void |
setUserProfile(UserProfile userProfile) |
getClientName, setClientNamepublic UserProfile getUserProfile()
public void setUserProfile(UserProfile userProfile)
Copyright © 2016. All Rights Reserved.