org.intabulas.sandler.authentication
Class AtomAuthentication
java.lang.Object
org.intabulas.sandler.authentication.AtomAuthentication
- All Implemented Interfaces:
- AtomConstants
public class AtomAuthentication
- extends Object
- implements AtomConstants
AtomAuthentication
- Version:
- $Id: AtomAuthentication.java,v 1.2 2004/01/02 01:43:57 intabulas Exp $
- Author:
- Mark Lussier
Fields inherited from interface org.intabulas.sandler.AtomConstants |
ATOM_AUTHTOKEN_CNONCE, ATOM_AUTHTOKEN_NC, ATOM_AUTHTOKEN_NONCE, ATOM_AUTHTOKEN_QOP, ATOM_AUTHTOKEN_REALM, ATOM_AUTHTOKEN_RESPONSE, ATOM_AUTHTOKEN_URI, ATOM_AUTHTOKEN_USERNAME, ATOM_DIGEST_SEPERATOR, ATOM_LINKTAG_TYPE, ATOM_REALM_KEY, ATOM_REALM_KEY_LENGTH, VERSION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomAuthentication
public AtomAuthentication(String authHeader)
- Parameters:
authHeader
-
getUsername
public String getUsername()
- Returns:
setUsername
public void setUsername(String _username)
- Parameters:
_username
-
authenticate
public boolean authenticate(String password,
String verb)
- Parameters:
password
- verb
-
- Returns:
Copyright © 2003-2004 Mark Lussier. All Rights Reserved.