public class CredCacheInputStream extends KrbInputStream
in| Constructor and Description |
|---|
CredCacheInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
HostAddresses |
readAddr() |
HostAddress |
readAddress() |
AuthorizationData |
readAuthzData() |
AuthorizationDataEntry |
readAuthzDataEntry() |
boolean |
readIsSkey() |
EncryptionKey |
readKey(int version) |
int |
readOctetsCount() |
PrincipalName |
readPrincipal(int version) |
Ticket |
readTicket() |
TicketFlags |
readTicketFlags() |
KerberosTime[] |
readTimes() |
readCountedOctets, readCountedString, readKey, readTimeread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic CredCacheInputStream(InputStream in)
public PrincipalName readPrincipal(int version) throws IOException
readPrincipal in class KrbInputStreamIOExceptionpublic EncryptionKey readKey(int version) throws IOException
IOExceptionpublic KerberosTime[] readTimes() throws IOException
IOExceptionpublic boolean readIsSkey()
throws IOException
IOExceptionpublic HostAddresses readAddr() throws IOException
IOExceptionpublic HostAddress readAddress() throws IOException
IOExceptionpublic AuthorizationData readAuthzData() throws IOException
IOExceptionpublic AuthorizationDataEntry readAuthzDataEntry() throws IOException
IOExceptionpublic int readOctetsCount()
throws IOException
readOctetsCount in class KrbInputStreamIOExceptionpublic TicketFlags readTicketFlags() throws IOException
IOExceptionpublic Ticket readTicket() throws IOException
IOExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.