The Configuration:AuthorizationTypes object defines valid authorization types. Each authorization type is declared in an <AuthType> element:
<AuthType name=’SPML’ extends=’Configuration’/>
The AuthTypes element contains a list of AuthType elements. Each AuthType has, at minimum, a name attribute and typically an extends attribute. The value of the extends attribute must be the name of another authorization type or repository type.