public interface BasicAuthenticationService
Modifier and Type | Method and Description |
---|---|
boolean |
checkServiceAuthentication(String serviceNameSpaceURI,
QName serviceName,
String username,
String password)
Validates service authentication for the given serviceNameSpaceURI, serviceName, username and password
|
BasicAuthenticationConnectionCredentials |
getConnectionCredentials(String serviceNameSpaceURI,
String serviceName)
Gets the connection credentials for the given serviceNameSpaceURI and serviceName
|
String |
getPasswordForService(String serviceNameSpaceURI,
QName serviceName,
String username)
Gets the password for the given serviceNameSpaceURI, serviceName, username
|
void |
registerConnectionCredentials(BasicAuthenticationConnectionCredentials credentials)
Registers the connection credentials of the service
|
void |
registerServiceCredentials(BasicAuthenticationCredentials credentials)
Registers the service credentials of the service
|
void registerServiceCredentials(BasicAuthenticationCredentials credentials)
credentials
- the credentials for the servicevoid registerConnectionCredentials(BasicAuthenticationConnectionCredentials credentials)
credentials
- the credentials for the serviceBasicAuthenticationConnectionCredentials getConnectionCredentials(String serviceNameSpaceURI, String serviceName)
serviceNameSpaceURI
- the serviceNameSpaceURI of the serviceserviceName
- the serviceName of the serviceboolean checkServiceAuthentication(String serviceNameSpaceURI, QName serviceName, String username, String password)
serviceNameSpaceURI
- the serviceNameSpaceURI of the serviceserviceName
- the serviceName of the serviceusername
- the username for the servicepassword
- the password for the serviceString getPasswordForService(String serviceNameSpaceURI, QName serviceName, String username)
serviceNameSpaceURI
- the serviceNameSpaceURI of the serviceserviceName
- the serviceName of the serviceusername
- the username for the serviceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.