Class AclFactory
- java.lang.Object
-
- org.swisspush.gateleen.security.authorization.AclFactory
-
public class AclFactory extends Object
AclFactory is used to parse ACL (Access Control List) resources.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description AclFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<PatternHolder,Set<String>>parseAcl(io.vertx.core.buffer.Buffer buffer)
-
-
-
Method Detail
-
parseAcl
public Map<PatternHolder,Set<String>> parseAcl(io.vertx.core.buffer.Buffer buffer) throws ValidationException
- Throws:
ValidationException
-
-