org.jboss.seam.security.external.openid
Class OpenIdUser
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenIdUser
public OpenIdUser(OpenIdPrincipal principal)
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.