Package net.shibboleth.idp.module
Interface IdPModule
- All Superinterfaces:
Component,IdentifiedComponent,net.shibboleth.profile.module.Module
- All Known Implementing Classes:
PropertyDrivenIdPModule
public interface IdPModule
extends net.shibboleth.profile.module.Module
This interface is exported (via the service API) by every IdP module.
- Since:
- 4.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.shibboleth.profile.module.Module
net.shibboleth.profile.module.Module.ModuleResource, net.shibboleth.profile.module.Module.ResourceResult -
Field Summary
Fields -
Method Summary
Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.profile.module.Module
disable, enable, getDescription, getName, getOwnerId, getResources, getURL, isEnabled, isHttpClientRequired
-
Field Details
-
IDPSAVE_EXT
Extension for preserving user files.- See Also:
-
IDPNEW_EXT_BASE
Base extension for adding new default files.- See Also:
-
-
Method Details
-
getSaveExtension
- Specified by:
getSaveExtensionin interfacenet.shibboleth.profile.module.Module
-
getNewExtension
- Specified by:
getNewExtensionin interfacenet.shibboleth.profile.module.Module
-