Uses of Interface
org.eclipse.jetty.server.UserIdentity
Packages that use UserIdentity
Package
Description
Jetty Jaas : Support for Jaas
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
Jetty Server : Core Server API
-
Uses of UserIdentity in org.eclipse.jetty.jaas
Methods in org.eclipse.jetty.jaas that return UserIdentityModifier and TypeMethodDescriptionMethods in org.eclipse.jetty.jaas with parameters of type UserIdentityModifier and TypeMethodDescriptionvoidJAASLoginService.logout(UserIdentity user) booleanJAASLoginService.validate(UserIdentity user) -
Uses of UserIdentity in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement UserIdentityModifier and TypeClassDescriptionclassThe default implementation of UserIdentity.classFields in org.eclipse.jetty.security declared as UserIdentityMethods in org.eclipse.jetty.security that return UserIdentityModifier and TypeMethodDescriptionDefaultIdentityService.getSystemUserIdentity()IdentityService.getSystemUserIdentity()AbstractUserAuthentication.getUserIdentity()AbstractLoginService.login(String username, Object credentials, javax.servlet.ServletRequest request) ConfigurableSpnegoLoginService.login(String username, Object credentials, javax.servlet.ServletRequest req) Login a user.DefaultIdentityService.newUserIdentity(Subject subject, Principal userPrincipal, String[] roles) IdentityService.newUserIdentity(Subject subject, Principal userPrincipal, String[] roles) Create a new UserIdentity for use with this identity service.Methods in org.eclipse.jetty.security with parameters of type UserIdentityModifier and TypeMethodDescriptionDefaultIdentityService.associate(UserIdentity user) If there are roles refs present in the scope, then wrap the UserIdentity with one that uses the role references in theisUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)IdentityService.associate(UserIdentity user) Associate a user identity with the current thread.protected booleanConstraintSecurityHandler.checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) protected abstract booleanSecurityHandler.checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) voidAbstractLoginService.logout(UserIdentity user) voidConfigurableSpnegoLoginService.logout(UserIdentity user) voidEmptyLoginService.logout(UserIdentity user) voidLoginService.logout(UserIdentity user) DefaultIdentityService.setRunAs(UserIdentity user, RunAsToken token) IdentityService.setRunAs(UserIdentity user, RunAsToken token) Associate a runas Token with the current user and thread.booleanAbstractLoginService.validate(UserIdentity user) booleanConfigurableSpnegoLoginService.validate(UserIdentity user) booleanEmptyLoginService.validate(UserIdentity user) booleanLoginService.validate(UserIdentity user) Validate a user identity.Constructors in org.eclipse.jetty.security with parameters of type UserIdentityModifierConstructorDescriptionAbstractUserAuthentication(String method, UserIdentity userIdentity) SpnegoUserIdentity(Subject subject, Principal principal, UserIdentity roleDelegate) UserAuthentication(String method, UserIdentity userIdentity) -
Uses of UserIdentity in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication that return UserIdentityModifier and TypeMethodDescriptionAuthorizationService.getUserIdentity(javax.servlet.http.HttpServletRequest request, String name) SessionAuthentication.getUserIdentity()ConfigurableSpnegoAuthenticator.login(String username, Object password, javax.servlet.ServletRequest servletRequest) Only renew the session id if the user has been fully authenticated, don't renew the session for any of the intermediate request/response handshakes.DigestAuthenticator.login(String username, Object credentials, javax.servlet.ServletRequest request) LoginAuthenticator.login(String username, Object password, javax.servlet.ServletRequest servletRequest) If the UserIdentity is not null after this method callsLoginService.login(String, Object, ServletRequest), it is assumed that the user is fully authenticated and we need to change the session id to prevent session fixation vulnerability.Constructors in org.eclipse.jetty.security.authentication with parameters of type UserIdentityModifierConstructorDescriptionFormAuthentication(String method, UserIdentity userIdentity) SessionAuthentication(String method, UserIdentity userIdentity, Object credentials) -
Uses of UserIdentity in org.eclipse.jetty.security.jaspi
Methods in org.eclipse.jetty.security.jaspi that return UserIdentityModifier and TypeMethodDescription -
Uses of UserIdentity in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement UserIdentityMethods in org.eclipse.jetty.security.openid that return UserIdentityModifier and TypeMethodDescriptionOpenIdAuthenticator.login(String username, Object credentials, javax.servlet.ServletRequest request) Methods in org.eclipse.jetty.security.openid with parameters of type UserIdentityModifier and TypeMethodDescriptionvoidOpenIdLoginService.logout(UserIdentity user) booleanOpenIdLoginService.validate(UserIdentity user) Constructors in org.eclipse.jetty.security.openid with parameters of type UserIdentityModifierConstructorDescriptionOpenIdAuthentication(String method, UserIdentity userIdentity) OpenIdUserIdentity(Subject subject, Principal userPrincipal, UserIdentity userIdentity) -
Uses of UserIdentity in org.eclipse.jetty.server
Subinterfaces of UserIdentity in org.eclipse.jetty.serverFields in org.eclipse.jetty.server declared as UserIdentityMethods in org.eclipse.jetty.server that return UserIdentityModifier and TypeMethodDescriptionRequest.getResolvedUserIdentity()Authentication.User.getUserIdentity()Request.getUserIdentity()