Uses of Interface
net.shibboleth.idp.saml.nameid.NameIdentifierGenerationService
-
Packages that use NameIdentifierGenerationService Package Description net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of NameIdentifierGenerationService in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement NameIdentifierGenerationService Modifier and Type Class Description classNameIdentifierGenerationServiceImplImplementation ofNameIdentifierGenerationService.Fields in net.shibboleth.idp.saml.nameid.impl with type parameters of type NameIdentifierGenerationService Modifier and Type Field Description private ReloadableService<NameIdentifierGenerationService>ProxySAML1NameIdentifierGenerator. generatorServiceService used to get the generator to proxy.private ReloadableService<NameIdentifierGenerationService>ProxySAML2NameIDGenerator. generatorServiceService used to get the generator to proxy.Methods in net.shibboleth.idp.saml.nameid.impl that return NameIdentifierGenerationService Modifier and Type Method Description NameIdentifierGenerationServiceNameIdentifierGenerationServiceImpl. getComponent()Constructor parameters in net.shibboleth.idp.saml.nameid.impl with type arguments of type NameIdentifierGenerationService Constructor Description ProxySAML1NameIdentifierGenerator(ReloadableService<NameIdentifierGenerationService> service)Constructor.ProxySAML2NameIDGenerator(ReloadableService<NameIdentifierGenerationService> service)Constructor.
-