Uses of Interface
org.symphonyoss.s2.canon.runtime.http.IRequestAuthenticator
-
Packages that use IRequestAuthenticator Package Description org.symphonyoss.s2.canon.runtime -
-
Uses of IRequestAuthenticator in org.symphonyoss.s2.canon.runtime
Constructors in org.symphonyoss.s2.canon.runtime with parameters of type IRequestAuthenticator Constructor Description AsyncPathHandler(ExecutorService processExecutor, ExecutorService responseExecutor, IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)PathHandler(IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
-