Skip to content
Snippets Groups Projects
Commit 7db520cc authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story ac2 rework. Changed methods to package level.

parent 0f352e9c
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ public class LdapUserPersistence<T extends Principal>
* @throws TransientException If an temporary, unexpected problem occurred.
* @throws AccessControlException If the operation is not permitted.
*/
protected Collection<DN> getUserGroups(T userID, boolean isAdmin)
Collection<DN> getUserGroups(T userID, boolean isAdmin)
throws UserNotFoundException, TransientException, AccessControlException
{
LdapUserDAO<T> userDAO = null;
......@@ -363,7 +363,7 @@ public class LdapUserPersistence<T extends Principal>
* @throws TransientException If an temporary, unexpected problem occurred.
* @throws AccessControlException If the operation is not permitted.
*/
protected boolean isMember(T userID, String groupID)
boolean isMember(T userID, String groupID)
throws UserNotFoundException, TransientException,
AccessControlException
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment