Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ac
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OATS-CADC
ac
Commits
04744784
Commit
04744784
authored
8 years ago
by
Brian Major
Browse files
Options
Downloads
Patches
Plain Diff
issue-10 - fixed javadoc params for GMSClient
parent
1bf178e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
+7
-7
7 additions, 7 deletions
...ontrol/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
with
7 additions
and
7 deletions
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
+
7
−
7
View file @
04744784
...
@@ -237,7 +237,7 @@ public class GMSClient implements TransferListener
...
@@ -237,7 +237,7 @@ public class GMSClient implements TransferListener
/**
/**
* Get the group object.
* Get the group object.
*
*
* @param group
Name
Identifies the group to get.
* @param group
ID
Identifies the group to get.
* @return The group.
* @return The group.
* @throws GroupNotFoundException If the group was not found.
* @throws GroupNotFoundException If the group was not found.
* @throws AccessControlException If unauthorized to perform this operation.
* @throws AccessControlException If unauthorized to perform this operation.
...
@@ -442,7 +442,7 @@ public class GMSClient implements TransferListener
...
@@ -442,7 +442,7 @@ public class GMSClient implements TransferListener
/**
/**
* Delete the group.
* Delete the group.
*
*
* @param group
Name
Identifies the group to delete.
* @param group
ID
Identifies the group to delete.
* @throws GroupNotFoundException If the group was not found.
* @throws GroupNotFoundException If the group was not found.
* @throws AccessControlException If unauthorized to perform this operation.
* @throws AccessControlException If unauthorized to perform this operation.
* @throws java.io.IOException
* @throws java.io.IOException
...
@@ -506,7 +506,7 @@ public class GMSClient implements TransferListener
...
@@ -506,7 +506,7 @@ public class GMSClient implements TransferListener
/**
/**
* Add a group as a member of another group.
* Add a group as a member of another group.
*
*
* @param targetGroup
Name
The group in which to add the group member.
* @param targetGroup The group in which to add the group member.
* @param groupMemberName The group member to add.
* @param groupMemberName The group member to add.
* @throws IllegalArgumentException If cyclical membership is detected.
* @throws IllegalArgumentException If cyclical membership is detected.
* @throws GroupNotFoundException If the group was not found.
* @throws GroupNotFoundException If the group was not found.
...
@@ -692,7 +692,7 @@ public class GMSClient implements TransferListener
...
@@ -692,7 +692,7 @@ public class GMSClient implements TransferListener
/**
/**
* Remove a user as a member of a group.
* Remove a user as a member of a group.
*
*
* @param targetGroup
Name
The group from which to remove the group member.
* @param targetGroup The group from which to remove the group member.
* @param userID The user to remove.
* @param userID The user to remove.
* @throws GroupNotFoundException If the group was not found.
* @throws GroupNotFoundException If the group was not found.
* @throws UserNotFoundException If the member was not found.
* @throws UserNotFoundException If the member was not found.
...
@@ -892,7 +892,7 @@ public class GMSClient implements TransferListener
...
@@ -892,7 +892,7 @@ public class GMSClient implements TransferListener
* identified by userID, is a member (of type role) of that group.
* identified by userID, is a member (of type role) of that group.
* Return null otherwise.
* Return null otherwise.
*
*
* @param group
Name
Identifies the group.
* @param group
ID
Identifies the group.
* @param role The membership role to search.
* @param role The membership role to search.
* @return The group or null of the user is not a member.
* @return The group or null of the user is not a member.
* @throws UserNotFoundException If the user does not exist.
* @throws UserNotFoundException If the user does not exist.
...
@@ -991,7 +991,7 @@ public class GMSClient implements TransferListener
...
@@ -991,7 +991,7 @@ public class GMSClient implements TransferListener
/**
/**
* Check group membership of the current Subject.
* Check group membership of the current Subject.
*
*
* @param group
Name
* @param group
ID
* @return true if the current Subject is a member of the group, false otherwise
* @return true if the current Subject is a member of the group, false otherwise
* @throws UserNotFoundException
* @throws UserNotFoundException
* @throws AccessControlException
* @throws AccessControlException
...
@@ -1005,7 +1005,7 @@ public class GMSClient implements TransferListener
...
@@ -1005,7 +1005,7 @@ public class GMSClient implements TransferListener
/**
/**
*
*
* @param group
Name
* @param group
ID
* @param role
* @param role
* @return true if the current Subject is a member of the group with the specified role, false otherwise
* @return true if the current Subject is a member of the group with the specified role, false otherwise
* @throws UserNotFoundException
* @throws UserNotFoundException
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment