org.sblim.cimclient.internal.http

Class PegasusLocalAuthInfo

public class PegasusLocalAuthInfo extends AuthorizationInfo

Implements OpenPegasus local authentication
Constructor Summary
PegasusLocalAuthInfo()
Default ctor.
Method Summary
StringgetHeaderFieldName()
booleanisKeptAlive()
booleanisSentOnFirstRequest()
StringtoString()
voidupdateAuthenticationInfo(Challenge challenge, String authenticate, URI url, String requestMethod)

Constructor Detail

PegasusLocalAuthInfo

public PegasusLocalAuthInfo()
Default ctor.

Method Detail

getHeaderFieldName

public String getHeaderFieldName()

isKeptAlive

public boolean isKeptAlive()

isSentOnFirstRequest

public boolean isSentOnFirstRequest()

toString

public String toString()

updateAuthenticationInfo

public void updateAuthenticationInfo(Challenge challenge, String authenticate, URI url, String requestMethod)

Parameters: challenge authenticate url requestMethod

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