Uses of Interface
org.dspace.authenticate.AuthenticationMethod

Packages that use AuthenticationMethod
org.dspace.authenticate End-user authentication manager, interface and implementations. 
 

Uses of AuthenticationMethod in org.dspace.authenticate
 

Classes in org.dspace.authenticate that implement AuthenticationMethod
 class IPAuthentication
          Adds users to special groups based on IP address.
 class LDAPAuthentication
          This combined LDAP authentication method supersedes both the 'LDAPAuthentication' and the 'LDAPHierarchicalAuthentication' methods.
 class PasswordAuthentication
          A stackable authentication method based on the DSpace internal "EPerson" database.
 class ShibAuthentication
          Shibboleth 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.
 class X509Authentication
          Implicit 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
static Iterator<AuthenticationMethod> AuthenticationManager.authenticationMethodIterator()
          Get stack of authentication methods.
 



Copyright © 2012 DuraSpace. All Rights Reserved.