proxygen
|
#include <TokenBindingContext.h>
Public Member Functions | |
~TokenBindingContext ()=default | |
void | setSupportedVersions (std::vector< TokenBindingProtocolVersion > versions) |
const auto & | getSupportedVersions () const |
void | setSupportedKeyParameters (std::vector< TokenBindingKeyParameters > keyParams) |
const auto & | getKeyParams () const |
Private Attributes | |
std::vector< TokenBindingProtocolVersion > | supportedVersions_ |
std::vector< TokenBindingKeyParameters > | supportedKeyParams_ |
Definition at line 16 of file TokenBindingContext.h.
|
default |
|
inline |
Definition at line 44 of file TokenBindingContext.h.
References supportedKeyParams_.
|
inline |
Definition at line 33 of file TokenBindingContext.h.
References supportedVersions_.
Referenced by fizz::test::TEST().
|
inline |
Set the supported key parameters in preference order.
Definition at line 40 of file TokenBindingContext.h.
References folly::gen::move, and supportedKeyParams_.
|
inline |
Set the supported Token Binding protocol versions. The input should be in descending order.
Definition at line 24 of file TokenBindingContext.h.
References folly::gen::move, and supportedVersions_.
Referenced by fizz::test::TEST().
|
private |
Definition at line 52 of file TokenBindingContext.h.
Referenced by getKeyParams(), and setSupportedKeyParameters().
|
private |
Definition at line 49 of file TokenBindingContext.h.
Referenced by getSupportedVersions(), and setSupportedVersions().