Uses of Class
se.litsec.swedisheid.opensaml.saml2.authentication.psc.build.PrincipalSelectionBuilder
-
Packages that use PrincipalSelectionBuilder 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 PrincipalSelectionBuilder in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build
Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build that return PrincipalSelectionBuilder Modifier and Type Method Description static PrincipalSelectionBuilderPrincipalSelectionBuilder. builder()Creates a newPrincipalSelectionBuilderinstance.PrincipalSelectionBuilderPrincipalSelectionBuilder. matchValues(List<MatchValue> matchValues)Assigns the match values.PrincipalSelectionBuilderPrincipalSelectionBuilder. matchValues(MatchValue... matchValues)Assigns the match values.
-