Uses of Class
org.keycloak.userprofile.config.UPAttribute
- 
Packages that use UPAttribute Package Description org.keycloak.userprofile.config 
- 
- 
Uses of UPAttribute in org.keycloak.userprofile.configMethods in org.keycloak.userprofile.config that return UPAttribute Modifier and Type Method Description UPAttributeUPConfig. getAttribute(String name)Methods in org.keycloak.userprofile.config that return types with arguments of type UPAttribute Modifier and Type Method Description List<UPAttribute>UPConfig. getAttributes()Methods in org.keycloak.userprofile.config with parameters of type UPAttribute Modifier and Type Method Description UPConfigUPConfig. addAttribute(UPAttribute attribute)Method parameters in org.keycloak.userprofile.config with type arguments of type UPAttribute Modifier and Type Method Description voidUPConfig. setAttributes(List<UPAttribute> attributes)
 
-