org.apache.woden.wsdl20.extensions.http
Class HTTPAuthenticationScheme
java.lang.Object
org.apache.woden.wsdl20.extensions.http.HTTPAuthenticationScheme
public class HTTPAuthenticationScheme
- extends 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)
BASIC
public static final HTTPAuthenticationScheme BASIC
DIGEST
public static final HTTPAuthenticationScheme DIGEST
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.