Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.authn.psc.MatchValue
Packages that use MatchValue
Package
Description
Implements support for the PrincipalSelection criteria extension.
Utility builders for easy creation of objects for principal selection according to a build-pattern.
Implementation classes for the PSC namespace.
-
Uses of MatchValue in se.swedenconnect.opensaml.sweid.saml2.authn.psc
Methods in se.swedenconnect.opensaml.sweid.saml2.authn.psc that return types with arguments of type MatchValueModifier and TypeMethodDescriptionPrincipalSelection.getMatchValues()
Returns a reference to the list of match values. -
Uses of MatchValue in se.swedenconnect.opensaml.sweid.saml2.authn.psc.build
Methods in se.swedenconnect.opensaml.sweid.saml2.authn.psc.build that return types with arguments of type MatchValueMethods in se.swedenconnect.opensaml.sweid.saml2.authn.psc.build with parameters of type MatchValueModifier and TypeMethodDescriptionPrincipalSelectionBuilder.matchValues
(MatchValue... matchValues) Assigns the match values.RequestedPrincipalSelectionBuilder.matchValues
(MatchValue... matchValues) Assigns the match values.Method parameters in se.swedenconnect.opensaml.sweid.saml2.authn.psc.build with type arguments of type MatchValueModifier and TypeMethodDescriptionPrincipalSelectionBuilder.matchValues
(List<MatchValue> matchValues) Assigns the match values.RequestedPrincipalSelectionBuilder.matchValues
(List<MatchValue> matchValues) Assigns the match values. -
Uses of MatchValue in se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl
Classes in se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl that implement MatchValueMethods in se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl that return MatchValueModifier and TypeMethodDescriptionMatchValueBuilder.buildObject()
MatchValueBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Methods in se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl that return types with arguments of type MatchValueModifier and TypeMethodDescriptionPrincipalSelectionImpl.getMatchValues()
Returns a reference to the list of match values.