Uses of Interface
se.litsec.swedisheid.opensaml.saml2.authentication.psc.PrincipalSelection
-
Packages that use PrincipalSelection 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 PrincipalSelection in se.litsec.swedisheid.opensaml.saml2.authentication.psc
Subinterfaces of PrincipalSelection in se.litsec.swedisheid.opensaml.saml2.authentication.psc Modifier and Type Interface Description interfaceRequestedPrincipalSelectionDefinition for theRequestedPrincipalSelectiontype: -
Uses of PrincipalSelection 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 PrincipalSelection Modifier and Type Method Description protected Class<PrincipalSelection>PrincipalSelectionBuilder. getObjectType() -
Uses of PrincipalSelection in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl
Classes in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl that implement PrincipalSelection Modifier and Type Class Description classPrincipalSelectionImplImplementation class for thePrincipalSelectioninterface.classRequestedPrincipalSelectionImplImplementation class for theRequestedPrincipalSelectioninterface.Methods in se.litsec.swedisheid.opensaml.saml2.authentication.psc.impl that return PrincipalSelection Modifier and Type Method Description PrincipalSelectionPrincipalSelectionBuilder. buildObject()PrincipalSelectionPrincipalSelectionBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
-