org.sblim.wbem.http

Class Challenge


public class Challenge
extends java.lang.Object

Author:
Roberto To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary

HttpHeader
params
String
scheme

Method Summary

HttpHeader
getParams()
String
getRealm()
String
getScheme()
static Challenge[]
parseChallenge(String line)

Field Details

params

public HttpHeader params

scheme

public String scheme

Method Details

getParams

public HttpHeader getParams()

getRealm

public String getRealm()

getScheme

public String getScheme()

parseChallenge

public static Challenge[] parseChallenge(String line)
            throws HttpParseException

Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.