public class SiteAuthenticationProvider extends java.lang.Object implements AuthenticationProvider
Authentication that clients configured for Site Authentication should use. You can check which authentication configuration you have by following these steps.
You will need to implement this to be able to retrieve an encrypted User Authentication String (UAS) from your companies backend.
Your company may have an existing endpoint to retrieve this from, if your web team has already implemented this. If not you will need to follow these steps.
Constructor and Description |
---|
SiteAuthenticationProvider(java.lang.String uas) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUas() |
public SiteAuthenticationProvider(java.lang.String uas)
uas
- User Authentication String generated by these steps.