Uses of Enum Class
net.shibboleth.idp.session.AbstractIdPSession.AddressFamily
Packages that use AbstractIdPSession.AddressFamily
Package
Description
APIs related to the construction and management of sessions.
-
Uses of AbstractIdPSession.AddressFamily in net.shibboleth.idp.session
Methods in net.shibboleth.idp.session that return AbstractIdPSession.AddressFamilyModifier and TypeMethodDescriptionprotected static AbstractIdPSession.AddressFamilyAbstractIdPSession.getAddressFamily(String address) Returns the address family for an input address.Returns the enum constant of this class with the specified name.static AbstractIdPSession.AddressFamily[]AbstractIdPSession.AddressFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.shibboleth.idp.session with parameters of type AbstractIdPSession.AddressFamilyModifier and TypeMethodDescriptionAbstractIdPSession.getAddress(AbstractIdPSession.AddressFamily family) Get an address to which this session is bound.