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
fd65fa36
Commit
fd65fa36
authored
Nov 16, 2016
by
Patrick Dowler
Browse files
added javadoc to constructor
parent
f291d6e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GroupAuthorizer.java
View file @
fd65fa36
...
...
@@ -87,6 +87,14 @@ public class GroupAuthorizer implements Authorizer
private
GroupURI
groupURI
;
private
GroupAuthorizer
()
{
}
/**
* Create an authorizer that allows members of the specified group and denies
* all other users. The string argument must be a valid GroupURI.
*
* @param uri group identifier for the allow group
*/
public
GroupAuthorizer
(
String
uri
)
{
try
...
...
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