Provides a mapping from the roles defined for a user, and
roles appropriate for the connection
Rules:
- If the user has no rights to the specified connectionContextName, you must throw PentahoAccessControlException
- If null or empty array is returned, then no mapping is required, and connection can use defaults
Maps the user from the given IPentahoSession into
a user (or credential) appropriate for the connection
Rules:
- If the user has no rights to the specified connectionContextName, you must throw PentahoAccessControlException
- If null or empty array is returned, then no mapping is required, and connection can use defaults
Does this method belong in ChartBeansGeneratorUtil? ChartBeansGeneratorUtil may be more of a convenience for
executing the default ActionSequence, if this is to hold true, this method probably needs a new home more central
to the ChartBeans code.