#include <XKMSNotBoundAuthentication.hpp>
The <NotBoundAuthentication> Element used within an <Authentication> element to pass a pass phrase of some kind that authenticates the X-KRSS request.
The schema definition for NotBoundAuthentication is as follows :
<!-- NotBoundAuthentication --> <element name="NotBoundAuthentication" type="xkms:NotBoundAuthenticationType"/> <complexType name="NotBoundAuthenticationType"> <attribute name="Protocol" type="anyURI" use="required"/> <attribute name="Value" type="base64Binary" use="required"/> </complexType> <!-- /NotBoundAuthentication -->
Constructors and Destructors | |
virtual | ~XKMSNotBoundAuthentication () |
XKMSNotBoundAuthentication () | |
Public Member Functions | |
Get Methods | |
virtual const XMLCh * | getProtocol (void) const =0 |
Get the protocol URI. | |
virtual const XMLCh * | getValue (void) const =0 |
Get the value. | |
Set Methods | |
virtual void | setProtocol (const XMLCh *uri)=0 |
Set the protocol. | |
virtual void | setValue (const XMLCh *value)=0 |
Set the authentication value. |
|
|
|
|
|
Get the protocol URI. A <XKMSNotBoundAuthentication> has a protocol attribute defining the protocol being used to authenticate the request.
|
|
Get the value. Returns the authentication value.
|
|
Set the protocol.
|
|
Set the authentication value.
|