|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ksb.service.impl.BasicAuthenticationServiceImpl
public class BasicAuthenticationServiceImpl
Implements the BasicAuthenticationService
BasicAuthenticationService| Constructor Summary | |
|---|---|
BasicAuthenticationServiceImpl()
Constructs BasicAuthenticationServiceImpl with a serviceCredentialsMap and a connectionCredentialsMap |
|
| Method Summary | |
|---|---|
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 |
void |
registerConnectionCredentials(BasicAuthenticationConnectionCredentials credentials)
Registers the connection credentials of the service |
void |
registerServiceCredentials(BasicAuthenticationCredentials credentials)
Registers the service credentials of the service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAuthenticationServiceImpl()
| Method Detail |
|---|
public boolean checkServiceAuthentication(String serviceNameSpaceURI,
QName serviceName,
String username,
String password)
BasicAuthenticationService
checkServiceAuthentication in interface BasicAuthenticationServiceserviceNameSpaceURI - the serviceNameSpaceURI of the serviceserviceName - the serviceName of the serviceusername - the username for the servicepassword - the password for the service
public BasicAuthenticationConnectionCredentials getConnectionCredentials(String serviceNameSpaceURI,
String serviceName)
BasicAuthenticationService
getConnectionCredentials in interface BasicAuthenticationServiceserviceNameSpaceURI - the serviceNameSpaceURI of the serviceserviceName - the serviceName of the service
public void registerServiceCredentials(BasicAuthenticationCredentials credentials)
BasicAuthenticationService
registerServiceCredentials in interface BasicAuthenticationServicecredentials - the credentials for the servicepublic void registerConnectionCredentials(BasicAuthenticationConnectionCredentials credentials)
BasicAuthenticationService
registerConnectionCredentials in interface BasicAuthenticationServicecredentials - the credentials for the service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||