|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicAuthenticationService
This class is used to register and validate services with basic authentication.
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 |
Method Detail |
---|
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 service
boolean 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 service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |