psdi.iface.mic

Class BaseCredentialMapper

  • java.lang.Object
    • psdi.iface.mic.BaseCredentialMapper


  • public abstract class BaseCredentialMapper
    extends java.lang.Object
    Base class for all credential mapper implementations.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String endpointName
      The Endpoint name.
      protected UserInfo userInfo
      The logged in Maximo user.
    • Method Summary

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

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

      • userInfo

        protected UserInfo userInfo
        The logged in Maximo user.
      • endpointName

        protected java.lang.String endpointName
        The Endpoint name.
    • Constructor Detail

      • BaseCredentialMapper

        public BaseCredentialMapper(UserInfo userInfo,
                                    java.lang.String endpointName)
        Parameters:
        userInfo - Maximo user.
        endpointName - Endpoint name.
    • Method Detail

      • getUserName

        public abstract java.lang.String getUserName()
        Returns:
        the loginid
      • getPassword

        public abstract java.lang.String getPassword()
        Returns:
        the password.