@Component(value="authService") public class AuthService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected org.springframework.web.client.RestOperations |
restTemplate |
protected boolean |
startupInitialise |
protected String |
userDetailsUrl |
protected Map<String,String> |
userEmailToId |
protected Map<String,String> |
userNamesById |
protected Map<String,String> |
userNamesByNumericIds |
protected String |
userNamesForIdPath |
protected String |
userNamesForNumericIdPath |
protected String |
userNamesFullPath |
| Constructor and Description |
|---|
AuthService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayNameFor(String value)
Returns the display name to be used by a client.
|
Map<String,String> |
getMapOfAllUserNamesById() |
Map<String,String> |
getMapOfAllUserNamesByNumericId() |
Map<String,String> |
getMapOfEmailToId() |
void |
reloadCaches() |
String |
substituteEmailAddress(String raw) |
@Inject protected org.springframework.web.client.RestOperations restTemplate
protected String userDetailsUrl
protected String userNamesForIdPath
protected String userNamesForNumericIdPath
protected String userNamesFullPath
protected boolean startupInitialise
protected Boolean enabled
Copyright © 2014. All rights reserved.