| Class | Description |
|---|---|
| KerberosAuthenticationProcessingFilter |
Parses the SPNEGO authentication Header, which was generated by the browser
and creates a
KerberosServiceRequestToken out if it. |
| KerberosEntryPoint |
Sends back a request for a Negotiate Authentication to the browser.
|
| KerberosServiceRequestToken |
Holds the Kerberos/SPNEGO token for requesting a kerberized service
and is also the output of
KerberosServiceAuthenticationProvider.Will mostly be created in SpnegoAuthenticationProcessingFilter
and authenticated in KerberosServiceAuthenticationProvider. |
| KerberosTokenValidator |
Validate a Kerberos Token
|
| PassThroughKerberosClient |
Override the default CXF KerberosClient just to create a BinarySecurityToken from a
give Kerberos token.
|
Apache Fediz