You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/05/19 16:43:01 UTC

[jira] [Updated] (FC-51) Change Manager Interface to throw unchecked exceptions

     [ https://issues.apache.org/jira/browse/FC-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated FC-51:
--------------------------------
    Fix Version/s:     (was: 1.0.0-RC40)
                   1.0.0-RC41

> Change Manager Interface to throw unchecked exceptions
> ------------------------------------------------------
>
>                 Key: FC-51
>                 URL: https://issues.apache.org/jira/browse/FC-51
>             Project: FORTRESS
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-RC39
>            Reporter: Shawn McKinney
>             Fix For: 1.0.0-RC41
>
>
> Currently fortress manager interface methods throw checked exceptions:
>     public User addUser(User user)
>         throws SecurityException;
> While this is an acceptable practice it is worth considering changing securityexception to be an unchecked exception.  The advantage is (arguably) a simplified interaction pattern with the client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)