Package com.exedio.cops
Class BasicAuthorization
- java.lang.Object
-
- com.exedio.cops.BasicAuthorization
-
public final class BasicAuthorization extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
getUserAndPassword(HttpServletRequest request)
static void
reject(HttpServletResponse response, String realm)
-
-
-
Method Detail
-
getUserAndPassword
public static String[] getUserAndPassword(HttpServletRequest request)
-
reject
public static void reject(HttpServletResponse response, String realm)
-
-