Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletAppSecurityConstraint


public interface EbiPortletAppSecurityConstraint

Represents a applicaiton security constraint specified in the deployment descriptor.

Since:
v5.0

Method Summary
 String getDisplayName(Locale locale)
          Returns a localized description of the security role reference.
 String[] getPortlets()
          Returns a list of portlet names to which this constraint applies.
 EbiPortletAppUserDataConstraint getUserDataConstraint()
          Returns the user data constraint.
 

Method Detail

getDisplayName

public String getDisplayName(Locale locale)
Returns a localized description of the security role reference.
Parameters:
locale - Locale for which to return the description, or null to mean the default.
Returns:
String with the localized description.
Since:
v5.0

getUserDataConstraint

public EbiPortletAppUserDataConstraint getUserDataConstraint()
Returns the user data constraint.
Returns:
String with the user data constraint, null if none specified.
Since:
v5.0

getPortlets

public String[] getPortlets()
Returns a list of portlet names to which this constraint applies.
Returns:
String[] of portlet names. There will always be at least one element in the array.
Since:
v5.0

Novell exteNd
Director 5.2 API