org.eclipse.jst.j2ee.webapplication
Interface SecurityConstraint

All Superinterfaces:
J2EEEObject

public interface SecurityConstraint
extends J2EEEObject

The security-constraint element is used to associate security constraints with one or more web resource collections

Since:
1.0

Method Summary
 AuthConstraint getAuthConstraint()
           
 java.lang.String getDisplayName()
          Returns the value of the 'Display Name' attribute
 EList getDisplayNames()
          Returns the value of the 'Display Names' containment reference list.
 UserDataConstraint getUserDataConstraint()
           
 WebApp getWebApp()
           
 EList getWebResourceCollections()
           
 void setAuthConstraint(AuthConstraint value)
           
 void setDisplayName(java.lang.String value)
          Sets the value of the 'Display Name' attribute
 void setUserDataConstraint(UserDataConstraint value)
           
 void setWebApp(WebApp value)
           
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Returns the value of the 'Display Name' attribute.

If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' attribute.
See Also:
setDisplayName(String), WebapplicationPackage.getSecurityConstraint_DisplayName()

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the 'Display Name' attribute.

Parameters:
value - the new value of the 'Display Name' attribute.
See Also:
getDisplayName()

getWebApp

public WebApp getWebApp()
Returns:
The WebApp reference

setWebApp

public void setWebApp(WebApp value)
Parameters:
value - The new value of the WebApp reference

getWebResourceCollections

public EList getWebResourceCollections()
Returns:
The list of WebResourceCollections references

getAuthConstraint

public AuthConstraint getAuthConstraint()
Returns:
The AuthConstraint reference

setAuthConstraint

public void setAuthConstraint(AuthConstraint value)
Parameters:
value - The new value of the AuthConstraint reference

getUserDataConstraint

public UserDataConstraint getUserDataConstraint()
Returns:
The UserDataConstraint reference

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraint value)
Parameters:
value - The new value of the UserDataConstraint reference

getDisplayNames

public EList getDisplayNames()
Returns the value of the 'Display Names' containment reference list. The list contents are of type DisplayName.

If the meaning of the 'Display Names' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Names' containment reference list.
See Also:
WebapplicationPackage.getSecurityConstraint_DisplayNames()