Uses of Interface
org.dspace.app.rest.security.RestAuthenticationService
-
Packages that use RestAuthenticationService Package Description org.dspace.app.rest.security org.dspace.app.rest.security.jwt -
-
Uses of RestAuthenticationService in org.dspace.app.rest.security
Fields in org.dspace.app.rest.security declared as RestAuthenticationService Modifier and Type Field Description protected RestAuthenticationServiceStatelessLoginFilter. restAuthenticationServiceConstructors in org.dspace.app.rest.security with parameters of type RestAuthenticationService Constructor Description DSpace401AuthenticationEntryPoint(RestAuthenticationService restAuthenticationService)ShibbolethAuthenticationFilter(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 RestAuthenticationService Modifier and Type Class Description classJWTTokenRestAuthenticationServiceImplRest Authentication implementation for JSON Web Tokens
-