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