public class IdentityServiceContextFunction extends Object implements Function<String,ServiceContext>
Constructor and Description |
---|
IdentityServiceContextFunction(ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
apply(String s) |
public IdentityServiceContextFunction(ServiceContext serviceContext)
public ServiceContext apply(String s)
apply
in interface Function<String,ServiceContext>