public abstract class TicketIssuer extends Object
| Constructor and Description |
|---|
TicketIssuer(KdcRequest kdcRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalName |
getclientPrincipal() |
protected KdcContext |
getKdcContext() |
protected KdcReq |
getKdcReq() |
protected KdcRequest |
getKdcRequest() |
protected PrincipalName |
getServerPrincipal() |
protected EncryptionKey |
getTicketEncryptionKey() |
protected EncryptionType |
getTicketEncryptionType() |
protected TransitedEncoding |
getTransitedEncoding() |
Ticket |
issueTicket() |
EncTicketPart |
makeEncTicketPart() |
public TicketIssuer(KdcRequest kdcRequest)
protected KdcRequest getKdcRequest()
public Ticket issueTicket() throws KrbException
KrbExceptionpublic EncTicketPart makeEncTicketPart() throws KrbException
KrbExceptionprotected KdcContext getKdcContext()
protected KdcReq getKdcReq()
protected PrincipalName getclientPrincipal()
protected PrincipalName getServerPrincipal()
protected EncryptionType getTicketEncryptionType() throws KrbException
KrbExceptionprotected EncryptionKey getTicketEncryptionKey() throws KrbException
KrbExceptionprotected TransitedEncoding getTransitedEncoding()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.