Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
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.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SecurityRoleType<ApplicationDescriptor> |
ApplicationDescriptor.createSecurityRole()
Creates a new
security-role element |
SecurityRoleType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllSecurityRole()
Returns all
security-role elements |
Modifier and Type | Method and Description |
---|---|
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createSecurityRole()
Creates a new
security-role element |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllSecurityRole()
Returns all
security-role elements |
Modifier and Type | Method and Description |
---|---|
SecurityRoleType<T> |
SecurityRoleType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
SecurityRoleType<T> |
SecurityRoleType.id(String id)
Sets the
id attribute |
SecurityRoleType<T> |
SecurityRoleType.removeAllDescription()
Removes the
description element |
SecurityRoleType<T> |
SecurityRoleType.removeId()
Removes the
id attribute |
SecurityRoleType<T> |
SecurityRoleType.removeRoleName()
Removes the
role-name element |
SecurityRoleType<T> |
SecurityRoleType.roleName(String roleName)
Sets the
role-name element |
Modifier and Type | Method and Description |
---|---|
SecurityRoleType<WebAppDescriptor> |
WebAppDescriptor.createSecurityRole()
Creates a new
security-role element |
SecurityRoleType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleType<WebAppDescriptor>> |
WebAppDescriptor.getAllSecurityRole()
Returns all
security-role elements |
Modifier and Type | Method and Description |
---|---|
SecurityRoleType<WebFragmentDescriptor> |
WebFragmentDescriptor.createSecurityRole()
Creates a new
security-role element |
SecurityRoleType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityRoleType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllSecurityRole()
Returns all
security-role elements |
Copyright © 2024 JBoss by Red Hat. All rights reserved.