|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.http.AuthorizationHandler
public class AuthorizationHandler
Class AuthorizationHandler manages AdAuthorizationInfo instances
Constructor Summary | |
---|---|
AuthorizationHandler()
|
Method Summary | |
---|---|
void |
addAuthorizationInfo(AuthorizationInfo pAuthorizationInfo)
Adds an AuthorizationInfo to the handler |
AuthorizationInfo |
getAuthorizationInfo(int pIndex)
Returns the AuthorizationInfo at a given index |
AuthorizationInfo |
getAuthorizationInfo(String pAuthorizationModule,
Boolean pProxy,
String pAddr,
int pPort,
String pProtocol,
String pRealm,
String pScheme)
Returns the corresponding AuthorizationInfo for a given set of parameters |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationHandler()
Method Detail |
---|
public void addAuthorizationInfo(AuthorizationInfo pAuthorizationInfo)
pAuthorizationInfo
- The AuthorizationInfo to addpublic AuthorizationInfo getAuthorizationInfo(String pAuthorizationModule, Boolean pProxy, String pAddr, int pPort, String pProtocol, String pRealm, String pScheme)
pAuthorizationModule
- The authorization modulepProxy
- Proxy authentication ?pAddr
- Host addresspPort
- Host portpProtocol
- ProtocolpRealm
- RealmpScheme
- Scheme
null
if none fitspublic AuthorizationInfo getAuthorizationInfo(int pIndex)
pIndex
- The index
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |