|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.SecurityIdentityTypeImpl<T>
public class SecurityIdentityTypeImpl<T>
This class implements the security-identityType
xsd type
Original Documentation:
The security-identity element specifies whether a specific run-as identity
is to be used. If there is a run-as role defined for an enterprise bean, there can also be a
run-as-principal define here. If you don't define a run-as principal the callee will see
ctx.getCallerPrincipal() == 'anonymous' Used in: entity, message-driven, session
Constructor Summary | |
---|---|
SecurityIdentityTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
SecurityIdentityTypeImpl(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 |
getRunAsPrincipal()
Returns the run-as-principal element |
java.lang.Boolean |
isUseCallerIdentity()
|
SecurityIdentityType<T> |
removeAllDescription()
Removes the description element |
SecurityIdentityType<T> |
removeRunAs()
Removes the run-as element |
SecurityIdentityType<T> |
removeRunAsPrincipal()
Removes the run-as-principal element |
RunAsType<SecurityIdentityType<T>> |
runAs()
If not already created, a new run-as element will be created and returned. |
SecurityIdentityType<T> |
setDescription(java.lang.String description)
Creates a new description element |
SecurityIdentityType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SecurityIdentityType<T> |
setRunAsPrincipal(java.lang.String runAsPrincipal)
If not already created, a new run-as-principal element with the given value will be created. |
T |
up()
|
SecurityIdentityType<T> |
useCallerIdentity()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityIdentityTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public SecurityIdentityTypeImpl(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 SecurityIdentityType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface SecurityIdentityType<T>
SecurityIdentityType
public SecurityIdentityType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface SecurityIdentityType<T>
list
- of description
objects
SecurityIdentityType
public SecurityIdentityType<T> removeAllDescription()
description
element
removeAllDescription
in interface SecurityIdentityType<T>
SecurityIdentityType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface SecurityIdentityType<T>
description
public SecurityIdentityType<T> setRunAsPrincipal(java.lang.String runAsPrincipal)
run-as-principal
element with the given value will be created.
Otherwise, the existing run-as-principal
element will be updated with the given value.
setRunAsPrincipal
in interface SecurityIdentityType<T>
SecurityIdentityType
public SecurityIdentityType<T> removeRunAsPrincipal()
run-as-principal
element
removeRunAsPrincipal
in interface SecurityIdentityType<T>
SecurityIdentityType
public java.lang.String getRunAsPrincipal()
run-as-principal
element
getRunAsPrincipal
in interface SecurityIdentityType<T>
run-as-principal
public SecurityIdentityType<T> useCallerIdentity()
useCallerIdentity
in interface SecurityIdentityType<T>
public java.lang.Boolean isUseCallerIdentity()
isUseCallerIdentity
in interface SecurityIdentityType<T>
public SecurityIdentityType<T> removeRunAs()
run-as
element
removeRunAs
in interface SecurityIdentityType<T>
SecurityIdentityType
public RunAsType<SecurityIdentityType<T>> runAs()
run-as
element will be created and returned.
Otherwise, the existing run-as
element will be returned.
runAs
in interface SecurityIdentityType<T>
run-as
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |