Skip to content

Commit

Permalink
added acl:Authorization class
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Sep 2, 2015
1 parent 05041cb commit 4fb187f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/org/fcrepo/auth/webac/URIConstants.java
Expand Up @@ -79,6 +79,12 @@ public class URIConstants {
*/
public static final URI WEBAC_MODE_CONTROL = URI.create(WEBAC_MODE_CONTROL_VALUE);

/**
* Authorization class.
*/
public static final String WEBAC_AUTHORIZATION_VALUE = WEBAC_NAMESPACE_VALUE + "Authorization";
public static final URI WEBAC_AUTHORIZATION = URI.create(WEBAC_AUTHORIZATION_VALUE);

/**
* WebAC agent
*/
Expand Down

1 comment on commit 4fb187f

@mohideen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.