CugSupport.java
428 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* javax.servlet.http.HttpServletRequest
*/
package com.day.cq.auth.impl;
import javax.servlet.http.HttpServletRequest;
public interface CugSupport {
public static final String SERVICE_NAME = "com.day.cq.auth.impl.CugSupport";
public String getLoginPage(HttpServletRequest var1);
public String getRealm(HttpServletRequest var1);
}