Liferay 6.2.0

com.liferay.portlet
Interface CustomUserAttributes

All Superinterfaces:
Cloneable
All Known Implementing Classes:
DefaultCustomUserAttributes

public interface CustomUserAttributes
extends Cloneable


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

Method Detail

clone

Object clone()

getValue

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

Liferay 6.2.0