public interface User extends Serializable
Modifier and Type | Method and Description |
---|---|
static User |
forLogin(String login) |
default boolean |
isInRole(String expectedRole) |
String |
login() |
String |
name() |
String[] |
roles() |
Copyright © 2014. All Rights Reserved.