| Package | Description |
|---|---|
| net.shibboleth.idp.session |
APIs related to the construction and management of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
protected static AbstractIdPSession.AddressFamily |
AbstractIdPSession.getAddressFamily(String address)
Returns the address family for an input address.
|
static AbstractIdPSession.AddressFamily |
AbstractIdPSession.AddressFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIdPSession.AddressFamily[] |
AbstractIdPSession.AddressFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractIdPSession.getAddress(AbstractIdPSession.AddressFamily family)
Get an address to which this session is bound.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.