Package waffle.spring.boot
Class WaffleProperties.SingleSignOnProperties
java.lang.Object
waffle.spring.boot.WaffleProperties.SingleSignOnProperties
- Enclosing class:
WaffleProperties
The Class SingleSignOnProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the protocols.booleanChecks if is basic enabled.booleanChecks if is enabled.booleanChecks if is impersonate.voidsetBasicEnabled(boolean basicEnabled) Sets the basic enabled.voidsetEnabled(boolean enabled) Sets the enabled.voidsetImpersonate(boolean impersonate) Sets the impersonate.voidsetProtocols(List<String> protocols) Sets the protocols.
-
Constructor Details
-
SingleSignOnProperties
public SingleSignOnProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Checks if is enabled.- Returns:
- true, if is enabled
-
setEnabled
public void setEnabled(boolean enabled) Sets the enabled.- Parameters:
enabled- the new enabled
-
isBasicEnabled
public boolean isBasicEnabled()Checks if is basic enabled.- Returns:
- true, if is basic enabled
-
setBasicEnabled
public void setBasicEnabled(boolean basicEnabled) Sets the basic enabled.- Parameters:
basicEnabled- the new basic enabled
-
getProtocols
Gets the protocols.- Returns:
- the protocols
-
setProtocols
Sets the protocols.- Parameters:
protocols- the new protocols
-
isImpersonate
public boolean isImpersonate()Checks if is impersonate.- Returns:
- true, if is impersonate
-
setImpersonate
public void setImpersonate(boolean impersonate) Sets the impersonate.- Parameters:
impersonate- the new impersonate
-