Class OSImporter

  • All Implemented Interfaces:
    pl.edu.icm.unity.engine.api.userimport.UserImportSPI

    public class OSImporter
    extends Object
    implements pl.edu.icm.unity.engine.api.userimport.UserImportSPI
    Imports user from a local operating system. Resolves information about the given user using calls to native libc library.
    Author:
    K. Benedyczak
    • Constructor Detail

      • OSImporter

        public OSImporter​(String idpName)
    • Method Detail

      • importUser

        public pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedInput importUser​(String identity,
                                                                                              String type)
        Specified by:
        importUser in interface pl.edu.icm.unity.engine.api.userimport.UserImportSPI