public final class TicketGrantingService extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(TicketGrantingContext tgsContext) |
static PrincipalStoreEntry |
getEntry(KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal.
|
static void |
getRequestPrincipalEntry(TicketGrantingContext tgsContext) |
static void |
verifyTgt(TicketGrantingContext tgsContext) |
public static void execute(TicketGrantingContext tgsContext) throws Exception
Exceptionpublic static void verifyTgt(TicketGrantingContext tgsContext) throws KerberosException
KerberosExceptionpublic static void getRequestPrincipalEntry(TicketGrantingContext tgsContext) throws KerberosException
KerberosExceptionpublic static PrincipalStoreEntry getEntry(KerberosPrincipal principal, PrincipalStore store, ErrorType errorType) throws KerberosException
principal - store - errorType - ExceptionKerberosExceptionCopyright © 2021. All rights reserved.