| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Credential> |
PunchOutOrderMessageHeaderProcessingAction.convertOrganizationsToCredentials(java.util.List<Organization> organizations)
this method will convert an Organization into a cmxl credential ignoring the shared secret.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AuthenticationVerifier.authenticateSender(java.util.List<Credential> credentials)
Matches the given credentials against the configured ones in the system.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultPunchOutSessionPopulator.getSharedSecret(Credential credential) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Organization> |
DefaultPunchOutSessionPopulator.convertCredentialsToOrganizations(java.util.List<Credential> credentials) |
| Modifier and Type | Method and Description |
|---|---|
B2BCustomerModel |
PunchOutCredentialService.getCustomerForCredential(Credential credential)
Get the first valid
B2BCustomerModel that is mapped for one of the pair domain and identity contained in
the credential and validate the shared secret. |
B2BCustomerModel |
PunchOutCredentialService.getCustomerForCredentialNoAuth(Credential credential)
Get the first valid
B2BCustomerModel that is mapped for one of the pair domain and identity contained in
the credential without validating the shared secret. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultPunchOutCredentialService.extractIdentity(Credential credential) |
protected java.lang.String |
DefaultPunchOutCredentialService.extractSharedSecret(Credential credential) |
B2BCustomerModel |
DefaultPunchOutCredentialService.getCustomerForCredential(Credential credential) |
protected B2BCustomerModel |
DefaultPunchOutCredentialService.getCustomerForCredential(Credential credential,
boolean verifySharedSecret) |
B2BCustomerModel |
DefaultPunchOutCredentialService.getCustomerForCredentialNoAuth(Credential credential) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Credential> |
AuthResponse.credential |
protected java.util.List<Credential> |
Node.credential |
protected java.util.List<Credential> |
AuthRequest.credential |
protected java.util.List<Credential> |
From.credential |
protected java.util.List<Credential> |
OrganizationID.credential |
protected java.util.List<Credential> |
Organization.credential |
protected java.util.List<Credential> |
To.credential |
protected java.util.List<Credential> |
Sender.credential |
| Modifier and Type | Method and Description |
|---|---|
Credential |
ObjectFactory.createCredential()
Create an instance of
Credential |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Credential> |
AuthResponse.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
Node.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
AuthRequest.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
From.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
OrganizationID.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
Organization.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
To.getCredential()
Gets the value of the credential property.
|
java.util.List<Credential> |
Sender.getCredential()
Gets the value of the credential property.
|
Copyright © 2018 SAP SE. All Rights Reserved.