public final class UserDetailsFinderImpl extends Object implements UserDetailsFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMIN_GROUP |
| Constructor and Description |
|---|
UserDetailsFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
findUserId(org.springframework.security.core.Authentication authentication) |
String |
findUserName(org.springframework.security.core.Authentication authentication) |
UserRole |
findUserRole(org.springframework.security.core.Authentication authentication) |
public static final String ADMIN_GROUP
public UserRole findUserRole(org.springframework.security.core.Authentication authentication)
findUserRole in interface UserDetailsFinderpublic UUID findUserId(org.springframework.security.core.Authentication authentication)
findUserId in interface UserDetailsFinderpublic String findUserName(org.springframework.security.core.Authentication authentication)
findUserName in interface UserDetailsFinderCopyright © 2016 Pivotal Software, Inc.. All rights reserved.