com.sun.grizzly.http.webxml.schema.version_2_2
Class SecurityConstraint

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_2.SecurityConstraint
All Implemented Interfaces:
Serializable

public class SecurityConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  AuthConstraint authConstraint
           
protected  String id
           
protected  UserDataConstraint userDataConstraint
           
protected  List<WebResourceCollection> webResourceCollection
           
 
Constructor Summary
SecurityConstraint()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 AuthConstraint getAuthConstraint()
          Gets the value of the authConstraint property.
 String getId()
          Gets the value of the id property.
 UserDataConstraint getUserDataConstraint()
          Gets the value of the userDataConstraint property.
 List<WebResourceCollection> getWebResourceCollection()
          Gets the value of the webResourceCollection property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setAuthConstraint(AuthConstraint value)
          Sets the value of the authConstraint property.
 void setId(String value)
          Sets the value of the id property.
 void setUserDataConstraint(UserDataConstraint value)
          Sets the value of the userDataConstraint property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

webResourceCollection

protected List<WebResourceCollection> webResourceCollection

authConstraint

protected AuthConstraint authConstraint

userDataConstraint

protected UserDataConstraint userDataConstraint
Constructor Detail

SecurityConstraint

public SecurityConstraint()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getWebResourceCollection

public List<WebResourceCollection> getWebResourceCollection()
Gets the value of the webResourceCollection property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the webResourceCollection property.

For example, to add a new item, do as follows:

    getWebResourceCollection().add(newItem);
 

Objects of the following type(s) are allowed in the list WebResourceCollection


getAuthConstraint

public AuthConstraint getAuthConstraint()
Gets the value of the authConstraint property.

Returns:
possible object is AuthConstraint

setAuthConstraint

public void setAuthConstraint(AuthConstraint value)
Sets the value of the authConstraint property.

Parameters:
value - allowed object is AuthConstraint

getUserDataConstraint

public UserDataConstraint getUserDataConstraint()
Gets the value of the userDataConstraint property.

Returns:
possible object is UserDataConstraint

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraint value)
Sets the value of the userDataConstraint property.

Parameters:
value - allowed object is UserDataConstraint

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.