Commit fd65fa36 authored by Patrick Dowler's avatar Patrick Dowler
Browse files

added javadoc to constructor

parent f291d6e1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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