org.jboss.seam.security
Class UserImpl

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

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

Simple implementation of user

Author:
Shane Bryzak

Constructor Summary
UserImpl(String id)
           
 
Method Summary
 String getId()
           
 String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserImpl

public UserImpl(String id)
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


Copyright © 2010 Seam Framework. All Rights Reserved.