Skip to content

Commit 57cbb39

Browse files
adrhinepedroigor
authored andcommitted
Updates
Signed-off-by: arhine <[email protected]>
1 parent 63c4831 commit 57cbb39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server-spi-private/src/main/java/org/keycloak/userprofile/DefaultAttributes.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*/
6161
public class DefaultAttributes extends HashMap<String, List<String>> implements Attributes {
6262

63-
private static Logger logger = Logger.getLogger(DefaultAttributes.class);
63+
private static final Logger logger = Logger.getLogger(DefaultAttributes.class);
6464

6565
/**
6666
* To reference dynamic attributes that can be configured as read-only when setting up the provider.
@@ -403,6 +403,9 @@ private static String normalizeAttributeName(String name) {
403403
return name;
404404
}
405405

406+
/**
407+
* Intentionally kept to protected visibility to allow for custom normalization logic while clients adopt User Profile
408+
*/
406409
protected List<String> normalizeAttributeValues(String name, Object value) {
407410
List<String> values;
408411

0 commit comments

Comments
 (0)