Uses of Interface
org.dspace.authenticate.service.AuthenticationService
-
Packages that use AuthenticationService Package Description org.dspace.authenticate End-user authentication manager, interface and implementations.org.dspace.authenticate.factory -
-
Uses of AuthenticationService in org.dspace.authenticate
Classes in org.dspace.authenticate that implement AuthenticationService Modifier and Type Class Description classAuthenticationServiceImplAccess point for the stackable authentication methods.Fields in org.dspace.authenticate declared as AuthenticationService Modifier and Type Field Description protected AuthenticationServiceLDAPAuthentication. authenticationServiceprotected AuthenticationServiceX509Authentication. authenticationService -
Uses of AuthenticationService in org.dspace.authenticate.factory
Methods in org.dspace.authenticate.factory that return AuthenticationService Modifier and Type Method Description abstract AuthenticationServiceAuthenticateServiceFactory. getAuthenticationService()AuthenticationServiceAuthenticateServiceFactoryImpl. getAuthenticationService()
-