Uses of Interface
net.shibboleth.sp.ProtocolSupportService
Packages that use ProtocolSupportService
Package
Description
Core APIs for the SP plugin.
General implementation classes.
-
Uses of ProtocolSupportService in net.shibboleth.sp
Classes in net.shibboleth.sp that implement ProtocolSupportServiceModifier and TypeClassDescriptionclassThis is a simple implementation of theProtocolSupportServiceinterface for use by plugins that need to implement it.Methods in net.shibboleth.sp with type parameters of type ProtocolSupportServiceModifier and TypeMethodDescription<T extends ProtocolSupportService>
TApplication.getProtocolSupportService(String protocol, Class<T> claz) Gets theProtocolSupportServicesubtype for a particular protocol. -
Uses of ProtocolSupportService in net.shibboleth.sp.impl
Fields in net.shibboleth.sp.impl with type parameters of type ProtocolSupportServiceModifier and TypeFieldDescription(package private) Map<String,ProtocolSupportService> BasicApplication.protocolServiceMapMap of protocol support services.Methods in net.shibboleth.sp.impl with type parameters of type ProtocolSupportServiceModifier and TypeMethodDescription<T extends ProtocolSupportService>
TBasicApplication.getProtocolSupportService(String protocol, Class<T> claz) Gets theProtocolSupportServicesubtype for a particular protocol.Method parameters in net.shibboleth.sp.impl with type arguments of type ProtocolSupportServiceModifier and TypeMethodDescriptionvoidBasicApplication.setProtocolSupportServices(Collection<ProtocolSupportService> services) Sets overriddenProtocolSupportServiceinstances for specific protocols.Constructor parameters in net.shibboleth.sp.impl with type arguments of type ProtocolSupportServiceModifierConstructorDescriptionProtocolSupportServiceManager(List<ProtocolSupportService> freeObjects) Constructor.