public interface ARPlugin
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateToken(java.lang.String ip,
java.lang.String iePid,
java.lang.String token)
Validates the user token & info against the requested IE and returns whether to allow or deny access.
|
boolean validateToken(java.lang.String ip,
java.lang.String iePid,
java.lang.String token)
throws java.lang.Exception
ip - the IP address of the useriePid - the PID of the requested IEtoken - the token sent by the clienttrue to allow the user access the item, false to denyjava.lang.Exception - on any error.