Uses of Interface
org.opencms.jsp.userdata.I_CmsUserDataDomain
Packages that use I_CmsUserDataDomain
-
Uses of I_CmsUserDataDomain in org.opencms.jsp.userdata
Classes in org.opencms.jsp.userdata that implement I_CmsUserDataDomainModifier and TypeClassDescriptionclass
User data domain that only matches users requesting their information via user name and password.class
Shows email address / user name as a header.Methods in org.opencms.jsp.userdata that return types with arguments of type I_CmsUserDataDomainModifier and TypeMethodDescriptionCmsUserDataRequestManager.getAllDomains()
Gets the list of all user data domains, both those from the configuration and those loaded via service loader.I_CmsUserDataDomainProvider.getUserDataDomains()
Gets a list of user data domains.Methods in org.opencms.jsp.userdata with parameters of type I_CmsUserDataDomainModifier and TypeMethodDescriptionvoid
CmsUserDataRequestManager.addUserDataDomain
(I_CmsUserDataDomain domain) Adds a user data domain during configuration phase.