|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.OpenIdPrincipalImpl
public class OpenIdPrincipalImpl
| Constructor Summary | |
|---|---|
OpenIdPrincipalImpl(String identifier,
URL openIdProvider,
Map<String,List<String>> attributeValues)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenIdPrincipalImpl(String identifier,
URL openIdProvider,
Map<String,List<String>> attributeValues)
| Method Detail |
|---|
public String getIdentifier()
OpenIdPrincipal
getIdentifier in interface OpenIdPrincipalpublic URL getOpenIdProvider()
OpenIdPrincipal
getOpenIdProvider in interface OpenIdPrincipalpublic Map<String,List<String>> getAttributeValues()
OpenIdPrincipal
getAttributeValues in interface OpenIdPrincipalpublic String getAttribute(String alias)
OpenIdPrincipal
getAttribute in interface OpenIdPrincipalalias - attribute alias
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||