org.codehaus.httpcache4j
Class Challenge

java.lang.Object
  extended by org.codehaus.httpcache4j.Challenge

public class Challenge
extends java.lang.Object

Version:
$Id: $
Author:
Erlend Hamnaberg, last modified by $Author: $

Constructor Summary
Challenge(java.lang.String identifier, char[] password, ChallengeMethod method)
           
 
Method Summary
 java.lang.String getIdentifier()
           
 ChallengeMethod getMethod()
           
 char[] getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Challenge

public Challenge(java.lang.String identifier,
                 char[] password,
                 ChallengeMethod method)
Method Detail

getIdentifier

public java.lang.String getIdentifier()

getPassword

public char[] getPassword()

getMethod

public ChallengeMethod getMethod()


Copyright © 2008. All Rights Reserved.