|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccServiceTicket
public class AccServiceTicket
An IAccServiceTicket is obtained from IAccSession::RequestServiceTicket.
| Method Summary | |
|---|---|
byte[] |
getAuthenticator()
Generated every time you read this property |
java.lang.String |
getAuthenticatorBase64()
Generated every time you read this property |
AccStream |
getAuthenticatorStream()
Generated every time you read this property |
java.lang.String |
getIdentity()
The screenname or other identity associated with the ticket |
java.lang.String |
getServerRealm()
It's a kerberos thing |
java.lang.String |
getService()
The name of the service that this ticket is for |
byte[] |
getTicket()
The actual ticket data as an array of VT_UI1 |
java.lang.String |
getTicketBase64()
The actual ticket data as a base-64-encoded string |
AccStream |
getTicketStream()
The actual ticket data as a stream |
java.lang.String |
getUrlEncodedString()
A string formatted for use by "mcAuth" |
AccServiceTicketVersion |
getVersion()
By version, we mean what type of ticket |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getIdentity()
throws AccException
AccException
public java.lang.String getService()
throws AccException
AccException
public java.lang.String getServerRealm()
throws AccException
AccException
public AccServiceTicketVersion getVersion()
throws AccException
AccException
public java.lang.String getUrlEncodedString()
throws AccException
AccException
public byte[] getTicket()
throws AccException
AccException
public AccStream getTicketStream()
throws AccException
AccException
public java.lang.String getTicketBase64()
throws AccException
AccException
public byte[] getAuthenticator()
throws AccException
AccException
public AccStream getAuthenticatorStream()
throws AccException
AccException
public java.lang.String getAuthenticatorBase64()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||