|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.SecurityConstraint
public class SecurityConstraint
Field Summary | |
---|---|
protected AuthConstraint |
authConstraint
|
protected DisplayName |
displayName
|
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. |
DisplayName |
getDisplayName()
Gets the value of the displayName 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 |
setDisplayName(DisplayName value)
Sets the value of the displayName 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 |
---|
protected String id
protected DisplayName displayName
protected List<WebResourceCollection> webResourceCollection
protected AuthConstraint authConstraint
protected UserDataConstraint userDataConstraint
Constructor Detail |
---|
public SecurityConstraint()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public DisplayName getDisplayName()
DisplayName
public void setDisplayName(DisplayName value)
value
- allowed object is
DisplayName
public List<WebResourceCollection> getWebResourceCollection()
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
public AuthConstraint getAuthConstraint()
AuthConstraint
public void setAuthConstraint(AuthConstraint value)
value
- allowed object is
AuthConstraint
public UserDataConstraint getUserDataConstraint()
UserDataConstraint
public void setUserDataConstraint(UserDataConstraint value)
value
- allowed object is
UserDataConstraint
public void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |