SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
NegotiableChallengeHandler()
A NegotiableChallengeHandler can be used to directly respond to
"Negotiate" challenges, and in addition, can be used indirectly in conjunction
with a NegotiateChallengeHandler
to assist in the construction of a challenge response using object identifiers.
|
Method Summary | |
Array
|
getSupportedOids()
Return a collection of string representations of object identifiers supported by this challenge handler implementation, in dot-separated notation. |
Constructor Detail |
NegotiableChallengeHandler()
NegotiableChallengeHandler
can be used to directly respond to
"Negotiate" challenges, and in addition, can be used indirectly in conjunction
with a NegotiateChallengeHandler
to assist in the construction of a challenge response using object identifiers.
See also RFC 4178 Section 4.2.1 for details about how the supported object identifiers contribute towards the initial context token in the challenge response.
Method Detail |
Array getSupportedOids()
1.3.5.1.5.2
Array
a collection of string representations of object identifiers
supported by this challenge handler implementation.