Get Role Mapping

Retrieve a list of role mapping entries for the specified security configuration at the domain level.

Syntax

java.util.Collection<RoleMappingVO> getRoleMappings(java.lang.String securityConfiguration)
   throws SUPAdminException

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples