Package net.thevpc.nhttp.server.security
Class NWebPrincipalAnonymous
java.lang.Object
net.thevpc.nhttp.server.security.NWebPrincipalAnonymous
- All Implemented Interfaces:
NWebPrincipal
-
Constructor Details
-
NWebPrincipalAnonymous
public NWebPrincipalAnonymous()
-
-
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
-