jrun.servlet.security
Class BasicAuthentication

java.lang.Object
  |
  +--jrun.servlet.security.BasicAuthentication

public class BasicAuthentication
extends java.lang.Object

Basic authentication

Author:
Brian Deitte

Constructor Summary
BasicAuthentication()
           
 
Method Summary
static java.lang.String decodeBase64(java.lang.String s)
          Decode a base64 encoded string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthentication

public BasicAuthentication()
Method Detail

decodeBase64

public static java.lang.String decodeBase64(java.lang.String s)
Decode a base64 encoded string.
Parameters:
s - The base64 encoded string
Returns:
The decoded string


Copyright � 2002 Macromedia Corporation. All Rights Reserved.