Class DefaultResourcePrincipal

  • All Implemented Interfaces:
    Serializable

    public class DefaultResourcePrincipal
    extends RuntimeDescriptor
    this class is a shameful duplication of info found in normal descriptors it was kept to be backward compatible with the schema2beans descriptors generated by iAS 7.0 engineering team.
    Author:
    Jerome Dochez
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultResourcePrincipal

        public DefaultResourcePrincipal()
    • Method Detail

      • setName

        public void setName​(String value)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        value - the new name of the descriptor.
      • getName

        public String getName()
        Description copied from class: Descriptor
        The name of this descriptor as a String.
        Overrides:
        getName in class Descriptor
        Returns:
        the name of this descriptor
      • setPassword

        public void setPassword​(String value)
      • getPassword

        public String getPassword()
      • verify

        public boolean verify()