Making client IP available to the attribute resolver

Cantor, Scott cantor.2 at osu.edu
Tue Apr 17 12:31:34 EDT 2018


> Can you tell me how I'd instantiate the IPRange class in my MFA script to use
> it for my comparison?

I use Rhino and kind of despise Nashorn, but I think the Nashorn syntax is:

var Animal = Java.type("com.Animal")
var animalObj = new Animal()

-- Scott



More information about the users mailing list