Class PathSegmentStringTransformer

java.lang.Object
net.shibboleth.metadata.util.PathSegmentStringTransformer
All Implemented Interfaces:
Function<String,String>

@Immutable public class PathSegmentStringTransformer extends Object implements Function<String,String>
A Function that transforms a String such that it can be used as a path segment in a URL. Note that this is emphatically not the same as URLEncoder, which is intended for the query parameter use case.
Since:
0.9.2
  • Constructor Details

    • PathSegmentStringTransformer

      public PathSegmentStringTransformer()
  • Method Details