
public interface User
extends org.springframework.security.core.userdetails.UserDetails, org.springframework.security.core.CredentialsContainer
| Modifier and Type | Method and Description | 
|---|---|
| void | enable() | 
| Set<org.springframework.security.core.GrantedAuthority> | getAuthorities() | 
| String | getId() | 
| String | getName() | 
| Map<String,String> | getProperties() | 
| String | getType() | 
Copyright © 2017. All rights reserved.