Uses of Class
org.keycloak.representations.account.UserProfileAttributeMetadata
-
Packages that use UserProfileAttributeMetadata Package Description org.keycloak.representations.account -
-
Uses of UserProfileAttributeMetadata in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return types with arguments of type UserProfileAttributeMetadata Modifier and Type Method Description List<UserProfileAttributeMetadata>
UserProfileMetadata. getAttributes()
Method parameters in org.keycloak.representations.account with type arguments of type UserProfileAttributeMetadata Modifier and Type Method Description void
UserProfileMetadata. setAttributes(List<UserProfileAttributeMetadata> attributes)
Constructor parameters in org.keycloak.representations.account with type arguments of type UserProfileAttributeMetadata Constructor Description UserProfileMetadata(List<UserProfileAttributeMetadata> attributes)
-