public enum StandardWSDLSecurityProfile extends Enum<StandardWSDLSecurityProfile>
Java class for StandardWSDLSecurityProfile.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="StandardWSDLSecurityProfile">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="HTTPDigestAuthN"/>
<enumeration value="HTTPBasicAuthNPlainTextPassword"/>
<enumeration value="WSSecurityTimestampUsernameTokenDigestPassword"/>
<enumeration value="WSSecurityTimestampUsernameTokenPlainTextPassword"/>
<enumeration value="WSSecurityUsernameTokenDigestPassword"/>
<enumeration value="WSSecurityUsernameTokenPlainTextPassword"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static StandardWSDLSecurityProfile |
fromValue(String v) |
String |
value() |
static StandardWSDLSecurityProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardWSDLSecurityProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardWSDLSecurityProfile HTTP_DIGEST_AUTH_N
public static final StandardWSDLSecurityProfile HTTP_BASIC_AUTH_N_PLAIN_TEXT_PASSWORD
public static final StandardWSDLSecurityProfile WS_SECURITY_TIMESTAMP_USERNAME_TOKEN_DIGEST_PASSWORD
public static final StandardWSDLSecurityProfile WS_SECURITY_TIMESTAMP_USERNAME_TOKEN_PLAIN_TEXT_PASSWORD
public static final StandardWSDLSecurityProfile WS_SECURITY_USERNAME_TOKEN_DIGEST_PASSWORD
public static final StandardWSDLSecurityProfile WS_SECURITY_USERNAME_TOKEN_PLAIN_TEXT_PASSWORD
public static StandardWSDLSecurityProfile[] values()
for (StandardWSDLSecurityProfile c : StandardWSDLSecurityProfile.values()) System.out.println(c);
public static StandardWSDLSecurityProfile 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 String value()
public static StandardWSDLSecurityProfile fromValue(String v)
Copyright © 2014 myGrid. All rights reserved.