org.jboss.seam.security.external.openid
Class OpenIdUser

java.lang.Object
  extended by org.jboss.seam.security.external.openid.OpenIdUser
All Implemented Interfaces:
org.picketlink.idm.api.IdentityType, org.picketlink.idm.api.User

public class OpenIdUser
extends Object
implements org.picketlink.idm.api.User

Represents a user authenticated using OpenID

Author:
Shane Bryzak

Constructor Summary
OpenIdUser(OpenIdPrincipal principal)
           
 
Method Summary
 String getAttribute(String alias)
           
 String getId()
           
 String getKey()
           
 String getProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdUser

public OpenIdUser(OpenIdPrincipal principal)
Method Detail

getId

public String getId()
Specified by:
getId in interface org.picketlink.idm.api.User

getKey

public String getKey()
Specified by:
getKey in interface org.picketlink.idm.api.IdentityType

getAttribute

public String getAttribute(String alias)

getProvider

public String getProvider()


Copyright © 2011 Seam Framework. All Rights Reserved.