JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.thevpc.nhttp.server.api
Interface NWebPrincipal
public interface
NWebPrincipal
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getId
()
<T> T
getUser
()
String
getUserName
()
boolean
isAdmin
()
boolean
isAnonymous
()
Method Details
getId
String
getId
()
getUser
<T>
T
getUser
()
getUserName
String
getUserName
()
isAdmin
boolean
isAdmin
()
isAnonymous
boolean
isAnonymous
()