SamlUserInfo
class SamlUserInfo implements UserInfoInterface (View source)
Value object representing SAML user information
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Get the subject identifier for SAML (NameID) This method provides compatibility with OIDC UserInfo interface
Get raw data for compatibility with OIDC UserInfo Maps SAML attributes to the same format as OIDC
Details
__construct(string $username, string $email, string $firstName = '', string $lastName = '', string $displayName = '', array $groups = [], string $providerId = '', string $nameId = '', string $sessionIndex = '', array $rawAttributes = [])
No description
string
getUsername()
No description
string
getEmail()
No description
string
getFirstName()
No description
string
getLastName()
No description
string
getDisplayName()
No description
string
getFullName()
No description
array
getGroups()
No description
string
getProviderId()
No description
string
getNameId()
No description
string
getSessionIndex()
No description
array
getRawAttributes()
No description
bool
hasGroup(string $group)
No description
bool
isValid()
No description
string
getSubject()
Get the subject identifier for SAML (NameID) This method provides compatibility with OIDC UserInfo interface
array
getRawData()
Get raw data for compatibility with OIDC UserInfo Maps SAML attributes to the same format as OIDC