public static enum SipSecurityHandler.IdentityAssertionScheme extends java.lang.Enum<SipSecurityHandler.IdentityAssertionScheme>
| Enum Constant and Description |
|---|
IDENTITY |
P_ASSERTED_IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static SipSecurityHandler.IdentityAssertionScheme |
getByName(java.lang.String name) |
java.lang.String |
getName() |
static SipSecurityHandler.IdentityAssertionScheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SipSecurityHandler.IdentityAssertionScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SipSecurityHandler.IdentityAssertionScheme P_ASSERTED_IDENTITY
public static final SipSecurityHandler.IdentityAssertionScheme IDENTITY
public static SipSecurityHandler.IdentityAssertionScheme[] values()
for (SipSecurityHandler.IdentityAssertionScheme c : SipSecurityHandler.IdentityAssertionScheme.values()) System.out.println(c);
public static SipSecurityHandler.IdentityAssertionScheme 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public static SipSecurityHandler.IdentityAssertionScheme getByName(java.lang.String name)
Copyright © 2015. All Rights Reserved.