Uses of Interface
org.dspace.app.rest.security.RestAuthenticationService
Packages that use RestAuthenticationService
-
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, org.springframework.security.authentication.AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) OrcidLoginFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) ShibbolethLoginFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) StatelessAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService, EPersonRestAuthenticationProvider authenticationProvider, RequestService requestService) StatelessLoginFilter(String url, org.springframework.security.authentication.AuthenticationManager authenticationManager, RestAuthenticationService restAuthenticationService) -
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