You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (Jira)" <ji...@apache.org> on 2022/07/26 22:30:00 UTC

[jira] [Created] (FC-314) Cleanup User Contructor

Shawn McKinney created FC-314:
---------------------------------

             Summary: Cleanup User Contructor
                 Key: FC-314
                 URL: https://issues.apache.org/jira/browse/FC-314
             Project: FORTRESS
          Issue Type: Improvement
    Affects Versions: 2.0.8
            Reporter: Shawn McKinney
            Assignee: Shawn McKinney
             Fix For: 2.0.9


At one time Fortress createUser allowed role assignments. That has been removed for a long time. There are still remnants in the code. For example:

 User myUser = new User( "myUserId", "myPassword", "Test", "People" );

passing role name in contructor, which really doesn't make sense any more.  So, remove the user constructors that pass a single role and remove references to this behavior in the javadoc



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org