Class CachingKerberosAuthentication
- java.lang.Object
-
- io.trino.plugin.base.authentication.CachingKerberosAuthentication
-
public class CachingKerberosAuthentication extends Object
-
-
Constructor Summary
Constructors Constructor Description CachingKerberosAuthentication(KerberosAuthentication kerberosAuthentication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubjectgetSubject()voidreauthenticateIfSoonWillBeExpired()
-
-
-
Constructor Detail
-
CachingKerberosAuthentication
public CachingKerberosAuthentication(KerberosAuthentication kerberosAuthentication)
-
-
Method Detail
-
getSubject
public Subject getSubject()
-
reauthenticateIfSoonWillBeExpired
public void reauthenticateIfSoonWillBeExpired()
-
-