public enum SecurityQuery extends Enum<SecurityQuery> implements UDDIQuery
| Enum Constant and Description | 
|---|
| DISCARD_AUTHTOKEN | 
| GET_AUTHTOKEN | 
| Modifier and Type | Method and Description | 
|---|---|
| static SecurityQuery | fromQuery(String query)Deprecated.   | 
| static List<String> | getQueries() | 
| String | getQuery() | 
| static void | initSecurityQueries() | 
| static SecurityQuery | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SecurityQuery[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SecurityQuery GET_AUTHTOKEN
public static final SecurityQuery DISCARD_AUTHTOKEN
public static SecurityQuery[] values()
for (SecurityQuery c : SecurityQuery.values()) System.out.println(c);
public static SecurityQuery valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static void initSecurityQueries()
public static SecurityQuery fromQuery(String query)
query - Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.