Class KerberosExtractor
- java.lang.Object
-
- org.pac4j.kerberos.credentials.extractor.KerberosExtractor
-
- All Implemented Interfaces:
org.pac4j.core.credentials.extractor.CredentialsExtractor
public class KerberosExtractor extends java.lang.Object implements org.pac4j.core.credentials.extractor.CredentialsExtractorTo extract Kerberos headers.- Since:
- 2.1.0
- Author:
- Garry Boyce
-
-
Constructor Summary
Constructors Constructor Description KerberosExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<org.pac4j.core.credentials.Credentials>extract(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-