| Package | Description |
|---|---|
| com.ibm.ctc.b2b.repository |
IBM-written product-neutral classes for business-to-business CXML processing.
|
| 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.
|