Class RunAsIdentityDescriptor

  • All Implemented Interfaces:
    Serializable

    public final class RunAsIdentityDescriptor
    extends Descriptor
    This class encapsulates information in the runAs-specified-identity XML element as well as the runtime principal to be used.
    Author:
    Sanjeev Krishnan
    See Also:
    Serialized Form
    • Constructor Detail

      • RunAsIdentityDescriptor

        public RunAsIdentityDescriptor()
      • RunAsIdentityDescriptor

        public RunAsIdentityDescriptor​(String description)
    • Method Detail

      • setRoleName

        public void setRoleName​(String roleName)
      • getRoleName

        public String getRoleName()
      • setPrincipal

        public void setPrincipal​(String principal)
      • getPrincipal

        public String getPrincipal()