Class UIServices.AuthenticationInfo

  • Enclosing class:
    UIServices

    public static class UIServices.AuthenticationInfo
    extends java.lang.Object
    Authentication information returned from an authentication prompt request.
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationInfo​(java.lang.String userName, java.lang.String password, boolean saveResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getUserName()  
      boolean saveResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthenticationInfo

        public AuthenticationInfo​(java.lang.String userName,
                                  java.lang.String password,
                                  boolean saveResult)
    • Method Detail

      • saveResult

        public boolean saveResult()
      • getUserName

        public java.lang.String getUserName()
      • getPassword

        public java.lang.String getPassword()