Uses of Class
se.litsec.swedisheid.opensaml.saml2.authentication.psc.build.MatchValueBuilder
-
Packages that use MatchValueBuilder Package Description se.litsec.swedisheid.opensaml.saml2.authentication.psc.build Utility builders for easy creation of objects for principal selection according to a build-pattern. -
-
Uses of MatchValueBuilder in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build
Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build that return MatchValueBuilder Modifier and Type Method Description static MatchValueBuilderMatchValueBuilder. builder()Creates a newMatchValueBuilderinstance.MatchValueBuilderMatchValueBuilder. name(String name)Assigns theNameattribute of theMatchValueobject.MatchValueBuilderMatchValueBuilder. nameFormat(String nameFormat)Assigns theNameFormatattribute of theMatchValueobject.MatchValueBuilderMatchValueBuilder. value(String value)Assigns the value.
-