|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccServiceTicketProp>
com.aol.acc.AccServiceTicketProp
public enum AccServiceTicketProp
An IAccServiceTicket is obtained from IAccSession::RequestServiceTicket.
| Enum Constant Summary | |
|---|---|
Authenticator
Generated every time you read this property |
|
AuthenticatorBase64
Generated every time you read this property |
|
AuthenticatorStream
Generated every time you read this property |
|
Identity
The screenname or other identity associated with the ticket |
|
ServerRealm
It's a kerberos thing |
|
Service
The name of the service that this ticket is for |
|
Ticket
The actual ticket data as an array of VT_UI1 |
|
TicketBase64
The actual ticket data as a base-64-encoded string |
|
TicketStream
The actual ticket data as a stream |
|
UNKNOWNVALUE
|
|
UrlEncodedString
A string formatted for use by "mcAuth" |
|
Version
By version, we mean what type of ticket |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccServiceTicketProp |
intToEnum(int value)
|
AccServiceTicketProp |
or(AccServiceTicketProp val)
|
int |
value()
|
static AccServiceTicketProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccServiceTicketProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccServiceTicketProp UNKNOWNVALUE
public static final AccServiceTicketProp Identity
public static final AccServiceTicketProp Service
public static final AccServiceTicketProp ServerRealm
public static final AccServiceTicketProp Version
public static final AccServiceTicketProp UrlEncodedString
public static final AccServiceTicketProp Ticket
public static final AccServiceTicketProp TicketStream
public static final AccServiceTicketProp TicketBase64
public static final AccServiceTicketProp Authenticator
public static final AccServiceTicketProp AuthenticatorStream
public static final AccServiceTicketProp AuthenticatorBase64
| Method Detail |
|---|
public static final AccServiceTicketProp[] values()
for(AccServiceTicketProp c : AccServiceTicketProp.values())
System.out.println(c);
public static AccServiceTicketProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccServiceTicketProp or(AccServiceTicketProp val)
public static AccServiceTicketProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||