public class Authentication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Authentication.UserAuthenticationGetRequest
Get the user's authentication service information.
|
static class |
Authentication.UserAuthenticationGetResponse
Response to the UserAuthenticationGetRequest.
|
static class |
Authentication.UserAuthenticationModifyRequest
Modify the user's authentication service information.
|
| Constructor and Description |
|---|
Authentication(User user)
Returns a Service Object with the User Assigned
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToUser(User user)
Adds the Service Settings to a User - This does not add the service itself
|
AuthenticationProxy |
getProxy()
Returns a proxy of the User Service Object
|
Authentication.UserAuthenticationGetResponse |
getUserAuthentication() |
void |
modifyForUser(User user)
Modifies the Service Settings to a User - This does not add the service itself
|
void |
populate()
Populates all available service data
|
public Authentication(User user)
user - public Authentication.UserAuthenticationGetResponse getUserAuthentication()
public void populate()
public AuthenticationProxy getProxy()
public void addToUser(User user)
public void modifyForUser(User user)
Copyright © 2016 ECG, Inc. All rights reserved.