copyWithUserName abstract method

UserNameBasedAuthentication copyWithUserName(
  1. String userName
)

Copies this authentication with the new userName

Implementation

UserNameBasedAuthentication copyWithUserName(String userName);