Uses of Interface
org.apache.manifoldcf.core.interfaces.IPasswordMapperActivity
-
Packages that use IPasswordMapperActivity Package Description org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.ui.jsp org.apache.manifoldcf.ui.multipart -
-
Uses of IPasswordMapperActivity in org.apache.manifoldcf.core.interfaces
Subinterfaces of IPasswordMapperActivity in org.apache.manifoldcf.core.interfaces Modifier and Type Interface Description interfaceIHTTPOutputThis interface abstracts from the output character stream used to construct HTML output for a web interface.interfaceIPostParametersThis interface represents resources that are made available to connector methods during UI post operations. -
Uses of IPasswordMapperActivity in org.apache.manifoldcf.ui.jsp
Classes in org.apache.manifoldcf.ui.jsp that implement IPasswordMapperActivity Modifier and Type Class Description classJspWrapperThis class provides an implementation of IHTTPOutput, which provides output services to connector UI interfaces. -
Uses of IPasswordMapperActivity in org.apache.manifoldcf.ui.multipart
Classes in org.apache.manifoldcf.ui.multipart that implement IPasswordMapperActivity Modifier and Type Class Description classMultipartWrapperThis class provides abstract parameter service, including support for uploaded files and multipart forms.
-