*** This class provides Binary Compatibility only, not Source Compatibility ***

Class UserPWChanger

java.lang.Object
com.sas.services.user.UserPWChanger

@SASScope("ALL") @BinaryCompatibilityOnly public class UserPWChanger extends Object
Application used to change a user login credential in a deployed SAS Foundation User Service.

This utility iterates the users defined in a User Service Configuration and to change the password for the specified user identity.

Since:
9.2
See Also:
  • UserServiceInitObject
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     

    Methods inherited from class java.lang.Object

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

    • UserPWChanger

      public UserPWChanger()
  • Method Details