Package | Description |
---|---|
org.ecoinformatics.seek.ecogrid | |
org.kepler.authentication |
Modifier and Type | Method and Description |
---|---|
Domain |
EcoGridServicesController.getServiceDomain(EcoGridService service) |
Modifier and Type | Method and Description |
---|---|
Domain |
ProxyEntity.getDomain() |
static Domain |
AuthenticationManager.getDomain(java.lang.String domainName)
returns a Domain for a given domainName
|
Domain |
DomainList.searchDomainList(java.lang.String domainName)
Search the domain list for a specific domain. return the domain if it's
found, if not, return null;
|
Modifier and Type | Method and Description |
---|---|
void |
DomainList.addDomain(Domain d) |
abstract ProxyEntity |
AuthenticationService.authenticate(Domain domain)
Authenticate a user
|
ProxyEntity |
GAMAAuthenticationService.authenticate(Domain d)
Use the GAMA authentication service to get credential returns null if the
user cancels the action.
|
ProxyEntity |
LDAPAuthenticationService.authenticate(Domain d)
Use LDAP to authenticate the user
|
ProxyEntity |
LDAPAuthenticationService.authenticate(Domain d,
java.lang.String dn,
java.lang.String password)
this method authenticates using a full dn instead of breaking it into
username and org
|
ProxyEntity |
LDAPAuthenticationService.authenticate(Domain d,
java.lang.String username,
java.lang.String password,
java.lang.String org)
this method authenticates without creating a gui popup window for the
user.
|
boolean |
Domain.equalTo(Domain d)
Compare to another domain to see if they are equal
|
static AuthenticationService |
AuthenticationManager.getAuthenticationService(Domain domain)
returns an instantiation of the correct AuthenticationService based on
the serviceClass listed for the domain.
|
boolean |
ProxyRepository.proxyExists(java.lang.String proxyCredential,
Domain domain)
Check if a credential with the given domain exists in this repository
|
ProxyEntity |
ProxyRepository.searchProxyInRepository(Domain domain)
This function is used to search proxy with the specified domain.
|
ProxyEntity |
ProxyRepository.searchProxyInRepository(java.lang.String userName,
Domain domain)
This function is used to search proxy with the specified user name and
domain.
|
void |
ProxyEntity.setDomain(Domain domain) |