public static enum AbstractIdPSession.AddressFamily extends Enum<AbstractIdPSession.AddressFamily>
| Enum Constant and Description |
|---|
IPV4
IP version 4 (dotted decimal).
|
IPV6
IP version 6 (colon-sep hex).
|
UNKNOWN
Unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractIdPSession.AddressFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIdPSession.AddressFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractIdPSession.AddressFamily IPV4
public static final AbstractIdPSession.AddressFamily IPV6
public static final AbstractIdPSession.AddressFamily UNKNOWN
public static AbstractIdPSession.AddressFamily[] values()
for (AbstractIdPSession.AddressFamily c : AbstractIdPSession.AddressFamily.values()) System.out.println(c);
public static AbstractIdPSession.AddressFamily 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 nullCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.