public class OpenIdPrincipalImpl extends Object implements OpenIdPrincipal
| Constructor and Description |
|---|
OpenIdPrincipalImpl(String identifier,
URL openIdProvider,
Map<String,List<String>> attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttribute(String alias)
Convenience method for fetching the first value of the attribute with the
given alias.
|
Map<String,List<String>> |
getAttributeValues()
The attributes of the person, that have been received from the OpenID
provider.
|
String |
getIdentifier()
This identifier holds the OpenID that is owned by the person.
|
URL |
getOpenIdProvider()
The endpoint URL of the authentication service of the OpenID provider that
verified that the person owns the OpenID.
|
int |
hashCode() |
public String getIdentifier()
OpenIdPrincipalgetIdentifier in interface OpenIdPrincipalpublic URL getOpenIdProvider()
OpenIdPrincipalgetOpenIdProvider in interface OpenIdPrincipalpublic Map<String,List<String>> getAttributeValues()
OpenIdPrincipalgetAttributeValues in interface OpenIdPrincipalpublic String getAttribute(String alias)
OpenIdPrincipalgetAttribute in interface OpenIdPrincipalalias - attribute aliasCopyright © 2013 Seam Framework. All Rights Reserved.