Package | Description |
---|---|
com.ibm.ctc.b2b.authentication |
IBM-written product-neutral classes for business-to-business CXML processing.
|
com.ibm.ctc.b2b.repository |
IBM-written product-neutral classes for business-to-business CXML processing.
|
com.ibm.ctc.b2b.request |
IBM-written product-neutral classes for business-to-business CXML processing.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAuthenticator.authenticate()
Authenticates the request.
|
protected java.util.List |
RequestAuthenticator.buildCredentialList(java.lang.String thePath)
Builds a list of CredentialBean objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationRepository.authenticate(CredentialBean theBean)
Authenticates a (credential) bean against data found in the repository.
|
private boolean |
AuthenticationRepository.authenticateBuyer(CredentialBean theBean)
Authenticates a buyer against data found in the repository.
|
private boolean |
AuthenticationRepository.authenticateSupplier(CredentialBean theBean)
Authenticates a supplier against data found in the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessor.process()
Extracts request type and the request XML fragment.
|