Uses of Interface
org.dspace.app.rest.security.RestAuthenticationService
Packages that use RestAuthenticationService
Package
Description
DSpace-specific concepts and behaviors to support Spring Security.
-
Uses of RestAuthenticationService in org.dspace.app.rest.security
Fields in org.dspace.app.rest.security declared as RestAuthenticationServiceModifier and TypeFieldDescriptionprotected RestAuthenticationServiceStatelessLoginFilter.restAuthenticationServiceConstructors in org.dspace.app.rest.security with parameters of type RestAuthenticationServiceModifierConstructorDescriptionDSpace401AuthenticationEntryPoint(RestAuthenticationService restAuthenticationService) OidcLoginFilter(String url, String httpMethod, AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) OrcidLoginFilter(String url, String httpMethod, AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) SamlLoginFilter(String url, String httpMethod, AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) ShibbolethLoginFilter(String url, String httpMethod, AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) StatelessAuthenticationFilter(AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService, EPersonRestAuthenticationProvider authenticationProvider, RequestService requestService) StatelessLoginFilter(String url, String httpMethod, AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) Initialize a StatelessLoginFilter for the given URL and HTTP method. -
Uses of RestAuthenticationService in org.dspace.app.rest.security.jwt
Classes in org.dspace.app.rest.security.jwt that implement RestAuthenticationServiceModifier and TypeClassDescriptionclassRest Authentication implementation for JSON Web Tokens