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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static DisplayObject
fromJsonString
(String jsonString) getLogo()
getName()
int
hashCode()
static List<DisplayObject>
parse
(CredentialScopeModel credentialScope) setBackgroundColor
(String backgroundColor) 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
-
toJsonString
-
fromJsonString
-
equals
-
hashCode
public int hashCode() -
toString
-