Uses of Interface
se.litsec.swedisheid.opensaml.saml2.authentication.psc.MatchValue
-
Packages that use MatchValue Package Description se.litsec.swedisheid.opensaml.saml2.authentication.psc Implements support for the PrincipalSelection criteria extension.se.litsec.swedisheid.opensaml.saml2.authentication.psc.build Utility builders for easy creation of objects for principal selection according to a build-pattern.se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl Implementation classes for the PSC namespace. -
-
Uses of MatchValue in se.litsec.swedisheid.opensaml.saml2.authentication.psc
Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc that return types with arguments of type MatchValue Modifier and Type Method Description List<MatchValue>PrincipalSelection. getMatchValues()Returns a reference to the list of match values. -
Uses of MatchValue in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build
Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build that return types with arguments of type MatchValue Modifier and Type Method Description protected Class<MatchValue>MatchValueBuilder. getObjectType()Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build with parameters of type MatchValue Modifier and Type Method Description PrincipalSelectionBuilderPrincipalSelectionBuilder. matchValues(MatchValue... matchValues)Assigns the match values.RequestedPrincipalSelectionBuilderRequestedPrincipalSelectionBuilder. matchValues(MatchValue... matchValues)Assigns the match values.Method parameters in se.litsec.swedisheid.opensaml.saml2.authentication.psc.build with type arguments of type MatchValue Modifier and Type Method Description PrincipalSelectionBuilderPrincipalSelectionBuilder. matchValues(List<MatchValue> matchValues)Assigns the match values.RequestedPrincipalSelectionBuilderRequestedPrincipalSelectionBuilder. matchValues(List<MatchValue> matchValues)Assigns the match values. -
Uses of MatchValue in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl
Classes in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl that implement MatchValue Modifier and Type Class Description classMatchValueImplImplementation class forMatchValue.Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl that return MatchValue Modifier and Type Method Description MatchValueMatchValueBuilder. buildObject()MatchValueMatchValueBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl that return types with arguments of type MatchValue Modifier and Type Method Description List<MatchValue>PrincipalSelectionImpl. getMatchValues()Returns a reference to the list of match values.
-