Package swiss.trustbroker.config.dto
Class WsFedConfig
java.lang.Object
swiss.trustbroker.config.dto.WsFedConfig
WS-Fed protocol configuration.
- Since:
- 1.13.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()booleanFeature toggle allowing to disable the WS-Fed endpoint.voidsetEnabled(boolean enabled) Feature toggle allowing to disable the WS-Fed endpoint.toString()
-
Constructor Details
-
WsFedConfig
public WsFedConfig() -
WsFedConfig
public WsFedConfig(boolean enabled) Creates a newWsFedConfiginstance.- Parameters:
enabled- Feature toggle allowing to disable the WS-Fed endpoint.
Default: false
-
-
Method Details
-
builder
-
isEnabled
public boolean isEnabled()Feature toggle allowing to disable the WS-Fed endpoint.
Default: false -
setEnabled
public void setEnabled(boolean enabled) Feature toggle allowing to disable the WS-Fed endpoint.
Default: false -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-