Uses of Interface
pl.edu.icm.unity.engine.api.endpoint.ServletProvider
-
Packages that use ServletProvider Package Description pl.edu.icm.unity.engine.api.confirmation Confirmations APIpl.edu.icm.unity.engine.api.wellknown API related to exposing constant public URLs -
-
Uses of ServletProvider in pl.edu.icm.unity.engine.api.confirmation
Subinterfaces of ServletProvider in pl.edu.icm.unity.engine.api.confirmation Modifier and Type Interface Description interface
EmailConfirmationServletProvider
Provides servlet used as a email confirmation endpoint -
Uses of ServletProvider in pl.edu.icm.unity.engine.api.wellknown
Subinterfaces of ServletProvider in pl.edu.icm.unity.engine.api.wellknown Modifier and Type Interface Description interface
AttributesContentPublicServletProvider
Provides servlet with public access to user's content stored in attributes, of those syntaxes that providesAttributeValueSyntax.publicExposureSpec()
implementation.interface
PublicWellKnownURLServletProvider
Provides servlet which gives access to public well known-links handler.
-