java.lang.Object
waffle.spring.boot.WaffleProperties
The configuration properties that can be used with Spring Boot to configure WAFFLE.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class SingleSignOnProperties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the principal format.Gets the role format.getSso()Gets the sso.booleanChecks if is allow guest login.voidsetAllowGuestLogin(boolean allowGuestLogin) Sets the allow guest login.voidsetPrincipalFormat(String principalFormat) Sets the principal format.voidsetRoleFormat(String roleFormat) Sets the role format.voidSets the sso.
-
Constructor Details
-
WaffleProperties
public WaffleProperties()
-
-
Method Details
-
getPrincipalFormat
Gets the principal format.- Returns:
- the principal format
-
setPrincipalFormat
Sets the principal format.- Parameters:
principalFormat- the new principal format
-
getRoleFormat
Gets the role format.- Returns:
- the role format
-
setRoleFormat
Sets the role format.- Parameters:
roleFormat- the new role format
-
isAllowGuestLogin
public boolean isAllowGuestLogin()Checks if is allow guest login.- Returns:
- true, if is allow guest login
-
setAllowGuestLogin
public void setAllowGuestLogin(boolean allowGuestLogin) Sets the allow guest login.- Parameters:
allowGuestLogin- the new allow guest login
-
getSso
Gets the sso.- Returns:
- the sso
-
setSso
Sets the sso.- Parameters:
sso- the new sso
-