Class ZosmfLogin


  • public class ZosmfLogin
    extends Object
    Provides z/OSMF authentication login and token service

    z/OSMF REST API

    Version:
    4.0
    Author:
    Esteban Sandoval, Frank Giordano
    • Constructor Detail

      • ZosmfLogin

        public ZosmfLogin​(ZosConnection connection)
        ZosmfLogin constructor
        Parameters:
        connection - connection information, see ZosConnection object
      • ZosmfLogin

        public ZosmfLogin​(ZosConnection connection,
                          ZosmfRequest request)
        Alternative Login constructor with ZosmfRequest object. This is mainly used for internal code unit testing with mockito, and it is not recommended to be used by the larger community.
        Parameters:
        connection - connection information, see ZosConnection object
        request - any compatible ZoweRequest Interface object