pub fn extract_origin_patterns(auth: &AclAuthorization) -> Vec<OriginPattern>Expand description
Extract acl:origin patterns from a single authorisation.
Malformed entries are silently dropped (matches the forgiving
posture of super::parse_turtle_acl); strict validation happens
at write time, not read time.