Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletAppUserDataConstraint


public interface EbiPortletAppUserDataConstraint

Interface to represent a user data constraint. This interface is used with the EbiPortletAppSecurityConstraint interface, and provides a housing for a localized description and a transport guarantee.

Since:
v5.0

Method Summary
 String getDescription(Locale locale)
          Returns a localized description of the security role reference.
 String getTransportGuarantee()
          Returns the transport guarantee.
 

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

getTransportGuarantee

public String getTransportGuarantee()
Returns the transport guarantee.
Returns:
Strring with the security transport guarantee. Will be one of the following values: NONE, INTEGRAL, CONFIDENTIAL.
Since:
v5.0

Novell exteNd
Director 5.2 API