Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.authn.psc.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
Modifier and TypeMethodDescriptionPrincipalSelection.getMatchValues()
Returns a reference to the list of match values. -
Uses of MatchValue in se.swedenconnect.opensaml.sweid.saml2.authn.psc.build
Modifier and TypeMethodDescriptionPrincipalSelectionBuilder.matchValues
(MatchValue... matchValues) Assigns the match values.RequestedPrincipalSelectionBuilder.matchValues
(MatchValue... matchValues) Assigns the match values.Modifier 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
Modifier and TypeMethodDescriptionMatchValueBuilder.buildObject()
MatchValueBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Modifier and TypeMethodDescriptionPrincipalSelectionImpl.getMatchValues()
Returns a reference to the list of match values.