ClaimWithSharedToken class

Attributes for the standard profile with the AAF Shared Token.

Inheritance

Constructors

ClaimWithSharedToken(Map<String, String> m)
Constructor for a standard AAF Rapid Connect claim set plus shared token.

Properties

attributes Map<String, String>
All the attributes and their values.
finalinherited
auedupersonsharedtoken String?
AAF Shared Token.
no setter
cn String?
Common name attribute
no setterinherited
displayname String?
Display name attribute
no setterinherited
edupersonorcid String?
Edu Person ORCID attribute
no setterinherited
edupersonprincipalname String?
Edu Person Principal name (EPPN) attribute.
no setterinherited
edupersonscopedaffiliation String?
Edu Person Scoped affiliation attribute
no setterinherited
edupersontargetedid String?
Edu Person Targeted Id attribute
no setterinherited
extra Iterable<String>
Names of the attributes which are not known.
no setteroverride
givenname String?
Given name attribute
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mail String?
Mail attribute
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String?
AAF Rapid Connect subject: unique identifier for the login account.
no setterinherited
surname String?
Surname attribute
no setterinherited

Methods

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

Operators

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

Constants

known → const List<String>
Names of the attributes which are not known to this profile.