Uses of Class
org.apache.manifoldcf.authorities.system.AuthRequest
-
Packages that use AuthRequest Package Description org.apache.manifoldcf.authorities.system -
-
Uses of AuthRequest in org.apache.manifoldcf.authorities.system
Fields in org.apache.manifoldcf.authorities.system with type parameters of type AuthRequest Modifier and Type Field Description protected RequestQueue<AuthRequest>
AuthCheckThread. requestQueue
protected static RequestQueue<AuthRequest>
ManifoldCF. requestQueue
Methods in org.apache.manifoldcf.authorities.system that return types with arguments of type AuthRequest Modifier and Type Method Description static RequestQueue<AuthRequest>
ManifoldCF. getRequestQueue()
Get the current request queueConstructor parameters in org.apache.manifoldcf.authorities.system with type arguments of type AuthRequest Constructor Description AuthCheckThread(java.lang.String id, RequestQueue<AuthRequest> requestQueue)
Constructor.
-