Uses of Class
org.keycloak.userprofile.AttributeMetadata
-
Packages that use AttributeMetadata Package Description org.keycloak.userprofile -
-
Uses of AttributeMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return types with arguments of type AttributeMetadata Modifier and Type Method Description List<AttributeMetadata>UserProfileMetadata. getAttribute(String name)Get existing AttributeMetadata for attribute of given name.List<AttributeMetadata>UserProfileMetadata. getAttributes()Methods in org.keycloak.userprofile with parameters of type AttributeMetadata Modifier and Type Method Description AttributeMetadataUserProfileMetadata. addAttribute(AttributeMetadata metadata)protected AttributeContextDefaultAttributes. createAttributeContext(AttributeMetadata metadata)protected booleanDefaultAttributes. isIncludeAttributeIfNotProvided(AttributeMetadata metadata)Method parameters in org.keycloak.userprofile with type arguments of type AttributeMetadata Modifier and Type Method Description voidUserProfileMetadata. addAttributes(List<AttributeMetadata> metadata)Constructors in org.keycloak.userprofile with parameters of type AttributeMetadata Constructor Description AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
-