Package org.trellisldp.webac
Class AuthorizedModes
- java.lang.Object
-
- org.trellisldp.webac.AuthorizedModes
-
public class AuthorizedModes extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizedModes(IRI effectiveAcl, Set<IRI> modes)Create an object with the effective ACL and the corresponding access modes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<IRI>getAccessModes()Get the access modes in effect.Optional<IRI>getEffectiveAcl()Get the location of the effective ACL.
-