Skip to content

Commit

Permalink
Merge pull request wso2#6096 from PasinduYeshan/feature/exclude-property
Browse files Browse the repository at this point in the history
Introduce ExcludedUserStoreDomains constant.
  • Loading branch information
PasinduYeshan authored Nov 4, 2024
2 parents 9800fe8 + 27a0275 commit 4280f01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class ClaimConstants {

public static final String DEFAULT_ATTRIBUTE = "DefaultAttribute";
public static final String MAPPED_LOCAL_CLAIM_PROPERTY = "MappedLocalClaim";
public static final String EXCLUDED_USER_STORES_PROPERTY = "ExcludedUserStores";
public static final String MIN_LENGTH = "minLength";
public static final String MAX_LENGTH = "maxLength";

Expand Down

0 comments on commit 4280f01

Please sign in to comment.