Skip to content

Commit

Permalink
SHIBUI-1980
Browse files Browse the repository at this point in the history
adding comment/documentation
  • Loading branch information
chasegawa committed Jun 28, 2021
1 parent d350b3b commit 058bacb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public interface IRelyingPartyOverrideProperty {

public String getPersistValue();

/**
* When the override actually is used in the UI, the "type" list is fairly limited, so each implementing class
* should adjust the real value so the UI gets a value it expects. For actual file configured overrides, this
* means doing nothing, but UI defined attributes have to do some work.
*/
public String getTypeForUI();

public void setAttributeFriendlyName(String attributeFriendlyName);
Expand Down

0 comments on commit 058bacb

Please sign in to comment.