Interface SecureAdminInternalUser

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface SecureAdminInternalUser extends org.jvnet.hk2.config.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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the password alias for this authorized internal admin user entry.
    Retrieves the username for this authorized internal admin user entry.
    void
    setPasswordAlias(String passwordAlias)
    Sets the password alias for this authorized internal admin user entry.
    void
    setUsername(String userName)
    Sets the username for this authorized internal admin user entry.

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent
  • Method Details

    • setUsername

      void setUsername(String userName)
      Sets the username for this authorized internal admin user entry.
      Parameters:
      userName - 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 passwordAlias)
      Sets the password alias for this authorized internal admin user entry.
      Parameters:
      passwordAlias - password alias