Uses of Interface
org.apache.shiro.authc.HostAuthenticationToken
-
Packages that use HostAuthenticationToken Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). -
-
Uses of HostAuthenticationToken in org.apache.shiro.authc
Classes in org.apache.shiro.authc that implement HostAuthenticationToken Modifier and Type Class Description class
BearerToken
AAuthenticationToken
that contains an a Bearer token or API key, typically received via an HTTPAuthorization
header.class
UsernamePasswordToken
A simple username/password authentication token to support the most widely-used authentication mechanism.
-