File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
server-spi-private/src/main/java/org/keycloak/userprofile Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6060 */
6161public 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
You can’t perform that action at this time.
0 commit comments