|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UnknownCertificateResponse>
uk.ac.soton.ecs.iam.grid.comms.client.helpers.UnknownCertificateResponse
public enum UnknownCertificateResponse
The action to take in response to a certificate which isn't signed by a known CA.
| Enum Constant Summary | |
|---|---|
ACCEPT_THIS_MESSAGE
|
|
ACCEPT_THIS_SESSION
The certificate should be trusted for this session. |
|
REJECT
This certificate should be rejected. |
|
| Method Summary | |
|---|---|
String |
toString()
|
static UnknownCertificateResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnknownCertificateResponse[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UnknownCertificateResponse REJECT
public static final UnknownCertificateResponse ACCEPT_THIS_SESSION
public static final UnknownCertificateResponse ACCEPT_THIS_MESSAGE
| Method Detail |
|---|
public static final UnknownCertificateResponse[] values()
for(UnknownCertificateResponse c : UnknownCertificateResponse.values())
System.out.println(c);
public static UnknownCertificateResponse valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<UnknownCertificateResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||