public interface User
extends org.springframework.security.core.userdetails.UserDetails
UserDetails interface.| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName() |
String |
getLastName() |
boolean |
hasPrivilege(String privilege) |
boolean |
isInternalUser() |
Copyright © 2019. All rights reserved.