public class IpClient extends DirectHttpClient<TokenCredentials>
This class is the client to authenticate users directly based on their IP address.
It returns a HttpProfile.
HttpProfileextractorlogger| Constructor and Description |
|---|
IpClient() |
IpClient(TokenAuthenticator tokenAuthenticator) |
IpClient(TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
getClientType() |
protected void |
internalInit(WebContext context) |
protected IpClient |
newClient() |
clone, getAuthenticator, getCredentials, getProfileCreator, retrieveUserProfile, setAuthenticator, setProfileCreator, toStringredirectaddAuthorizationGenerator, getAuthorizationGenerators, getName, getUserProfile, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setNameinit, reinitpublic IpClient()
public IpClient(TokenAuthenticator tokenAuthenticator)
public IpClient(TokenAuthenticator tokenAuthenticator, ProfileCreator profileCreator)
protected void internalInit(WebContext context)
internalInit in class DirectHttpClient<TokenCredentials>protected IpClient newClient()
newClient in class BaseClient<TokenCredentials,CommonProfile>public ClientType getClientType()
getClientType in class BaseClient<TokenCredentials,CommonProfile>Copyright © 2016. All Rights Reserved.