Liferay 6.0.5

com.liferay.portlet
Interface CustomUserAttributes

All Superinterfaces:
Cloneable
All Known Implementing Classes:
DefaultCustomUserAttributes

public interface CustomUserAttributes
extends Cloneable


Method Summary
 Object clone()
           
 String getValue(String name, Map<String,String> userInfo)
           
 

Method Detail

getValue

String getValue(String name,
                Map<String,String> userInfo)

clone

Object clone()

Liferay 6.0.5