Package net.thevpc.nhttp.server.security
Class NWebPrincipalRoot
java.lang.Object
net.thevpc.nhttp.server.security.NWebPrincipalRoot
- All Implemented Interfaces:
NWebPrincipal
-
Constructor Details
-
NWebPrincipalRoot
public NWebPrincipalRoot()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceNWebPrincipal
-
getUserName
- Specified by:
getUserNamein interfaceNWebPrincipal
-
isAdmin
public boolean isAdmin()- Specified by:
isAdminin interfaceNWebPrincipal
-
isAnonymous
public boolean isAnonymous()- Specified by:
isAnonymousin interfaceNWebPrincipal
-
getUser
public <T> T getUser()- Specified by:
getUserin interfaceNWebPrincipal
-