|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenIdPrincipal
Object respresenting a person that has been authenticated using OpenID.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getIdentifier()
URL getOpenIdProvider()
Map<String,List<String>> getAttributeValues()
String getAttribute(String alias)
alias - attribute alias
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||