Uses of Interface
org.eclipse.jetty.server.UserIdentity
-
Packages that use UserIdentity Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of UserIdentity in org.eclipse.jetty.server
Subinterfaces of UserIdentity in org.eclipse.jetty.server Modifier and Type Interface Description static interface
UserIdentity.UnauthenticatedUserIdentity
Fields in org.eclipse.jetty.server declared as UserIdentity Modifier and Type Field Description static UserIdentity
UserIdentity. UNAUTHENTICATED_IDENTITY
Methods in org.eclipse.jetty.server that return UserIdentity Modifier and Type Method Description UserIdentity
Request. getResolvedUserIdentity()
UserIdentity
Authentication.User. getUserIdentity()
UserIdentity
Request. getUserIdentity()
-