org.apache.woden.wsdl20.extensions.http
Class HTTPAuthenticationScheme
java.lang.Object
org.apache.woden.wsdl20.extensions.http.HTTPAuthenticationScheme
public class HTTPAuthenticationScheme
- extends java.lang.Object
This class defines the values of the {http authentication scheme} property of
Endpoint as defined by the HTTP Binding extension. This property indicates
the HTTP authentication scheme used.
The property is one of:
- basic
- digest
This class uses the typesafe enum pattern. Applications should use the public
static final constants defined in this class to specify or to evaluate the
HTTP authentication scheme.
- Author:
- Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BASIC
public static final HTTPAuthenticationScheme BASIC
DIGEST
public static final HTTPAuthenticationScheme DIGEST
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.