pub struct KerberosAuthBackend { /* private fields */ }Expand description
Authentication backend that verifies credentials via Kerberos ticket presence in the cache.
Implementations§
Source§impl KerberosAuthBackend
impl KerberosAuthBackend
Sourcepub fn has_valid_ticket(&self, cache: &TicketCache, username: &str) -> bool
pub fn has_valid_ticket(&self, cache: &TicketCache, username: &str) -> bool
Check if a user has a valid TGT in the cache.