Package net.thevpc.nhttp.server.security
Class NWebSecurityContext
java.lang.Object
net.thevpc.nhttp.server.security.NWebSecurityContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NWebSecurityContextgetToken()getUser()static voidrunWith(NWebSecurityContext a, net.thevpc.nuts.util.NUnsafeRunnable callable)
-
Field Details
-
current
-
-
Constructor Details
-
NWebSecurityContext
-
-
Method Details
-
getUser
-
setUser
-
getToken
-
setToken
-
currentRequired
-
runWith
public static void runWith(NWebSecurityContext a, net.thevpc.nuts.util.NUnsafeRunnable callable) throws Throwable - Throws:
Throwable
-