Skip to content

Incorrect way to set the GROUP value. #4

@una-tapa

Description

@una-tapa

Incorrect:
credentials.put(AttributeNameConstants.WSCREDENTIAL_GROUPS, (List)java.util.Arrays.asList(new String[] {"group1","group2"}));

Correct way to create the group list is:
List list = new ArrayList<>(List.of("a", "b", "c"));"

Thanks to Benjamin Xue (Benjamin.Xue@ibm.com) for finding and testing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions