org.sblim.wbem.http

Class AuthorizationHandler


public class AuthorizationHandler
extends java.lang.Object

AuthorizationHandler.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Method Summary

void
addAuthorizationInfo(AuthInfo authInfo)
AuthInfo
getAuthorizationInfo(String authorizationModule, Boolean proxy, String addr, int port, String protocol, String realm, String scheme)
AuthInfo
getAuthorizationInfo(int index)
String
toString()

Method Details

addAuthorizationInfo

public void addAuthorizationInfo(AuthInfo authInfo)

getAuthorizationInfo

public AuthInfo getAuthorizationInfo(String authorizationModule,
                                     Boolean proxy,
                                     String addr,
                                     int port,
                                     String protocol,
                                     String realm,
                                     String scheme)

getAuthorizationInfo

public AuthInfo getAuthorizationInfo(int index)

toString

public String toString()

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