ConfigSamlSettings class abstract

Constructors

ConfigSamlSettings([void updates(ConfigSamlSettingsBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigSamlSettingsBuilder)) ConfigSamlSettings
Rebuilds the instance.
inherited
toBuilder() ConfigSamlSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ConfigSamlSettings>
no setter