|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
HTTPClient.AuthenticationSchemeBase
The AuthenticationSchemeBase class implements the AuthenticationScheme interface, and is the base implementation for all AuthenticationScheme implementations.
This is a good place for common implementation.
Field Summary |
Fields inherited from interface HTTPClient.AuthenticationScheme |
IS_CONNECTION_ORIENTED |
Constructor Summary | |
protected |
AuthenticationSchemeBase(java.lang.String schemeName, boolean isConnectionOriented) Constructor |
Method Summary | |
java.lang.String |
getSchemeName() Determines the name of the scheme. |
boolean |
isConnectionOriented() Determines whether the scheme is connection oriented. |
java.lang.String |
setSchemeName(java.lang.String schemeName) Specifies the name of the scheme. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface HTTPClient.AuthenticationScheme |
createAuthorizationInfo, getAuthorization |
Constructor Detail |
protected AuthenticationSchemeBase(java.lang.String schemeName, boolean isConnectionOriented) throws java.lang.IllegalArgumentException
schemeName
- Name of the scheme, must be non-null and non-emptyisConnectionOriented
- true
if the scheme is connection oriented, otherwise false
.java.lang.IllegalArgumentException
- Invalid arguments were given.Method Detail |
public final java.lang.String getSchemeName()
AuthenticationScheme
getSchemeName
in interface AuthenticationScheme
AuthenticationScheme.getSchemeName()
public final java.lang.String setSchemeName(java.lang.String schemeName)
AuthenticationScheme
setSchemeName
in interface AuthenticationScheme
schemeName
- The name of the scheme.AuthenticationScheme.setSchemeName(String)
public boolean isConnectionOriented()
AuthenticationScheme
isConnectionOriented
in interface AuthenticationScheme
true
if scheme is connection oriented, otherwise false
.AuthenticationScheme.isConnectionOriented()
|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |