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
          Authentication module to authenticate against a flat LDAP tree where all users are in the same unit.
 class LDAPHierarchicalAuthentication
          This LDAP authentication method is more complex than the simple 'LDAPAuthentication' in that it allows authentication against structured hierarchical LDAP trees of users.
 class PasswordAuthentication
          A stackable authentication method based on the DSpace internal "EPerson" database.
 class ShibAuthentication
          Shibboleth authentication for DSpace, tested on Shibboleth 1.3.x and Shibboleth 2.x.
 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 © 2011 DuraSpace. All Rights Reserved.