|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.javaee5.SecurityRoleTypeImpl<T>
public class SecurityRoleTypeImpl<T>
This class implements the security-roleType
xsd type
Original Documentation:
The security-roleType contains the definition of a security
role. The definition consists of an optional description of
the security role, and the security role name.
Example:
This role includes all employees who are authorized
to access the employee service application.
Constructor Summary | |
---|---|
SecurityRoleTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
SecurityRoleTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getRoleName()
Returns the role-name element |
SecurityRoleType<T> |
removeAllDescription()
Removes the description element |
SecurityRoleType<T> |
removeRoleName()
Removes the role-name element |
SecurityRoleType<T> |
setDescription(java.lang.String description)
Creates a new description element |
SecurityRoleType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SecurityRoleType<T> |
setRoleName(java.lang.String roleName)
If not already created, a new role-name element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityRoleTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public SecurityRoleTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public SecurityRoleType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface SecurityRoleType<T>
SecurityRoleType
public SecurityRoleType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface SecurityRoleType<T>
list
- of description
objects
SecurityRoleType
public SecurityRoleType<T> removeAllDescription()
description
element
removeAllDescription
in interface SecurityRoleType<T>
SecurityRoleType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface SecurityRoleType<T>
description
public SecurityRoleType<T> setRoleName(java.lang.String roleName)
role-name
element with the given value will be created.
Otherwise, the existing role-name
element will be updated with the given value.
setRoleName
in interface SecurityRoleType<T>
SecurityRoleType
public SecurityRoleType<T> removeRoleName()
role-name
element
removeRoleName
in interface SecurityRoleType<T>
SecurityRoleType
public java.lang.String getRoleName()
role-name
element
getRoleName
in interface SecurityRoleType<T>
role-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |