Interface SecureAdminInternalUser

  • All Superinterfaces:
    ConfigBeanProxy

    public interface SecureAdminInternalUser
    extends ConfigBeanProxy
    Records information about a username/password-alias pair to be used for authentication internally among GlassFish processes (DAS to instance, for example).
    Author:
    Tim Quinn
    • Method Detail

      • setUsername

        void setUsername​(String value)
        Sets the username for this authorized internal admin user entry.
        Parameters:
        value - username
      • getUsername

        String getUsername()
        Retrieves the username for this authorized internal admin user entry..
        Returns:
        String containing the username
      • getPasswordAlias

        String getPasswordAlias()
        Retrieves the password alias for this authorized internal admin user entry..
        Returns:
        String containing the password alias
      • setPasswordAlias

        void setPasswordAlias​(String value)
        Sets the password alias for this authorized internal admin user entry.
        Parameters:
        value - password alias