Uses of Class
org.keycloak.representations.account.LocalizedMessage
Packages that use LocalizedMessage
-
Uses of LocalizedMessage in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return LocalizedMessageModifier and TypeMethodDescriptionCredentialMetadataRepresentation.getInfoMessage()
CredentialMetadataRepresentation.getWarningMessageDescription()
CredentialMetadataRepresentation.getWarningMessageTitle()
Methods in org.keycloak.representations.account that return types with arguments of type LocalizedMessageMethods in org.keycloak.representations.account with parameters of type LocalizedMessageModifier and TypeMethodDescriptionvoid
CredentialMetadataRepresentation.setInfoMessage
(LocalizedMessage infoMessage) void
CredentialMetadataRepresentation.setWarningMessageDescription
(LocalizedMessage warningMessageDescription) void
CredentialMetadataRepresentation.setWarningMessageTitle
(LocalizedMessage warningMessageTitle) Method parameters in org.keycloak.representations.account with type arguments of type LocalizedMessageModifier and TypeMethodDescriptionvoid
CredentialMetadataRepresentation.setInfoProperties
(List<LocalizedMessage> infoProperties)