Class ContentOverride
java.lang.Object
se.swedenconnect.bankid.idp.authn.api.overrides.ContentOverride
Representation of a content override.
- Author:
- Martin Lindström, Felix Hellman
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The position where the context should be inserted.static enum
The type of alert box that should be inserted. -
Constructor Summary
ConstructorDescriptionDefault constructor.ContentOverride
(String title, List<ContentEntry> content, ContentOverride.Type type, ContentOverride.Position position) Constructor. -
Method Summary
-
Constructor Details
-
ContentOverride
public ContentOverride()Default constructor. -
ContentOverride
public ContentOverride(String title, List<ContentEntry> content, ContentOverride.Type type, ContentOverride.Position position) Constructor.- Parameters:
title
- the message code for the title of the alert boxcontent
- list of messages that may include an optional linktype
- the type of alert boxposition
- the position of the alert box
-