org.equanda.client
Interface AuthAndConfigPages


public interface AuthAndConfigPages

Configuration for a specific page.

Author:
Brian Reynolds

Method Summary
 void setIsGuiAdmin(boolean isGuiAdmin)
          Set whether this page has GUI Administration rights
 void setRoleName(String roleName)
          Set the role being used
 

Method Detail

setIsGuiAdmin

void setIsGuiAdmin(boolean isGuiAdmin)
Set whether this page has GUI Administration rights

Parameters:
isGuiAdmin - The value to set the GUI Admin flag to

setRoleName

void setRoleName(String roleName)
Set the role being used

Parameters:
roleName - The name of the role to be used, or null if no role selected


Copyright © 2007-2009. All Rights Reserved.