Validate a PortletApplicationDefinition tree AFTER its WebApplicationDefinition has been loaded. Currently, only the security role references of the portlet definitions are validated:
- A security role reference should reference a security role through a roleLink. A warning message is logged if a direct reference is used.
- For a security role reference a security role must be defined in the web application. An error message is logged and a PortletApplicationException is thrown if not.
@throws PortletApplicationException