Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SecurityIdentityType<T> |
SecurityIdentityType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
SecurityIdentityType<EntityBeanType<T>> |
EntityBeanType.getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
SecurityIdentityType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
SecurityIdentityType<SessionBeanType<T>> |
SessionBeanType.getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
SecurityIdentityType<T> |
SecurityIdentityType.removeAllDescription()
Removes the
description element |
SecurityIdentityType<T> |
SecurityIdentityType.removeRunAs()
Removes the
run-as element |
SecurityIdentityType<T> |
SecurityIdentityType.removeUseCallerIdentity()
Removes the
use-caller-identity element |
SecurityIdentityType<T> |
SecurityIdentityType.useCallerIdentity()
Sets the
use-caller-identity element |
Modifier and Type | Method and Description |
---|---|
RunAsType<SecurityIdentityType<T>> |
SecurityIdentityType.getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.