public class AuthenticationVerifier
extends java.lang.Object
| Constructor and Description |
|---|
AuthenticationVerifier() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticateSender(java.util.List<Credential> credentials)
Matches the given credentials against the configured ones in the system.
|
PunchOutCredentialService |
getPunchOutCredentialService() |
void |
setPunchOutCredentialService(PunchOutCredentialService punchOutCredentialService) |
void |
verify(CXML request)
Extracts the header information and matches the sender details with the configuration.
|
public void verify(CXML request)
request - the CXML request messageprotected boolean authenticateSender(java.util.List<Credential> credentials)
credentials - the credentials to checkpublic PunchOutCredentialService getPunchOutCredentialService()
public void setPunchOutCredentialService(PunchOutCredentialService punchOutCredentialService)
Copyright © 2018 SAP SE. All Rights Reserved.