Interface SecureAdminInternalUser

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

public interface SecureAdminInternalUser extends org.jvnet.hk2.config.ConfigBeanProxy
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the password alias for this authorized internal admin user entry..
    Sets the username for this authorized internal admin user entry.
    void
    Sets the password alias for this authorized internal admin user entry.
    void
    Retrieves 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 value)
      Retrieves the username for this authorized internal admin user entry..
    • getUsername

      String getUsername()
      Sets the username for this authorized internal admin user entry.
      Parameters:
      value - 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