Package waffle.spring.boot
Class WaffleProperties.SingleSignOnProperties
java.lang.Object
waffle.spring.boot.WaffleProperties.SingleSignOnProperties
- Enclosing class:
WaffleProperties
The Class SingleSignOnProperties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the protocols.boolean
Checks if is basic enabled.boolean
Checks if is enabled.boolean
Checks if is impersonate.void
setBasicEnabled
(boolean basicEnabled) Sets the basic enabled.void
setEnabled
(boolean enabled) Sets the enabled.void
setImpersonate
(boolean impersonate) Sets the impersonate.void
setProtocols
(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
-