Interface | Description |
---|---|
HttpAuthenticationMechanism |
HttpAuthenticationMechanism is a mechanism for obtaining a caller's
credentials in some way, using the HTTP protocol where necessary. |
HttpMessageContext |
HttpMessageContext contains all of the per-request state information and encapsulates the client request,
server response, container handler for authentication callbacks, and the subject representing the caller. |
Class | Description |
---|---|
AuthenticationParameters |
Parameters that are provided along with an authentication request.
|
HttpMessageContextWrapper |
This class is an implementation of the HttpMessageContext interface that
can be subclassed by developers wishing to provide extra or different
functionality.
|
Copyright © 2015–2017. All rights reserved.