Uses of Class
se.litsec.eidas.opensaml.common.EidasLoaEnum
-
Packages that use EidasLoaEnum Package Description se.litsec.eidas.opensaml.common Common definitions for the OpenSAML eIDAS extension package. -
-
Uses of EidasLoaEnum in se.litsec.eidas.opensaml.common
Methods in se.litsec.eidas.opensaml.common that return EidasLoaEnum Modifier and Type Method Description static EidasLoaEnumEidasLoaEnum. parse(String uri)Given a URI the method returns the enum value matching.static EidasLoaEnumEidasLoaEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EidasLoaEnum[]EidasLoaEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-