Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SecurityRoleRefType<EntityBeanType<T>> |
EntityBeanType.createSecurityRoleRef()
Creates a new
security-role-ref element |
SecurityRoleRefType<SessionBeanType<T>> |
SessionBeanType.createSecurityRoleRef()
Creates a new
security-role-ref element |
SecurityRoleRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createSecurityRoleRef()
Creates a new
security-role-ref element |
SecurityRoleRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateSecurityRoleRef()
If not already created, a new
security-role-ref element will be created and returned. |
SecurityRoleRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateSecurityRoleRef()
If not already created, a new
security-role-ref element will be created and returned. |
SecurityRoleRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateSecurityRoleRef()
If not already created, a new
security-role-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleRefType<EntityBeanType<T>>> |
EntityBeanType.getAllSecurityRoleRef()
Returns all
security-role-ref elements |
List<SecurityRoleRefType<SessionBeanType<T>>> |
SessionBeanType.getAllSecurityRoleRef()
Returns all
security-role-ref elements |
List<SecurityRoleRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllSecurityRoleRef()
Returns all
security-role-ref elements |
Modifier and Type | Method and Description |
---|---|
SecurityRoleRefType<T> |
SecurityRoleRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
SecurityRoleRefType<T> |
SecurityRoleRefType.id(String id)
Sets the
id attribute |
SecurityRoleRefType<T> |
SecurityRoleRefType.removeAllDescription()
Removes the
description element |
SecurityRoleRefType<T> |
SecurityRoleRefType.removeId()
Removes the
id attribute |
SecurityRoleRefType<T> |
SecurityRoleRefType.removeRoleLink()
Removes the
role-link element |
SecurityRoleRefType<T> |
SecurityRoleRefType.removeRoleName()
Removes the
role-name element |
SecurityRoleRefType<T> |
SecurityRoleRefType.roleLink(String roleLink)
Sets the
role-link element |
SecurityRoleRefType<T> |
SecurityRoleRefType.roleName(String roleName)
Sets the
role-name element |
Modifier and Type | Method and Description |
---|---|
SecurityRoleRefType<ServletType<T>> |
ServletType.createSecurityRoleRef()
Creates a new
security-role-ref element |
SecurityRoleRefType<ServletType<T>> |
ServletType.getOrCreateSecurityRoleRef()
If not already created, a new
security-role-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleRefType<ServletType<T>>> |
ServletType.getAllSecurityRoleRef()
Returns all
security-role-ref elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.