public class LegacyAttributes extends DefaultAttributes
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>context, READ_ONLY_ATTRIBUTE_KEY, userEMPTY_VALUE| Constructor and Description |
|---|
LegacyAttributes(UserProfileContext context,
Map<String,?> attributes,
UserModel user,
UserProfileMetadata profileMetadata,
KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getReadable() |
protected boolean |
isIncludeAttributeIfNotProvided(AttributeMetadata metadata) |
boolean |
isReadOnly(String attributeName) |
protected boolean |
isSupportedAttribute(String name) |
attributeSet, contains, createAttributeContext, getMetadata, getValues, isReadOnlyFromMetadata, isReadOnlyInternalAttribute, isRequired, nameSet, toMap, validateclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetFirstValue, getReadable, isRootAttributepublic LegacyAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata profileMetadata, KeycloakSession session)
protected boolean isSupportedAttribute(String name)
isSupportedAttribute in class DefaultAttributespublic boolean isReadOnly(String attributeName)
isReadOnly in interface AttributesisReadOnly in class DefaultAttributespublic Map<String,List<String>> getReadable()
getReadable in interface AttributesgetReadable in class DefaultAttributesprotected boolean isIncludeAttributeIfNotProvided(AttributeMetadata metadata)
isIncludeAttributeIfNotProvided in class DefaultAttributesCopyright © 2021 JBoss by Red Hat. All rights reserved.