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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to