Package org.eclipse.jetty.security
Class UserAuthentication
- java.lang.Object
-
- org.eclipse.jetty.security.AbstractUserAuthentication
-
- org.eclipse.jetty.security.UserAuthentication
-
- All Implemented Interfaces:
java.io.Serializable
,Authentication
,Authentication.LogoutAuthentication
,Authentication.User
@Deprecated(since="2021-05-27") public class UserAuthentication extends AbstractUserAuthentication
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.- See Also:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description UserAuthentication(java.lang.String method, UserIdentity userIdentity)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
logout()
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class org.eclipse.jetty.security.AbstractUserAuthentication
declaredRolesContains, getAuthMethod, getUserIdentity, isUserInRole, logout
-
-
-
-
Constructor Detail
-
UserAuthentication
public UserAuthentication(java.lang.String method, UserIdentity userIdentity)
Deprecated.
-
-