SAMLv2Configuration class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

SAMLv2Configuration({SAMLv2AssertionEncryptionConfiguration assertionEncryptionConfiguration, String audience, List<String> authorizedRedirectURLs, String callbackURL, bool debug, String defaultVerificationKeyId, SAMLv2IdPInitiatedLoginConfiguration initiatedLogin, String issuer, String keyId, LoginHintConfiguration loginHintConfiguration, SAMLv2Logout logout, String logoutURL, bool requireSignedRequests, CanonicalizationMethod xmlSignatureC14nMethod, XMLSignatureLocation xmlSignatureLocation})
SAMLv2Configuration.fromJson(Map<String, dynamic> json)
factory

Properties

assertionEncryptionConfiguration SAMLv2AssertionEncryptionConfiguration
getter/setter pair
audience String
getter/setter pair
authorizedRedirectURLs List<String>
getter/setter pair
callbackURL String
getter/setter pair
debug bool
getter/setter pair
defaultVerificationKeyId String
getter/setter pair
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initiatedLogin SAMLv2IdPInitiatedLoginConfiguration
getter/setter pair
issuer String
getter/setter pair
keyId String
getter/setter pair
loginHintConfiguration LoginHintConfiguration
getter/setter pair
logout SAMLv2Logout
getter/setter pair
logoutURL String
getter/setter pair
requireSignedRequests bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xmlSignatureC14nMethod CanonicalizationMethod
getter/setter pair
xmlSignatureLocation XMLSignatureLocation
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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