EnvironmentConfigSamlSettingsBuilder class

Properties

assertionConsumerServiceURL bool?
getter/setter pair
emailAttribute bool?
getter/setter pair
enable bool?
getter/setter pair
encrypt bool?
getter/setter pair
firstNameAttribute bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idpCertificateFile bool?
getter/setter pair
idpDescriptorUrl bool?
getter/setter pair
idpUrl bool?
getter/setter pair
lastNameAttribute bool?
getter/setter pair
localeAttribute bool?
getter/setter pair
loginButtonText bool?
getter/setter pair
nicknameAttribute bool?
getter/setter pair
positionAttribute bool?
getter/setter pair
privateKeyFile bool?
getter/setter pair
publicCertificateFile bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usernameAttribute bool?
getter/setter pair
verify bool?
getter/setter pair

Methods

build() → _$EnvironmentConfigSamlSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(EnvironmentConfigSamlSettings other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(EnvironmentConfigSamlSettingsBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited