authenticationProvider element
| Type: | authenticationProvider | 
| Namespace: | (default namespace) | 
| XML Schema: | ns0.xsd | 
POJO to simply represent authentication providers in SystemResource endpoints
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<authenticationProvider>
  <authenticationType>...</authenticationType>
</authenticationProvider>
      Example JSON
{
  "authenticationType" : "..."
}