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.config
Methods in org.keycloak.userprofile.config that return UPAttribute Modifier and Type Method Description UPAttribute
UPConfig. 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 UPConfig
UPConfig. addAttribute(UPAttribute attribute)
Method parameters in org.keycloak.userprofile.config with type arguments of type UPAttribute Modifier and Type Method Description void
UPConfig. setAttributes(List<UPAttribute> attributes)
-