public interface UserDetailsFinder
| 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) |
UserRole findUserRole(org.springframework.security.core.Authentication authentication)
UUID findUserId(org.springframework.security.core.Authentication authentication)
String findUserName(org.springframework.security.core.Authentication authentication)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.