Uses of Interface
io.undertow.util.HeaderToken
-
Packages that use HeaderToken Package Description io.undertow.security.impl io.undertow.util -
-
Uses of HeaderToken in io.undertow.security.impl
Classes in io.undertow.security.impl that implement HeaderToken Modifier and Type Class Description class
AuthenticationInfoToken
Enumeration of tokens expected in a HTTP Digest 'Authentication-Info' header.class
DigestAuthorizationToken
Enumeration of tokens expected in a HTTP Digest 'Authorization' header.class
DigestWWWAuthenticateToken
Enumeration of tokens expected in a HTTP Digest 'WWW_Authenticate' header. -
Uses of HeaderToken in io.undertow.util
Classes in io.undertow.util with type parameters of type HeaderToken Modifier and Type Class Description class
HeaderTokenParser<E extends HeaderToken>
Utility to parse the tokens contained within a HTTP header.
-