ConfigSamlSettingsBuilder class

Constructors

ConfigSamlSettingsBuilder()

Properties

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

Methods

build() → _$ConfigSamlSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ConfigSamlSettings 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(ConfigSamlSettingsBuilder)?) → void
Applies updates.
override

Operators

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