ClaimStandard class

Attributes for the standard profile of AAF Rapid Connect.

Inheritance
Implementers

Constructors

ClaimStandard(Map<String, String> m)
Constructor for a standard AAF Rapid Connect claim set.

Properties

attributes Map<String, String>
All the attributes and their values.
finalinherited
cn String?
Common name attribute
no setter
displayname String?
Display name attribute
no setter
edupersonorcid String?
Edu Person ORCID attribute
no setter
edupersonprincipalname String?
Edu Person Principal name (EPPN) attribute.
no setter
edupersonscopedaffiliation String?
Edu Person Scoped affiliation attribute
no setter
edupersontargetedid String?
Edu Person Targeted Id attribute
no setter
extra Iterable<String>
Names of the attributes which are not known.
no setteroverride
givenname String?
Given name attribute
no setter
hashCode int
The hash code for this object.
no setterinherited
mail String?
Mail attribute
no setter
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 setter
surname String?
Surname attribute
no setter

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.