Uses of Interface
org.dspace.authenticate.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description org.dspace.authenticate End-user authentication manager, interface and implementations.org.dspace.authenticate.service -
-
Uses of AuthenticationMethod in org.dspace.authenticate
Classes in org.dspace.authenticate that implement AuthenticationMethod Modifier and Type Class Description classIPAuthenticationAdds users to special groups based on IP address.classLDAPAuthenticationThis combined LDAP authentication method supersedes both the 'LDAPAuthentication' and the 'LDAPHierarchicalAuthentication' methods.classOidcAuthenticationImplementation ofAuthenticationMethodthat delegate all the method invocations to the bean of classOrcidAuthenticationBean.classOidcAuthenticationBeanOpenID Connect Authentication for DSpace.classOrcidAuthenticationImplementation ofAuthenticationMethodthat delegate all the method invocations to the bean of classOrcidAuthenticationBean.classOrcidAuthenticationBeanORCID authentication for DSpace.classPasswordAuthenticationA stackable authentication method based on the DSpace internal "EPerson" database.classShibAuthenticationShibboleth authentication for DSpace Shibboleth is a distributed authentication system for securely authenticating users and passing attributes about the user from one or more identity providers.classX509AuthenticationImplicit authentication method that gets credentials from the X.509 client certificate supplied by the HTTPS client when connecting to this server.Methods in org.dspace.authenticate that return types with arguments of type AuthenticationMethod Modifier and Type Method Description Iterator<AuthenticationMethod>AuthenticationServiceImpl. authenticationMethodIterator()List<AuthenticationMethod>AuthenticationServiceImpl. getAuthenticationMethodStack() -
Uses of AuthenticationMethod in org.dspace.authenticate.service
Methods in org.dspace.authenticate.service that return types with arguments of type AuthenticationMethod Modifier and Type Method Description Iterator<AuthenticationMethod>AuthenticationService. authenticationMethodIterator()Get stack of authentication methods.
-