java.lang.Object
net.shibboleth.oidc.attribute.transcoding.AbstractOIDCAttributeTranscoder.NamingFunction
- All Implemented Interfaces:
Function<net.minidev.json.JSONObject,String>
- Enclosing class:
- AbstractOIDCAttributeTranscoder
public static class AbstractOIDCAttributeTranscoder.NamingFunction
extends Object
implements Function<net.minidev.json.JSONObject,String>
A function to produce a "canonical" name for an OIDC claim for transcoding rules.
-
Constructor Summary
Constructors
-
Method Summary
apply(net.minidev.json.JSONObject input)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NamingFunction
public NamingFunction()
-
Method Details
-
apply
@Nullable
public String apply(@Nullable
net.minidev.json.JSONObject input)
- Specified by:
apply in interface Function<net.minidev.json.JSONObject,String>