public interface OpenIdPrincipal
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getIdentifier()
URL getOpenIdProvider()
Map<String,List<String>> getAttributeValues()
Copyright © 2013 Seam Framework. All Rights Reserved.