Interface StringListOperation
-
- All Superinterfaces:
PolicyOperation
- All Known Implementing Classes:
AddOperation,SubsetOfOperation,SupersetOfOperation
public interface StringListOperation extends PolicyOperation
String list operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>apply(List<String> value)Applies a string list operation.-
Methods inherited from interface com.nimbusds.openid.connect.sdk.federation.policy.language.PolicyOperation
getOperationName, merge, parseConfiguration, toJSONObjectEntry
-
-
-
-
Method Detail
-
apply
List<String> apply(List<String> value) throws PolicyViolationException
Applies a string list operation.- Parameters:
value- The string list,nullif not specified.- Returns:
- The resulting string list (unmodifiable).
- Throws:
PolicyViolationException- On a policy violation.
-
-