net.sourceforge.jfacets.acegi
Class UserDetailsProfile

java.lang.Object
  extended by net.sourceforge.jfacets.acegi.UserDetailsProfile
All Implemented Interfaces:
IProfile

public class UserDetailsProfile
extends java.lang.Object
implements IProfile

Profile class for User Details


Field Summary
private  org.acegisecurity.userdetails.UserDetails ud
           
 
Constructor Summary
UserDetailsProfile(org.acegisecurity.userdetails.UserDetails ud)
           
 
Method Summary
 java.lang.String getId()
          Return the profile ID (username)
 org.acegisecurity.userdetails.UserDetails getUserDetails()
          Return the UserDetails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ud

private org.acegisecurity.userdetails.UserDetails ud
Constructor Detail

UserDetailsProfile

public UserDetailsProfile(org.acegisecurity.userdetails.UserDetails ud)
Method Detail

getUserDetails

public org.acegisecurity.userdetails.UserDetails getUserDetails()
Return the UserDetails


getId

public java.lang.String getId()
Return the profile ID (username)

Specified by:
getId in interface IProfile


Copyright © 2010. All Rights Reserved.