Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletSecurityRoleRef


public interface EbiPortletSecurityRoleRef

Inteface to represent the security portlet security information in the deployment descriptor.

Since:
v5.0

Method Summary
 String getDescription(Locale locale)
          Returns a localized description of the security role reference.
 String getLink()
          Returns the role link.
 String getName()
          Returns the name of the role.
 

Method Detail

getDescription

public String getDescription(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

getName

public String getName()
Returns the name of the role.
Returns:
String with the name of the role.
Since:
v5.0

getLink

public String getLink()
Returns the role link.
Returns:
String with the role link.
Since:
v5.0

Novell exteNd
Director 5.2 API