Loading cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GroupAuthorizer.java +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GroupAuthorizer.java +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading