Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OATS-CADC
ac
Commits
e60e9918
Commit
e60e9918
authored
Aug 23, 2016
by
Alinga Yeung
Browse files
Story 1965. Fixed some javadoc warnings.
parent
4d18a618
Changes
7
Hide whitespace changes
Inline
Side-by-side
cadc-access-control-identity/src/main/java/ca/nrc/cadc/auth/ACIdentityManager.java
View file @
e60e9918
...
...
@@ -227,7 +227,7 @@ public class ACIdentityManager implements IdentityManager
/**
* The returned CheckResource is the same as the one from AuthenticatorImpl.
*
* @return
* @return
the CheckResource
*/
public
static
CheckResource
getAvailabilityCheck
()
{
...
...
cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/GroupPersistence.java
View file @
e60e9918
...
...
@@ -158,7 +158,6 @@ public interface GroupPersistence
/**
* Obtain a Collection of Groups that fit the given query.
*
* @param userID The userID.
* @param role Role of the user, either owner, member, or read/write.
* @param groupID The Group ID.
*
...
...
cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/ldap/LdapGroupDAO.java
View file @
e60e9918
...
...
@@ -161,7 +161,6 @@ public class LdapGroupDAO extends LdapDAO
* Persists a group.
*
* @param group The group to create
* @return created group
* @throws GroupAlreadyExistsException If a group with the same ID already
* exists.
* @throws TransientException If an temporary, unexpected problem occurred.
...
...
@@ -791,7 +790,7 @@ public class LdapGroupDAO extends LdapDAO
/**
* @param groupID
* @return
* @return
the Distinguished Name of the group
*/
protected
DN
getGroupDN
(
final
String
groupID
)
throws
TransientException
{
...
...
@@ -809,7 +808,7 @@ public class LdapGroupDAO extends LdapDAO
/**
* @param groupID
* @return
* @return
the Distinguished Name of the admin group
*/
protected
DN
getAdminGroupDN
(
final
String
groupID
)
throws
TransientException
{
...
...
cadc-access-control-server/src/main/java/ca/nrc/cadc/ac/server/ldap/LdapGroupPersistence.java
View file @
e60e9918
...
...
@@ -254,7 +254,7 @@ public class LdapGroupPersistence extends LdapPersistence implements GroupPersis
*
* @param role
* @param groupID check membership in a specific group or null to get all groups
* @return
* @return
the groups
* @throws UserNotFoundException
* @throws GroupNotFoundException
* @throws TransientException
...
...
cadc-access-control/src/main/java/ca/nrc/cadc/ac/PosixDetails.java
View file @
e60e9918
...
...
@@ -84,7 +84,7 @@ public class PosixDetails
public
String
loginShell
;
/**
* @param user
N
ame user name
* @param user
n
ame user name
* @param uid posix uid
* @param gid posix gid
* @param homeDirectory home directory
...
...
cadc-access-control/src/main/java/ca/nrc/cadc/ac/User.java
View file @
e60e9918
...
...
@@ -168,7 +168,7 @@ public class User
* of this Users set of identities.
*
* @param superset
* @return
* @return
true if the user is consistent, false otherwise
*/
public
boolean
isConsistent
(
final
User
superset
)
{
...
...
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
View file @
e60e9918
...
...
@@ -76,7 +76,6 @@ import java.io.InputStream;
import
java.io.InputStreamReader
;
import
java.net.HttpURLConnection
;
import
java.net.URI
;
import
java.net.URISyntaxException
;
import
java.net.URL
;
import
java.security.AccessControlContext
;
import
java.security.AccessControlException
;
...
...
@@ -999,7 +998,7 @@ public class GMSClient implements TransferListener
* Check group membership of the current Subject.
*
* @param groupName
* @return
* @return
true if the current Subject is a member of the group, false otherwise
* @throws UserNotFoundException
* @throws AccessControlException
* @throws IOException
...
...
@@ -1014,7 +1013,7 @@ public class GMSClient implements TransferListener
*
* @param groupName
* @param role
* @return
* @return
true if the current Subject is a member of the group with the specified role, false otherwise
* @throws UserNotFoundException
* @throws AccessControlException
* @throws IOException
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment