Package org.eclipse.jetty.server
Interface Authentication.User
-
- All Superinterfaces:
Authentication
,Authentication.LogoutAuthentication
- All Known Implementing Classes:
AbstractUserAuthentication
,UserAuthentication
- Enclosing interface:
- Authentication
@Deprecated(since="2021-05-27") public static interface Authentication.User extends Authentication.LogoutAuthentication
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A successful Authentication with User information.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.server.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getAuthMethod()
Deprecated.UserIdentity
getUserIdentity()
Deprecated.boolean
isUserInRole(UserIdentity.Scope scope, String role)
Deprecated.void
logout()
Deprecated.-
Methods inherited from interface org.eclipse.jetty.server.Authentication.LogoutAuthentication
logout
-
-
-
-
Method Detail
-
getAuthMethod
String getAuthMethod()
Deprecated.
-
getUserIdentity
UserIdentity getUserIdentity()
Deprecated.
-
isUserInRole
boolean isUserInRole(UserIdentity.Scope scope, String role)
Deprecated.
-
logout
@Deprecated void logout()
Deprecated.
-
-