Uses of Class
se.litsec.swedisheid.opensaml.saml2.authentication.LevelofAssuranceAuthenticationContextURI.LoaEnum
-
Packages that use LevelofAssuranceAuthenticationContextURI.LoaEnum Package Description se.litsec.swedisheid.opensaml.saml2.authentication Interfaces and classes for authentication support. -
-
Uses of LevelofAssuranceAuthenticationContextURI.LoaEnum in se.litsec.swedisheid.opensaml.saml2.authentication
Methods in se.litsec.swedisheid.opensaml.saml2.authentication that return LevelofAssuranceAuthenticationContextURI.LoaEnum Modifier and Type Method Description static LevelofAssuranceAuthenticationContextURI.LoaEnumLevelofAssuranceAuthenticationContextURI.LoaEnum. parse(String uri)Given a URI the method returns the enum value matching.static LevelofAssuranceAuthenticationContextURI.LoaEnumLevelofAssuranceAuthenticationContextURI.LoaEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LevelofAssuranceAuthenticationContextURI.LoaEnum[]LevelofAssuranceAuthenticationContextURI.LoaEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-