Plumtree Portal UI  
 

PTLoginHelper.GetAllowUserCreation Method 

This method returns whether or not to allow user creation and handles caching and refreshing of this value.

public static bool GetAllowUserCreation(
   AActivitySpace space,
   IApplication application
);

Parameters

space
The Activity Space
application
The Application

Return Value

boolean true implies allow user creation.

See Also

PTLoginHelper Class | com.plumtree.portaluiinfrastructure.login Namespace