Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.SecurityIdentityType

Packages that use SecurityIdentityType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of SecurityIdentityType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return SecurityIdentityType
 SecurityIdentityType<T> SecurityIdentityType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanType.getOrCreateEjbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element with the given value will be created.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.getOrCreateEjbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element with the given value will be created.
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEjbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element with the given value will be created.
 SecurityIdentityType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanType.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<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<GenericBeanType<T>> GenericBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<T> SecurityIdentityType.id(String id)
          Sets the id attribute
 SecurityIdentityType<T> SecurityIdentityType.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityType.removeId()
          Removes the id attribute
 SecurityIdentityType<T> SecurityIdentityType.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<T> SecurityIdentityType.removeRunAsPrincipal()
          Removes the run-as-principal element
 SecurityIdentityType<T> SecurityIdentityType.removeUseCallerIdentity()
          Removes the use-caller-identity element
 SecurityIdentityType<T> SecurityIdentityType.runAsPrincipal(String runAsPrincipal)
          Sets the run-as-principal element
 SecurityIdentityType<T> SecurityIdentityType.useCallerIdentity()
          Sets the use-caller-identity element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type SecurityIdentityType
 RunAsType<SecurityIdentityType<T>> SecurityIdentityType.getOrCreateRunAs()
          If not already created, a new run-as element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.