info.magnolia.module.publicuserregistration.configuration
Class UserProfileConfiguration

java.lang.Object
  extended by info.magnolia.module.publicuserregistration.configuration.UserProfileConfiguration

public class UserProfileConfiguration
extends Object

Object holding configuration of UserProfile.


Constructor Summary
UserProfileConfiguration()
           
 
Method Summary
 Collection<String> getAutopopulatedProperties()
           
 Class<? extends UserProfile> getUserProfileClass()
           
 void setAutopopulatedProperties(Collection<String> userProperties)
           
 void setUserProfileClass(Class<? extends UserProfile> userProfileClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileConfiguration

public UserProfileConfiguration()
Method Detail

setUserProfileClass

public void setUserProfileClass(Class<? extends UserProfile> userProfileClass)

getUserProfileClass

public Class<? extends UserProfile> getUserProfileClass()

getAutopopulatedProperties

public Collection<String> getAutopopulatedProperties()

setAutopopulatedProperties

public void setAutopopulatedProperties(Collection<String> userProperties)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.