Class DisplayObject
java.lang.Object
org.keycloak.protocol.oid4vc.model.DisplayObject
Represents a DisplayObject, as used in the OID4VCI Credentials Issuer Metadata
- Author:
- Stefan Wiedemann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static DisplayObject
fromDotNotation
(Map<String, String> dotNotated) getLogo()
getName()
int
hashCode()
setBackgroundColor
(String backgroundColor) setDescription
(String description) setTextColor
(String textColor)
-
Constructor Details
-
DisplayObject
public DisplayObject()
-
-
Method Details