Uses of Class
org.bremersee.keycloak.api.model.UPAttribute
Packages that use UPAttribute
-
Uses of UPAttribute in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return UPAttributeModifier and TypeMethodDescriptionUPAttribute.annotations(Map<String, Object> annotations) UPAttribute.defaultValue(String defaultValue) UPAttribute.displayName(String displayName) UPAttribute.multivalued(Boolean multivalued) UPAttribute.permissions(UPAttributePermissions permissions) UPAttribute.putAnnotationsItem(String key, Object annotationsItem) UPAttribute.putValidationsItem(String key, Map<String, Object> validationsItem) UPAttribute.required(UPAttributeRequired required) UPAttribute.selector(UPAttributeSelector selector) Methods in org.bremersee.keycloak.api.model that return types with arguments of type UPAttributeModifier and TypeMethodDescription@Valid List<@Valid UPAttribute> UPConfig.getAttributes()Get attributesMethods in org.bremersee.keycloak.api.model with parameters of type UPAttributeMethod parameters in org.bremersee.keycloak.api.model with type arguments of type UPAttributeModifier and TypeMethodDescriptionUPConfig.attributes(List<@Valid UPAttribute> attributes) voidUPConfig.setAttributes(List<@Valid UPAttribute> attributes)