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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents a background image object as defined in the OID4VCI specification.static class
Represents a logo object as defined in the OID4VCI specification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DisplayObject
fromJsonString
(String jsonString) getLogo()
getName()
int
hashCode()
static List<DisplayObject>
parse
(CredentialScopeModel credentialScope) setBackgroundColor
(String backgroundColor) setBackgroundImage
(DisplayObject.BackgroundImageObject backgroundImage) setDescription
(String description) setTextColor
(String textColor) toString()
-
Constructor Details
-
DisplayObject
public DisplayObject()
-
-
Method Details
-
parse
-
getName
-
setName
-
getLocale
-
setLocale
-
getLogo
-
setLogo
-
getDescription
-
setDescription
-
getBackgroundColor
-
setBackgroundColor
-
getTextColor
-
setTextColor
-
getBackgroundImage
-
setBackgroundImage
-
toJsonString
-
fromJsonString
-
equals
-
hashCode
public int hashCode() -
toString
-