Uses of Interface
org.opencms.security.I_CmsCredentialsResolver
Packages that use I_CmsCredentialsResolver
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
Access control and security classes for the OpenCms ACL permission system.
-
Uses of I_CmsCredentialsResolver in org.opencms.configuration
Methods in org.opencms.configuration that return I_CmsCredentialsResolverModifier and TypeMethodDescriptionCmsSystemConfiguration.getCredentialsResolver()Gets the credentials resolver. -
Uses of I_CmsCredentialsResolver in org.opencms.main
Methods in org.opencms.main that return I_CmsCredentialsResolverModifier and TypeMethodDescriptionstatic I_CmsCredentialsResolverOpenCms.getCredentialsResolver()Gets the credentials resolver instance.protected I_CmsCredentialsResolverOpenCmsCore.getCredentialsResolver()Gets the configured credentials resolver instance. -
Uses of I_CmsCredentialsResolver in org.opencms.security
Classes in org.opencms.security that implement I_CmsCredentialsResolverModifier and TypeClassDescriptionclassDefault implementation of a I_CmsCredentialResolver, which does nothing but return the credential which was passed in.