| Package | Description |
|---|---|
| org.kepler.authentication |
| Modifier and Type | Class and Description |
|---|---|
class |
GAMAAuthenticationService
AuthenticationService is responsible for contact the GAMA service and get
back the credential for the user
|
class |
LDAPAuthenticationService
Authenticates a user against LDAP
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationService |
AuthenticationManager.getAuthenticationService(Domain domain)
returns an instantiation of the correct AuthenticationService based on
the serviceClass listed for the domain.
|
AuthenticationService |
AuthenticationManager.getAuthenticationService(java.lang.String domainName)
return an AuthenticationService for the given domain name
|