Skip to content

Commit

Permalink
Changed UserAttributeMapper name to be generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ktogias committed Jul 9, 2021
1 parent 1300894 commit 36ac5fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

/** */
@AutoService(IdentityProviderMapper.class)
public class GsisGovuserUserAttributeMapper extends AbstractJsonUserAttributeMapper {
public class GsisUserAttributeMapper extends AbstractJsonUserAttributeMapper {

public static final String PROVIDER_ID = "gsis-govuser-user-attribute-mapper";
public static final String PROVIDER_ID = "gsis-user-attribute-mapper";
private static final String[] cp = new String[] {
GsisGovuserTestIdentityProviderFactory.PROVIDER_ID,
GsisGovuserIdentityProviderFactory.PROVIDER_ID,
Expand Down

0 comments on commit 36ac5fa

Please sign in to comment.