| Package | Description |
|---|---|
| org.dspace.authenticate |
End-user authentication manager, interface and implementations.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Iterator<AuthenticationMethod> |
AuthenticationManager.authenticationMethodIterator()
Get stack of authentication methods.
|
Copyright © 2013 DuraSpace. All Rights Reserved.