Package net.shibboleth.sp.saml.saml2
Class BasicSAML2ProtocolSupportService
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.sp.BasicProtocolSupportService
net.shibboleth.sp.saml.saml2.BasicSAML2ProtocolSupportService
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,ProtocolSupportService,SAML2ProtocolSupportService,Ordered
public class BasicSAML2ProtocolSupportService
extends BasicProtocolSupportService
implements SAML2ProtocolSupportService
Basic implementation of
SAML2ProtocolSupportService.-
Field Summary
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface net.shibboleth.sp.saml.saml2.SAML2ProtocolSupportService
PROTOCOL_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void[Gets the defaultMetadataResolverservice to use.voidSets theMetadataResolverto use.Methods inherited from class net.shibboleth.sp.BasicProtocolSupportService
getDefaultProfileConfigurations, getLogoutConsumers, getLogoutInitiators, getOrder, getSessionInitiators, getTokenConsumers, getUnverifiedProfileConfigurations, setDefaultProfileConfigurations, setLogoutConsumers, setLogoutInitiators, setMetadataDrivenDefaultProfileConfigurations, setMetadataDrivenUnverifiedDefaultProfileConfigurations, setOrder, setSessionInitiators, setTokenConsumers, setUnverifiedProfileConfigurationsMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface net.shibboleth.sp.ProtocolSupportService
getDefaultProfileConfigurations, getLogoutConsumers, getLogoutInitiators, getSessionInitiators, getTokenConsumers, getUnverifiedProfileConfigurations
-
Field Details
-
metadataResolver
Metadata source.
-
-
Constructor Details
-
BasicSAML2ProtocolSupportService
public BasicSAML2ProtocolSupportService()
-
-
Method Details
-
getMetadataResolver
[Gets the defaultMetadataResolverservice to use.- Specified by:
getMetadataResolverin interfaceSAML2ProtocolSupportService- Returns:
- service to use
-
doInitialize
- Overrides:
doInitializein classAbstractIdentifiedInitializableComponent- Throws:
ComponentInitializationException
-