public interface InternalKrbClient
| Modifier and Type | Method and Description |
|---|---|
KrbSetting |
getSetting()
Get krb client settings.
|
void |
init()
Init with all the necessary options.
|
SgtTicket |
requestSgt(org.apache.kerby.KOptions requestOptions)
Request a service ticket provided request options
|
TgtTicket |
requestTgt(org.apache.kerby.KOptions requestOptions)
Request a Ticket Granting Ticket.
|
void init() throws KrbException
KrbException - eKrbSetting getSetting()
TgtTicket requestTgt(org.apache.kerby.KOptions requestOptions) throws KrbException
requestOptions - The request optionsKrbException - eSgtTicket requestSgt(org.apache.kerby.KOptions requestOptions) throws KrbException
requestOptions - The request optionsKrbException - eCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.