- AbstractCrafterPropertyFilter - Class in org.craftercms.commons.jackson.mvc
-
- AbstractCrafterPropertyFilter() - Constructor for class org.craftercms.commons.jackson.mvc.AbstractCrafterPropertyFilter
-
- AbstractI10nException - Exception in org.craftercms.commons.i10n
-
Root exception for any
Exception that wants to be localized.
- AbstractI10nException() - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
-
- AbstractI10nException(String, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
-
- AbstractI10nException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
-
- AbstractI10nException(Throwable) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
-
- AbstractI10nRuntimeException - Exception in org.craftercms.commons.i10n
-
Root runtime exception for any
Exception that wants to be localized.
- AbstractI10nRuntimeException() - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- AbstractI10nRuntimeException(String, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- AbstractI10nRuntimeException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- AbstractI10nRuntimeException(Throwable) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- AbstractJongoRepository<T> - Class in org.craftercms.commons.mongo
-
Simple interface to interact with Jongo/MongoDB.
Changes MongoException in to MongoRepositoryException (which is a checked exception).As well if Command
result is not ok (CommandResult#isOk) return false a exception will be thrown the message for that exception will
be CommandResult#getErrorMessage.
Some of the find and insert methods use a template queryName.
- AbstractJongoRepository() - Constructor for class org.craftercms.commons.mongo.AbstractJongoRepository
-
- AbstractRestClientBase - Class in org.craftercms.commons.rest
-
Base class for all Crafter REST clients.
- AbstractRestClientBase() - Constructor for class org.craftercms.commons.rest.AbstractRestClientBase
-
- accept(Event) - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.ServiceConsumer
-
- ActionDeniedException - Exception in org.craftercms.commons.security.exception
-
Thrown when the execution of an action on an object has been denied to a subject.
- ActionDeniedException(String) - Constructor for exception org.craftercms.commons.security.exception.ActionDeniedException
-
- ActionDeniedException(String, Object) - Constructor for exception org.craftercms.commons.security.exception.ActionDeniedException
-
- actualLogger - Variable in class org.craftercms.commons.i10n.I10nLogger
-
- add(String) - Method in interface org.craftercms.commons.git.api.GitRepository
-
- add(String) - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- add(Map<String, Object>, String, Object) - Method in class org.craftercms.commons.mongo.UpdateHelper
-
- addCookie(String, String, HttpServletResponse) - Method in class org.craftercms.commons.http.CookieManager
-
Add a new cookie, using the configured domain, path and max age, to the response.
- addFieldError(String, String, Object...) - Method in class org.craftercms.commons.validation.ValidationResult
-
- addMissingFieldError(String) - Method in class org.craftercms.commons.validation.ValidationResult
-
- addParam(String, String, String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
-
Adds a query string param to the URL, adding a '?' if there's no query string yet.
- addPermission(P) - Method in class org.craftercms.commons.security.permissions.SecuredObjectBase
-
- addQueryStringFragment(String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
-
Adds a query string fragment to the URL, adding a '?' if there's no query string yet.
- addValue(String, Object, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
-
Adds a param value to a params map.
- addValues(String, Collection<String>, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
-
Adds a collection of param values to a params map.
- addValues(String, String[], MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
-
Adds an array of param values to a params map.
- AES_CIPHER_ALGORITHM - Static variable in class org.craftercms.commons.crypto.CryptoUtils
-
- AES_KEY_BYTE_SIZE - Static variable in class org.craftercms.commons.crypto.CryptoUtils
-
- AesTextEncryptor - Class in org.craftercms.commons.crypto.impl
-
Implementation of
TextEncryptor that uses AES as it's cipher algorithm and
Base 64 to encode raw bytes.
- AesTextEncryptor(Key) - Constructor for class org.craftercms.commons.crypto.impl.AesTextEncryptor
-
- alias - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- aliasParsedCache - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- allow(String) - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- allow(String...) - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- ALLOW_CREDENTIALS - Static variable in class org.craftercms.commons.web.CORSFilter
-
- ALLOW_HEADERS - Static variable in class org.craftercms.commons.web.CORSFilter
-
- ALLOW_METHODS - Static variable in class org.craftercms.commons.web.CORSFilter
-
- ALLOW_ORIGIN - Static variable in class org.craftercms.commons.web.CORSFilter
-
- allowAny() - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- allowedActions - Variable in class org.craftercms.commons.security.permissions.PermissionBase
-
- allSupportedMediaTypes - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
- ANY_ACTION - Static variable in class org.craftercms.commons.security.permissions.PermissionBase
-
- ApacheCommonsConfiguration2PropertySource - Class in org.craftercms.commons.spring
-
Implementation of EnumerablePropertySource where a source is an Apache Commons Configuration 2 Configuration.
- ApacheCommonsConfiguration2PropertySource(String, Configuration) - Constructor for class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
-
- ApiDocumentationController - Class in org.craftercms.commons.api.documentation
-
Api Documentation controller.
- ApiDocumentationController() - Constructor for class org.craftercms.commons.api.documentation.ApiDocumentationController
-
- ApiDocumentationSwaggerConfiguration - Class in org.craftercms.commons.api.documentation
-
Swagger configuration class.
- ApiDocumentationSwaggerConfiguration() - Constructor for class org.craftercms.commons.api.documentation.ApiDocumentationSwaggerConfiguration
-
- applicationContext - Variable in class org.craftercms.commons.spring.BeanListFactoryBean
-
- apply(Event) - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.Invoker
-
- args - Variable in exception org.craftercms.commons.i10n.AbstractI10nException
-
- args - Variable in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- asSet(T...) - Static method in class org.craftercms.commons.collections.SetUtils
-
Creates a set from the array elements.
- Audit - Class in org.craftercms.commons.audit
-
Audit Constants.
- audit(T) - Method in class org.craftercms.commons.audit.AuditService
-
Sets date and persist the Audit in the repository.
- AUDIT_EVENT - Static variable in class org.craftercms.commons.audit.Audit
-
Name/Key of the Listener Audit event.
- AUDIT_REACTOR - Static variable in class org.craftercms.commons.audit.Audit
-
Name of the AuditReactor Missing required @.
- auditDate - Variable in class org.craftercms.commons.audit.AuditModel
-
Date when the audit was entry.
- AuditListener - Class in org.craftercms.commons.audit
-
Ebus Listener to create the Audit entries.
- AuditListener() - Constructor for class org.craftercms.commons.audit.AuditListener
-
- AuditModel - Class in org.craftercms.commons.audit
-
Defines the minimum attributes needed in a generic audit entry.
- AuditModel() - Constructor for class org.craftercms.commons.audit.AuditModel
-
- AuditReaper - Class in org.craftercms.commons.audit
-
Audit Reaper Service.
- AuditReaper() - Constructor for class org.craftercms.commons.audit.AuditReaper
-
- auditService - Variable in class org.craftercms.commons.audit.AuditReaper
-
Audit Service implementation.
- AuditService<T extends AuditModel> - Class in org.craftercms.commons.audit
-
Defines Basic Audit Service.
- AuditService() - Constructor for class org.craftercms.commons.audit.AuditService
-
- CACHE_CONTROL_HEADER_NAME - Static variable in class org.craftercms.commons.http.HttpUtils
-
- Callback<T> - Interface in org.craftercms.commons.lang
-
Represents a general callback that can be used almost in any method that needs this pattern.
- checkCommandResult(WriteResult) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Internal checks if the CommandResult is ok , if not will throw a MongoRepositoryException with the last error
message given by CommandResult#getErrorMessage as the exception message.
- checkPermissions(ProceedingJoinPoint) - Method in class org.craftercms.commons.security.permissions.annotations.HasPermissionAnnotationHandler
-
- checkProperty(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- checkPropertyAgainstPattern(List<String>, String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- clazz - Variable in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- clear() - Static method in class org.craftercms.commons.http.RequestContext
-
Removes the context from the current thread.
- clone(String, File) - Method in interface org.craftercms.commons.git.api.GitRepositoryFactory
-
- clone(String, File) - Method in class org.craftercms.commons.git.impl.GitRepositoryFactoryImpl
-
- close() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
-
Deprecated.
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- collectionName - Variable in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- commit(String) - Method in interface org.craftercms.commons.git.api.GitRepository
-
- commit(String) - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- CompositePermission - Class in org.craftercms.commons.security.permissions
-
Represents a permission that is a collection of other permissions.
- CompositePermission(Permission...) - Constructor for class org.craftercms.commons.security.permissions.CompositePermission
-
- CompositePermission(Collection<Permission>) - Constructor for class org.craftercms.commons.security.permissions.CompositePermission
-
- concat(String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
-
Concats two urls, adding any "/" needed between them.
- concat(String, String...) - Static method in class org.craftercms.commons.lang.UrlUtils
-
Concats two or more urls, adding any "/" needed between them.
- ConditionalFactoryBean - Class in org.craftercms.commons.spring
-
Simple Spring factory bean that only returns an actual bean if the specified flag is true.
- ConditionalFactoryBean() - Constructor for class org.craftercms.commons.spring.ConditionalFactoryBean
-
- contentNegotiationManager - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
- convert(S) - Method in interface org.craftercms.commons.converters.Converter
-
Converts the source object from S type to T type.
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToBooleanConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToDoubleConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToFloatConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToIntegerConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToLongConverter
-
- convert(String) - Method in class org.craftercms.commons.converters.impl.StringToShortConverter
-
- Converter<S,T> - Interface in org.craftercms.commons.converters
-
Converts objects of S type to T type.
- CookieManager - Class in org.craftercms.commons.http
-
Utility class to create and delete cookies with common domain, path and max age.
- CookieManager() - Constructor for class org.craftercms.commons.http.CookieManager
-
- CORSFilter - Class in org.craftercms.commons.web
-
- CORSFilter() - Constructor for class org.craftercms.commons.web.CORSFilter
-
- count(Iterable<T>) - Static method in class org.craftercms.commons.collections.IterableUtils
-
Returns the number of elements the iterable contains.
- count() - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- count(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- count(String, Object...) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- count() - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Returns the number of all documents in the collection.
- count(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Returns the number of documents that match the query
- count(String, Object...) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Returns the number of documents that match the query
- CrafterJackson2MessageConverter - Class in org.craftercms.commons.jackson.mvc
-
- CrafterJackson2MessageConverter() - Constructor for class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- CrafterJacksonAnnotationIntrospector - Class in org.craftercms.commons.jackson.mvc
-
Extends JacksonAnnotationIntrospector so it will always a filter (so @JsonFilter) annotation is not needed.
- CrafterJacksonAnnotationIntrospector() - Constructor for class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
-
- createCookiesMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Creates a map from the cookies in the specified request.
- createHeadersMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Creates a map from the headers in the specified request.
- createInstance() - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
-
- createInstance() - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- createInstance() - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- createInstance() - Method in class org.craftercms.commons.mongo.MongoClientFromUriFactoryBean
-
- createInstance() - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- createMessage(String, String[], String[], String[], String, String, String, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- createModule(List<JsonSerializer<?>>, Map<Class<?>, JsonDeserializer<?>>) - Static method in class org.craftercms.commons.jackson.JacksonUtils
-
Creates a module from a set of serializers and deserializes.
- createReactor() - Method in class org.craftercms.commons.ebus.config.EBusReactorFactory
-
- createRequestAttributesMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Creates a map from the request attributes in the specified request.
- createRequestContext(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
-
Returns a new
RequestContext, using the specified
HttpServletRequest and
HttpServletResponse.
- createRequestParamsMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Creates a map from the parameters in the specified request.
- createSessionMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Creates a map from the session attributes in the specified request.
- createSortQuery(List<DefaultKeyValue<String, Boolean>>) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Creates a Sort query based on the fields.
Key of the map is the field False=Desc,True=asc
for the field, Respect order of the keys
- CrudRepository<T> - Interface in org.craftercms.commons.mongo
-
- CryptoException - Exception in org.craftercms.commons.crypto
-
General error thrown when a crypto related error occurs.
- CryptoException(String, Object...) - Constructor for exception org.craftercms.commons.crypto.CryptoException
-
- CryptoException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.crypto.CryptoException
-
- CryptoUtils - Class in org.craftercms.commons.crypto
-
Utility methods for encryption/decryption and message digest.
- CustomSerializationObjectMapper - Class in org.craftercms.commons.jackson
-
Extended ObjectMapper that lets you provide your own
serializers/deserializers.
- CustomSerializationObjectMapper() - Constructor for class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- customSwaggerSpringMvcPlugin() - Method in class org.craftercms.commons.api.documentation.ApiDocumentationSwaggerConfiguration
-
- dateFormat - Variable in class org.craftercms.commons.converters.impl.StringToDateConverter
-
- DateParseException - Exception in org.craftercms.commons.exceptions
-
Exception thrown when there's an error while parsing a date.
- DateParseException(String, String, Throwable) - Constructor for exception org.craftercms.commons.exceptions.DateParseException
-
- datePattern - Variable in class org.craftercms.commons.converters.impl.StringToDateConverter
-
- debug(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
-
- debug(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
-
- DECODE - Static variable in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Specify decoding.
- decode(byte[], int, int, int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Attempts to decode Base64 data and deserialize a Java
Object within.
- decrypt(String) - Method in class org.craftercms.commons.crypto.impl.AesTextEncryptor
-
- decrypt(String) - Method in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
-
- decrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
-
Deprecated.
- decrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- decrypt(String) - Method in interface org.craftercms.commons.crypto.TextEncryptor
-
Decrypts the specified encrypted text.
- decryptBase64(String) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- DecryptionLookup - Class in org.craftercms.commons.config
-
Implementation of Lookup that decrypts the variable.
- DecryptionLookup(TextEncryptor) - Constructor for class org.craftercms.commons.config.DecryptionLookup
-
- deepMerge(Map, Map) - Static method in class org.craftercms.commons.collections.MapUtils
-
Deep merges two maps
- DEFAULT_AES_CIPHER_TRANSFORMATION - Static variable in class org.craftercms.commons.crypto.CryptoUtils
-
- DEFAULT_ALGORITHM - Static variable in class org.craftercms.commons.crypto.SimpleDigest
-
- DEFAULT_ENCODING - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- DEFAULT_ERROR_BUNDLE_NAME - Static variable in class org.craftercms.commons.i10n.I10nUtils
-
- DEFAULT_HTTP_PORT - Static variable in class org.craftercms.commons.http.HttpUtils
-
- DEFAULT_HTTPS_PORT - Static variable in class org.craftercms.commons.http.HttpUtils
-
- DEFAULT_ITERATIONS - Static variable in class org.craftercms.commons.crypto.SimpleDigest
-
- DEFAULT_LOGGING_BUNDLE_NAME - Static variable in class org.craftercms.commons.i10n.I10nUtils
-
- DEFAULT_MONGO_HOST - Static variable in class org.craftercms.commons.mongo.MongoClientFactory
-
- DEFAULT_MONGO_PORT - Static variable in class org.craftercms.commons.mongo.MongoClientFactory
-
- DEFAULT_SALT_SIZE - Static variable in class org.craftercms.commons.crypto.SimpleDigest
-
- defaultKeyAlgorithm - Variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- deleteAudits(List<String>) - Method in class org.craftercms.commons.audit.AuditService
-
Deletes all audits where its it is in the given List.
- deleteCookie(String, HttpServletResponse) - Method in class org.craftercms.commons.http.CookieManager
-
Add a "delete" cookie to the response to indicate the that the stored cookie should be deleted.
- deleteFile(ObjectId) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- deleteFile(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- deleteFile(ObjectId) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Deletes the File with the given Id.
- deleteFile(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Deletes the File with the given name.
- deserialize(JsonParser, DeserializationContext) - Method in class org.craftercms.commons.jackson.ObjectIdDeserializer
-
- deserializers - Variable in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- destroy() - Method in class org.craftercms.commons.http.RequestContextBindingFilter
-
- destroy() - Method in class org.craftercms.commons.web.CORSFilter
-
- destroyInstance(MongoClient) - Method in class org.craftercms.commons.mongo.MongoClientFromUriFactoryBean
-
- digest(byte[]) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- digestBase64(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- disableCaching(HttpServletResponse) - Static method in class org.craftercms.commons.http.HttpUtils
-
Disable caching in the client.
- Document - Annotation Type in org.craftercms.commons.mongo
-
- documentation() - Method in class org.craftercms.commons.api.documentation.ApiDocumentationController
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
-
Binds a new
RequestContext to the current thread, and after the the filter chain has finished
executing, removes it from the current thread.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.craftercms.commons.web.CORSFilter
-
- DONT_BREAK_LINES - Static variable in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Don't break lines when encoding (violates strict Base64 specification)
- DuplicateKeyException - Exception in org.craftercms.commons.mongo
-
Mongo exception thrown when a document can't be inserted because there's already a document with the same key.
- DuplicateKeyException() - Constructor for exception org.craftercms.commons.mongo.DuplicateKeyException
-
- DuplicateKeyException(String) - Constructor for exception org.craftercms.commons.mongo.DuplicateKeyException
-
- DuplicateKeyException(String, Throwable) - Constructor for exception org.craftercms.commons.mongo.DuplicateKeyException
-
- DuplicateKeyException(Throwable) - Constructor for exception org.craftercms.commons.mongo.DuplicateKeyException
-
- DuplicateKeyException(String, Throwable, boolean, boolean) - Constructor for exception org.craftercms.commons.mongo.DuplicateKeyException
-
- EBusBeanAutoConfiguration - Class in org.craftercms.commons.ebus.config
-
ApplicationListener implementation that finds beans registered in the current
ApplicationContext that look like a
.annotations.EListener bean and interrogates it for event handling methods.
- EBusBeanAutoConfiguration() - Constructor for class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration
-
- EBusBeanAutoConfiguration.Invoker - Class in org.craftercms.commons.ebus.config
-
- EBusBeanAutoConfiguration.ServiceConsumer - Class in org.craftercms.commons.ebus.config
-
- EBusBeanDefinitionRegistrar - Class in org.craftercms.commons.ebus.config
-
ImportBeanDefinitionRegistrar implementation that configures
necessary Reactor components.
- EBusBeanDefinitionRegistrar() - Constructor for class org.craftercms.commons.ebus.config.EBusBeanDefinitionRegistrar
-
- EBusConfig - Class in org.craftercms.commons.ebus.config
-
EBus Spring configuration
- EBusConfig() - Constructor for class org.craftercms.commons.ebus.config.EBusConfig
-
- EBusReactorFactory - Class in org.craftercms.commons.ebus.config
-
EBus Reactor Factory.
- EBusReactorFactory() - Constructor for class org.craftercms.commons.ebus.config.EBusReactorFactory
-
- EhCacheFactoryBean - Class in org.craftercms.commons.cache
-
Spring FactoryBean used to create EhCache caches as beans.
- EhCacheFactoryBean() - Constructor for class org.craftercms.commons.cache.EhCacheFactoryBean
-
- EListener - Annotation Type in org.craftercms.commons.ebus.annotations
-
Denotes a class as being eligible to scan for event handling methods.
- Email - Interface in org.craftercms.commons.mail
-
Represents an email (possibly with from, to, body, etc., depending of the implementation).
- EMAIL_PATTERN - Static variable in class org.craftercms.commons.mail.EmailUtils
-
- EmailAddressException - Exception in org.craftercms.commons.mail
-
Thrown when an email address in wrong format is encountered.
- EmailAddressException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailAddressException
-
- EmailException - Exception in org.craftercms.commons.mail
-
Thrown when an email can't be sent for some reason.
- EmailException(String, Object...) - Constructor for exception org.craftercms.commons.mail.EmailException
-
- EmailException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.mail.EmailException
-
- EmailFactory - Interface in org.craftercms.commons.mail
-
Factory for creating
Emails.
- EmailFactoryImpl - Class in org.craftercms.commons.mail.impl
-
- EmailFactoryImpl() - Constructor for class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- EmailImpl - Class in org.craftercms.commons.mail.impl
-
Default implementation of
Email, which uses Spring Mail to send a message.
- EmailImpl(JavaMailSender, MimeMessage) - Constructor for class org.craftercms.commons.mail.impl.EmailImpl
-
- EmailPreparationException - Exception in org.craftercms.commons.mail
-
Thrown when an email message couldn't be prepared properly.
- EmailPreparationException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailPreparationException
-
- EmailSendException - Exception in org.craftercms.commons.mail
-
Thrown when an email couldn't be sent for some reason.
- EmailSendException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailSendException
-
- EmailUtils - Class in org.craftercms.commons.mail
-
Utility methods for email related stuff.
- EnableEBus - Annotation Type in org.craftercms.commons.ebus.annotations
-
Helper annotation to be placed on Configuration classes to ensure
creation of the necessary beans for automatic wiring of annotated beans.
- ENCODE - Static variable in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Specify encoding.
- encodeBytes(byte[]) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeFileToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Convenience method for encoding data to a file.
- encrypt(String) - Method in class org.craftercms.commons.crypto.impl.AesTextEncryptor
-
- encrypt(String) - Method in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
-
- encrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
-
Deprecated.
- encrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- encrypt(String) - Method in interface org.craftercms.commons.crypto.TextEncryptor
-
Encrypts the specified clear text.
- encryptBase64(String) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- EncryptionTool - Class in org.craftercms.commons.crypto.impl
-
Main class that allows encryption/decryption of data using AES with PBK.
- EncryptionTool() - Constructor for class org.craftercms.commons.crypto.impl.EncryptionTool
-
- encryptor - Variable in class org.craftercms.commons.config.DecryptionLookup
-
- equals(Object) - Method in class org.craftercms.commons.mongo.FileInfo
-
- equals(Object) - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- error(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
-
- error(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
-
- ERROR_KEY_DEC_ERROR - Static variable in class org.craftercms.commons.crypto.SimpleCipher
-
- ERROR_KEY_ENC_ERROR - Static variable in class org.craftercms.commons.crypto.SimpleCipher
-
- ERROR_KEY_GET_KEY_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- ERROR_KEY_INVALID_ALG - Static variable in class org.craftercms.commons.crypto.SimpleDigest
-
- ERROR_KEY_IV_NOT_SET - Static variable in class org.craftercms.commons.crypto.SimpleCipher
-
- ERROR_KEY_KEY_NOT_SET - Static variable in class org.craftercms.commons.crypto.SimpleCipher
-
- ERROR_KEY_KEY_STORE_LOAD_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- ERROR_KEY_KEY_STORE_STORE_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- ERROR_KEY_LOAD_ERROR - Static variable in class org.craftercms.commons.config.YamlConfiguration
-
- ERROR_KEY_SAVE_KEY_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- ERROR_KEY_TEMPLATE_CONFIG_MISSING - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- ERROR_KEY_WRITE_NOT_SUPPORTED - Static variable in class org.craftercms.commons.config.YamlConfiguration
-
- errorDetails - Variable in exception org.craftercms.commons.rest.RestServiceException
-
- errorResponseType - Variable in class org.craftercms.commons.rest.RestTemplate
-
- EventHandler - Annotation Type in org.craftercms.commons.ebus.annotations
-
Denotes method that is EBus event handler.
- EventSelectorType - Enum in org.craftercms.commons.ebus.annotations
-
- Exclude - Annotation Type in org.craftercms.commons.jackson.mvc.annotations
-
Exclude (Suppress) the Annotated field from been process it will be ignore.
- execute() - Method in interface org.craftercms.commons.lang.Callback
-
Executes the callback, returning the result or throwing a runtime exception if an error occurs.
- executeUpdate(String, CrudRepository<?>) - Method in class org.craftercms.commons.mongo.UpdateHelper
-
- EXPIRES_HEADER_NAME - Static variable in class org.craftercms.commons.http.HttpUtils
-
- extension - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
-
- GDataPropertyFilter - Class in org.craftercms.commons.jackson.mvc
-
A Gdata like property filter (aka selector) gets the information from .
- GDataPropertyFilter() - Constructor for class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- generateAesIv() - Static method in class org.craftercms.commons.crypto.CryptoUtils
-
Generates a random initialization vector for an AES cipher.
- generateAesKey() - Static method in class org.craftercms.commons.crypto.CryptoUtils
-
Generates a random AES encryption key.
- generateKey(String) - Static method in class org.craftercms.commons.crypto.CryptoUtils
-
Generates a random encryption key.
- generateRandomBytes(int) - Static method in class org.craftercms.commons.crypto.CryptoUtils
-
Generates a random array of bytes, using the singleton
SecureRandom.
- get(String) - Method in class org.craftercms.commons.properties.OverrideProperties
-
Gets the Query with the given name.
- getAbsoluteUrl(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
-
- getAcceptableMediaTypes(HttpServletRequest) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
Return the acceptable media types from the request.
- getActualLogger() - Method in class org.craftercms.commons.i10n.I10nLogger
-
- getActualMethod(ProceedingJoinPoint) - Method in class org.craftercms.commons.security.permissions.annotations.HasPermissionAnnotationHandler
-
- getAllowedActions() - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- getAllSupportedMediaTypes(List<HttpMessageConverter<?>>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
Return the media types supported by all provided message converters sorted by specificity via
MediaType.sortBySpecificity(List).
- getAnnotatedSecuredObject(Method, ProceedingJoinPoint) - Method in class org.craftercms.commons.security.permissions.annotations.HasPermissionAnnotationHandler
-
- getApplication_server_container() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getArgTypes() - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.Invoker
-
- getAttributes() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getAuditDate() - Method in class org.craftercms.commons.audit.AuditModel
-
Gets Audit entry Date.
- getAuditLog(String) - Method in class org.craftercms.commons.audit.AuditService
-
Gets the audit log for its Id.
- getAuditLogs(Date) - Method in class org.craftercms.commons.audit.AuditService
-
Returns all Audits starting the given date.
- getAuditLogs(Date, Date) - Method in class org.craftercms.commons.audit.AuditService
-
Returns all Audits where logged date is between the given dates.
- getBase64Salt() - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- getBaseRequestUrl(HttpServletRequest, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the portion from the URL that includes the scheme, server name and port number, without the server
path.
- getBean() - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.Invoker
-
- getBuild() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getBuild_date() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getCipher() - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- getCollection() - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Gets the Jongo Document.
- getCommitted() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
-
- getContentType() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getCookie(String, HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the cookie with the given name for the given request
- getCookieValue(String, HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the cookie value with the given name for the given request
- getCurrent() - Static method in class org.craftercms.commons.http.RequestContext
-
Returns the context for the current thread.
- getCurrentStatus(String) - Static method in class org.craftercms.commons.monitoring.StatusMonitor
-
Creates the StatusMonitor with current information and a custom statusLabel label.
- getCurrentStatus() - Static method in class org.craftercms.commons.monitoring.StatusMonitor
-
Creates the StatusMonitor with current information and a custom statusLabel label.
- getCurrentSubject() - Method in interface org.craftercms.commons.security.permissions.SubjectResolver
-
Returns the current subject.
- getDatetime() - Method in class org.craftercms.commons.monitoring.StatusMonitor
-
- getDatetime() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getDigest() - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- getDirectory() - Method in interface org.craftercms.commons.git.api.GitRepository
-
- getDirectory() - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- getEmail(String, String[], String[], String[], String, String, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
-
- getEmail(String, String[], String[], String[], String, String, String, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
-
- getEmail(String, String[], String[], String[], String, String, Object, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
-
- getEmail(String, String[], String[], String[], String, String, String, Object, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
-
- getEmail(String, String[], String[], String[], String, String, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- getEmail(String, String[], String[], String[], String, String, String, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- getEmail(String, String[], String[], String[], String, String, Object, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- getEmail(String, String[], String[], String[], String, String, String, Object, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- getErrorDetails() - Method in exception org.craftercms.commons.rest.RestServiceException
-
- getFieldErrors() - Method in class org.craftercms.commons.validation.ValidationResult
-
- getFileId() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getFileInfo(ObjectId) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- getFileInfo(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- getFileInfo(ObjectId) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Gets the file information based on its id..
- getFileInfo(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Gets the file information based on its name..
- getFileName() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getFileSize() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getFileSizeBytes() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getFilterName() - Method in class org.craftercms.commons.jackson.mvc.AbstractCrafterPropertyFilter
-
- getFilterName() - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- getFullRequestUri(HttpServletRequest, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the full request URI, including scheme, server name, port number and server path.
- getFullUrl(HttpServletRequest, String) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the full URL for the relative URL based in the specified request.
- getGlobalPermission(S) - Method in interface org.craftercms.commons.security.permissions.PermissionResolver
-
Returns the global permission (that applies to any or all objects) associated to the given subject.
- getHandler() - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.ServiceConsumer
-
- getHasPermissionAnnotation(Method, ProceedingJoinPoint) - Method in class org.craftercms.commons.security.permissions.annotations.HasPermissionAnnotationHandler
-
- getId() - Method in class org.craftercms.commons.audit.AuditModel
-
Gets Id of the Audit Entry.
- getInit() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
-
- getInputStream() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getIterations() - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- getIv() - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- getJava_runtime() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJava_vendor() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJava_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJava_vm() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJsonPrefix() - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- getJvm_implementation_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJvm_input_arguments() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJvm_vendor() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getJvm_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getKey(String, boolean) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- getKey(String, boolean) - Method in interface org.craftercms.commons.crypto.SecretKeyRepository
-
Returns the secret key for the specified key name
- getKey() - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- getLocalizedMessage(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
-
- getLocalizedMessage(String, String, Object...) - Static method in class org.craftercms.commons.i10n.I10nUtils
-
Returns a formatted, localized message according to the specified resource bundle and key.
- getLocalizedMessage(ResourceBundle, String, Object...) - Static method in class org.craftercms.commons.i10n.I10nUtils
-
Returns a formatted, localized message according to the specified resource bundle and key.
- getMax() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
-
- getMd5() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getMemoryStats() - Static method in class org.craftercms.commons.monitoring.MemoryMonitor
-
Query all register MemoryPools to get information and create a
MemoryMonitor Pojo
- getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nException
-
- getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- getMessage() - Method in class org.craftercms.commons.rest.Result
-
- getMessage() - Method in class org.craftercms.commons.validation.FieldError
-
- getMessage() - Method in class org.craftercms.commons.validation.ValidationResult
-
- getMessageConverters() - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- getMethod() - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.Invoker
-
- getMostSpecificMediaType(MediaType, MediaType) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
Return the more specific of the acceptable and the producible media types with the q-value of the former.
- getMostSuperClassName(Class<?>) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- getName() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
-
- getName() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getName() - Method in class org.craftercms.commons.validation.FieldError
-
- getObject() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
-
- getObject() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- getObject() - Method in class org.craftercms.commons.spring.BeanListFactoryBean
-
- getObject() - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
-
- getObjectFor(Class<T>, Object, String, Object) - Method in interface org.craftercms.commons.jackson.mvc.annotations.InjectValueFactory
-
- getObjectType() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
-
- getObjectType() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- getObjectType() - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
-
- getObjectType() - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- getObjectType() - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- getObjectType() - Method in class org.craftercms.commons.mongo.MongoClientFromUriFactoryBean
-
- getObjectType() - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- getObjectType() - Method in class org.craftercms.commons.spring.BeanListFactoryBean
-
- getObjectType() - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
-
- getOperating_system() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getOs_architecture() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getPackageVersion() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getParamsFromQueryString(String) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns a map with the extracted parameters from the specified query string.
- getPayload() - Method in class org.craftercms.commons.audit.AuditModel
-
Gets Payload of the audit.
- getPermission(S, O) - Method in interface org.craftercms.commons.security.permissions.PermissionResolver
-
Returns the permission associated to the given subject and object.
- getPermissions() - Method in class org.craftercms.commons.security.permissions.SecuredObjectBase
-
- getProducibleMediaTypes(Class<?>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
-
Returns the media types that can be produced:
Media types of configured converters that can write the specific return value, or
MediaType.ALL
- getProperty(String) - Method in class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
-
- getPropertyNames() - Method in class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
-
- getQueryFor(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Get the query string for a given key
- getQueryStringFromParams(MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
-
Builds a query string from the specified params.
- getQueryStringFromParams(MultiValueMap<String, String>, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
-
Builds a query string from the specified params.
- getQueryStringFromParams(MultiValueMap<String, String>, String, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
-
Builds a query string from the specified params.
- getRepoDir() - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- getRequest() - Method in class org.craftercms.commons.http.RequestContext
-
- getRequestUriWithoutContextPath(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
-
Returns the request URI without the context path.
- getResourceBundle() - Method in exception org.craftercms.commons.crypto.CryptoException
-
- getResourceBundle() - Method in exception org.craftercms.commons.exceptions.DateParseException
-
- getResourceBundle() - Method in exception org.craftercms.commons.i10n.AbstractI10nException
-
- getResourceBundle() - Method in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
-
- getResourceBundle() - Method in exception org.craftercms.commons.mail.EmailException
-
- getResourceBundle() - Method in exception org.craftercms.commons.security.exception.SecurityException
-
- getResponse() - Method in class org.craftercms.commons.http.RequestContext
-
- getResponseBodyAsString(ClientHttpResponse) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- getResponseStatus() - Method in exception org.craftercms.commons.rest.RestServiceException
-
- getResponseType() - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- getResult() - Method in exception org.craftercms.commons.validation.ValidationException
-
- getSalt() - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- getSavedDate() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getServletContext() - Method in class org.craftercms.commons.http.RequestContext
-
- getStatus() - Method in class org.craftercms.commons.monitoring.StatusMonitor
-
- getStoreName() - Method in class org.craftercms.commons.mongo.FileInfo
-
- getSystem_encoding() - Method in class org.craftercms.commons.monitoring.VersionMonitor
-
- getUptime() - Method in class org.craftercms.commons.monitoring.StatusMonitor
-
- getUsed() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
-
- getVersion(Manifest) - Static method in class org.craftercms.commons.monitoring.VersionMonitor
-
Gets the current VersionMonitor based on Manifest & current JVM information.
- getVersion(Class) - Static method in class org.craftercms.commons.monitoring.VersionMonitor
-
Gets the current VersionMonitor base on a Class that will load it's manifest file.
- git - Variable in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- GitException - Exception in org.craftercms.commons.git.exception
-
Created by alfonsovasquez on 8/7/16.
- GitException(String) - Constructor for exception org.craftercms.commons.git.exception.GitException
-
- GitException(String, Throwable) - Constructor for exception org.craftercms.commons.git.exception.GitException
-
- GitRepository - Interface in org.craftercms.commons.git.api
-
Created by alfonsovasquez on 6/7/16.
- GitRepositoryFactory - Interface in org.craftercms.commons.git.api
-
Created by alfonsovasquez on 6/7/16.
- GitRepositoryFactoryImpl - Class in org.craftercms.commons.git.impl
-
Created by alfonsovasquez on 8/7/16.
- GitRepositoryFactoryImpl() - Constructor for class org.craftercms.commons.git.impl.GitRepositoryFactoryImpl
-
- GitRepositoryImpl - Class in org.craftercms.commons.git.impl
-
Created by alfonsovasquez on 8/7/16.
- GitRepositoryImpl(Git) - Constructor for class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- gridfs - Variable in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- GZIP - Static variable in class org.craftercms.commons.crypto.Base64
-
Deprecated.
Specify that data should be gzip-compressed.
- read(Reader) - Method in class org.craftercms.commons.config.YamlConfiguration
-
- read(InputStream) - Method in class org.craftercms.commons.config.YamlConfiguration
-
- read() - Method in class org.craftercms.commons.crypto.Base64.InputStream
-
Deprecated.
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.craftercms.commons.crypto.Base64.InputStream
-
Deprecated.
- readableFileSize(long) - Static method in class org.craftercms.commons.file.FileUtils
-
Given the size of a file outputs as human readable size using SI prefix.
- readFile(ObjectId) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- readFile(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- readFile(ObjectId) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Returns the InputStream of the file with the given id.
- readFile(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Returns the InputStream of the file with the given name.
- readPropertyFile(InputStream) - Method in class org.craftercms.commons.mongo.JongoQueries
-
- readPropertyFile(InputStream) - Method in class org.craftercms.commons.properties.OverrideProperties
-
Does the actual Reading of the properties file (of the given inputstream).
- RegexUtils - Class in org.craftercms.commons.lang
-
Utility methods for regex related operations.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.craftercms.commons.ebus.config.EBusBeanDefinitionRegistrar
-
- registerSerializationModule() - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- reload() - Method in class org.craftercms.commons.properties.OverrideProperties
-
Reload the Query map.
- remove(String) - Method in interface org.craftercms.commons.git.api.GitRepository
-
- remove(String) - Method in class org.craftercms.commons.git.impl.GitRepositoryImpl
-
- remove(String, Object...) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- remove(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- remove(String, Object...) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Removes all Documents that are found using the given query.
- remove(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Removes all Documents that are found using the given query.
- removeById(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- removeById(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Removes a Document with the given id
- removeByStringId(String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- removeByStringId(String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Removes by the Id.
- removePermission(P) - Method in class org.craftercms.commons.security.permissions.SecuredObjectBase
-
- RequestContext - Class in org.craftercms.commons.http
-
Holds the current HTTP servlet request and response.
- RequestContext(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class org.craftercms.commons.http.RequestContext
-
- RequestContextBindingFilter - Class in org.craftercms.commons.http
-
Binds a new request context to the current thread before the chain is called, and then removes it after the chain
is called.
- RequestContextBindingFilter() - Constructor for class org.craftercms.commons.http.RequestContextBindingFilter
-
- resourceBundle - Variable in class org.craftercms.commons.i10n.I10nLogger
-
- resources - Variable in class org.craftercms.commons.properties.OverrideProperties
-
List of all Query files to be load.
- responseStatus - Variable in exception org.craftercms.commons.rest.RestServiceException
-
- responseType - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- RestServiceException - Exception in org.craftercms.commons.rest
-
Exception thrown when an error is received from a REST service.
- RestServiceException(HttpStatus, Object) - Constructor for exception org.craftercms.commons.rest.RestServiceException
-
- RestServiceUtils - Class in org.craftercms.commons.rest
-
Utility methods for RESTful services.
- restTemplate - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
-
- RestTemplate - Class in org.craftercms.commons.rest
-
Simple extension of
RestTemplate that adds the following custom
functionality:
Forces the use of
HttpComponentsClientHttpRequestFactory,
to avoid issues with 40x responses.
HttpMessageConvertingResponseErrorHandler is used by default.
- RestTemplate() - Constructor for class org.craftercms.commons.rest.RestTemplate
-
- RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.craftercms.commons.rest.RestTemplate
-
- Result - Class in org.craftercms.commons.rest
-
Very simple class that can be returned by REST API methods to indicate a result with a message, generally for success.
- Result() - Constructor for class org.craftercms.commons.rest.Result
-
- Result(String) - Constructor for class org.craftercms.commons.rest.Result
-
- result - Variable in exception org.craftercms.commons.validation.ValidationException
-
- resumeEncoding() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
-
Deprecated.
Resumes encoding of the stream.
- returnList(Find) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Actually makes the transformation form Jongo to List of Objects.
- returnSimple(FindOne) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
Actually makes the transformation form Jongo to the Object.
- runScripts() - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- save(T) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- save(String, Object...) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- save(T) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Saves the document into the collection.
- save(String, Object...) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Inserts in the given collection the json "As Is"
Json String can contain placeholders this will allow the user to have predefine json strings
that will be substitute with the given queryParams.Params are not Name therefor if the same value is
needed
multiple times for now it has to be send multiple times.Order of the queryParams should match the same in
the json string.
Example
String Json ="{name:#,address: #,age:#}"
save("testCollection",Json,"Dr.John Z.", new Address(), 125);
- saveFile(InputStream, String, String, ObjectId) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- saveFile(InputStream, String, String) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- saveFile(InputStream, String, String, ObjectId) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Saves the given InputStream as with the given name.
- saveFile(InputStream, String, String) - Method in interface org.craftercms.commons.mongo.CrudRepository
-
Saves the given InputStream as with the given name.
- saveKey(String, SecretKey) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- saveKey(String, SecretKey) - Method in interface org.craftercms.commons.crypto.SecretKeyRepository
-
Saves the secret key in the repository, with the specified name
- scythe() - Method in class org.craftercms.commons.audit.AuditReaper
-
Search all logs to be deleted and send there id's to the audit service to be deleted.
- SecretKeyFactoryBean - Class in org.craftercms.commons.crypto
-
- SecretKeyFactoryBean() - Constructor for class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- SecretKeyRepository - Interface in org.craftercms.commons.crypto
-
Repository for storing/retrieving encryption keys.
- SecretKeyRepositoryImpl - Class in org.craftercms.commons.crypto.impl
-
- SecretKeyRepositoryImpl() - Constructor for class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- SecuredObject - Annotation Type in org.craftercms.commons.security.permissions.annotations
-
Used in a method parameter to indicate the object or the ID of the object that should be secured through permission
checking.
- SecuredObjectBase<P extends Permission> - Class in org.craftercms.commons.security.permissions
-
Base for secured object that provide already attached permissions.
- SecuredObjectBase() - Constructor for class org.craftercms.commons.security.permissions.SecuredObjectBase
-
- SecureProperty - Annotation Type in org.craftercms.commons.jackson.mvc.annotations
-
Check if this property will be serialize depending of the result of
org.craftercms.commons.jackson.mvc.SecurePropertyHandler#suppressProperty(String,String).
- securePropertyHandler - Variable in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- SecurePropertyHandler - Interface in org.craftercms.commons.jackson.mvc
-
Defines how the SecureProperty Should be handel.
- secureRandom - Static variable in class org.craftercms.commons.crypto.CryptoUtils
-
- SecurityException - Exception in org.craftercms.commons.security.exception
-
- SecurityException() - Constructor for exception org.craftercms.commons.security.exception.SecurityException
-
- SecurityException(String, Object...) - Constructor for exception org.craftercms.commons.security.exception.SecurityException
-
- SecurityException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.security.exception.SecurityException
-
- SecurityException(Throwable) - Constructor for exception org.craftercms.commons.security.exception.SecurityException
-
- SELECTOR_ALIAS_PREFIX - Static variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- SelectorFilterFactory - Class in org.craftercms.commons.jackson.mvc
-
- SelectorFilterFactory() - Constructor for class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
-
- SelectorFilterFactory(List<AbstractCrafterPropertyFilter>) - Constructor for class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
-
- selectorParameterName - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- send() - Method in interface org.craftercms.commons.mail.Email
-
Sends the email.
- send() - Method in class org.craftercms.commons.mail.impl.EmailImpl
-
- serialize(ObjectId, JsonGenerator, SerializerProvider) - Method in class org.craftercms.commons.jackson.ObjectIdSerializer
-
- serializers - Variable in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- ServiceConsumer(EBusBeanAutoConfiguration.Invoker) - Constructor for class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration.ServiceConsumer
-
- set(String, Object) - Method in class org.craftercms.commons.mongo.UpdateHelper
-
- setActualBean(Object) - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
-
- setAlgorithm(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- setAlias(OverrideProperties) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- setAllowCredentials(String) - Method in class org.craftercms.commons.web.CORSFilter
-
- setAllowedActions(Set<String>) - Method in class org.craftercms.commons.security.permissions.PermissionBase
-
- setAllowHeaders(String) - Method in class org.craftercms.commons.web.CORSFilter
-
- setAllowMethods(String) - Method in class org.craftercms.commons.web.CORSFilter
-
- setAllowOrigins(String) - Method in class org.craftercms.commons.web.CORSFilter
-
- setAlwaysUseMBeans(boolean) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.commons.ebus.config.EBusBeanAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.commons.spring.BeanListFactoryBean
-
- setAttribute(String, Object) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setAttributes(Map<String, Object>) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setAuditDate(Date) - Method in class org.craftercms.commons.audit.AuditModel
-
Sets audit entry date.
- setAuditService(AuditService) - Method in class org.craftercms.commons.audit.AuditListener
-
- setAuditService(AuditService<?>) - Method in class org.craftercms.commons.audit.AuditReaper
-
- setAutoConnectRetry(boolean) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setBase64Salt(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- setBaseUrl(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
-
- setBeanNames(String[]) - Method in class org.craftercms.commons.spring.BeanListFactoryBean
-
- setCipher(Cipher) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- setConfiguration(CacheConfiguration) - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
-
- setConnectionsPerHost(int) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setConnectionStr(String) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setConnectionString(String) - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- setConnectTimeout(int) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setContentType(String) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setCreate(boolean) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- setCurrent(RequestContext) - Static method in class org.craftercms.commons.http.RequestContext
-
Sets the context for the current thread.
- setCursorFinalizerEnabled(boolean) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setDatePattern(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
-
- setDbName(String) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setDbName(String) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setDefaultFilter(String) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
-
- setDefaultKeyAlgorithm(String) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- setDeserializers(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- setDeserializers(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setDigest(MessageDigest) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- setDisableCORS(boolean) - Method in class org.craftercms.commons.web.CORSFilter
-
- setDomain(String) - Method in class org.craftercms.commons.http.CookieManager
-
- setEnv(Environment) - Method in class org.craftercms.commons.ebus.config.EBusReactorFactory
-
- setErrorResponseType(Class<?>) - Method in class org.craftercms.commons.rest.RestTemplate
-
- setExtension(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
-
- setFileId(ObjectId) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setFileName(String) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setFileSize(String) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setFileSizeBytes(long) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setFilter(FilterProvider) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- setFilters(List<AbstractCrafterPropertyFilter>) - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
-
- setFlag(boolean) - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
-
- setFreeMarkerConfig(Configuration) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- setHttpOnly(boolean) - Method in class org.craftercms.commons.http.CookieManager
-
- setId(String) - Method in class org.craftercms.commons.audit.AuditModel
-
Sets Id of the Audit Entry.
- setInjectValueFactory(InjectValueFactory) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- setIterations(int) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- setIv(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- setJongo(Jongo) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- setJsonPrefix(String) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- setKey(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
-
Deprecated.
- setKey(Key) - Method in class org.craftercms.commons.crypto.SimpleCipher
-
- setKeyName(String) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- setKeyRepository(SecretKeyRepository) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
-
- setKeyStoreFile(File) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- setKeyStorePassword(String) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- setLocationHeader(HttpHeaders, String, Object...) - Static method in class org.craftercms.commons.rest.RestServiceUtils
-
- setMailSender(JavaMailSender) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- setMaxAge(Integer) - Method in class org.craftercms.commons.http.CookieManager
-
- setMaxAge(String) - Method in class org.craftercms.commons.web.CORSFilter
-
- setMaxAuditAllowedDays(int) - Method in class org.craftercms.commons.audit.AuditReaper
-
- setMaxAutoConnectRetryTime(long) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setMaxWaitTime(int) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setMd5(String) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setMessage(String) - Method in class org.craftercms.commons.rest.Result
-
- setMessage(String) - Method in class org.craftercms.commons.validation.ValidationResult
-
- setMessage(String, Object...) - Method in class org.craftercms.commons.validation.ValidationResult
-
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- setMethodLogger(MethodLogger) - Method in class org.craftercms.commons.logging.LoggedAspect
-
- setMongo(Mongo) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setMongo(Mongo) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setMongoClientBin(String) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setOptions(MongoClientOptions) - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- setPassword(String) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setPassword(String) - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- setPassword(String) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setPath(String) - Method in class org.craftercms.commons.http.CookieManager
-
- setPayload(Object) - Method in class org.craftercms.commons.audit.AuditModel
-
Sets payload of the audit.
- setPermissionEvaluators(Map<Class<?>, PermissionEvaluator<?, ?>>) - Method in class org.craftercms.commons.security.permissions.annotations.HasPermissionAnnotationHandler
-
- setPermissionResolver(PermissionResolver<S, O>) - Method in class org.craftercms.commons.security.permissions.impl.PermissionEvaluatorImpl
-
- setPermissions(List<P>) - Method in class org.craftercms.commons.security.permissions.SecuredObjectBase
-
- setQueries(JongoQueries) - Method in class org.craftercms.commons.mongo.AbstractJongoRepository
-
- setReadPreference(int) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setRequest(HttpServletRequest) - Method in class org.craftercms.commons.http.RequestContext
-
- setResources(List<Resource>) - Method in class org.craftercms.commons.properties.OverrideProperties
-
- setResponse(HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContext
-
- setResponseType(Class<?>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
-
- setRestTemplate(RestTemplate) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
-
- setRunOnInit(boolean) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setSalt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleDigest
-
- setSavedDate(Date) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setScriptPaths(List<Resource>) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setSecure(boolean) - Method in class org.craftercms.commons.http.CookieManager
-
- setSecurePropertyHandler(SecurePropertyHandler) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
-
- setSecurityPropertyFilter(SecurePropertyHandler) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
-
- setSelectorParameterName(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- setSerializers(List<JsonSerializer<?>>) - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
-
- setSerializers(List<JsonSerializer<?>>) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setServletContext(ServletContext) - Method in class org.craftercms.commons.http.RequestContext
-
- setSocketKeepAlive(boolean) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setSpringSwaggerConfig(SpringSwaggerConfig) - Method in class org.craftercms.commons.api.documentation.ApiDocumentationSwaggerConfiguration
-
Required to autowire SpringSwaggerConfig
- setStoreName(String) - Method in class org.craftercms.commons.mongo.FileInfo
-
- setSubjectResolver(SubjectResolver<S>) - Method in class org.craftercms.commons.security.permissions.impl.PermissionEvaluatorImpl
-
- setTemplateEncoding(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- setTemplatePrefix(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- setTemplateSuffix(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
-
- setThreadsAllowedToBlockForConnectionMultiplier(int) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- setTimeZone(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
-
- setUri(String) - Method in class org.craftercms.commons.mongo.MongoClientFromUriFactoryBean
-
- setUseMongoClient(boolean) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- setUsername(String) - Method in class org.craftercms.commons.mongo.JongoFactoryBean
-
- setUsername(String) - Method in class org.craftercms.commons.mongo.MongoClientFactory
-
- setUsername(String) - Method in class org.craftercms.commons.mongo.MongoScriptRunner
-
- SetUtils - Class in org.craftercms.commons.collections
-
Utilities for the
Set collection.
- setValues - Variable in class org.craftercms.commons.mongo.UpdateHelper
-
- setWriteConcern(String) - Method in class org.craftercms.commons.mongo.MongoClientOptionsFactory
-
- SimpleAesCipher - Class in org.craftercms.commons.crypto
-
Deprecated.
- SimpleAesCipher(String) - Constructor for class org.craftercms.commons.crypto.SimpleAesCipher
-
Deprecated.
- SimpleCipher - Class in org.craftercms.commons.crypto
-
Utility class for simplifying encryption/decryption with the
Cipher class.
- SimpleCipher() - Constructor for class org.craftercms.commons.crypto.SimpleCipher
-
- SimpleDigest - Class in org.craftercms.commons.crypto
-
Utility class for simplifying message digest generation, using the
MessageDigest.
- SimpleDigest() - Constructor for class org.craftercms.commons.crypto.SimpleDigest
-
- StatusMonitor - Class in org.craftercms.commons.monitoring
-
Get's current basic JVM statusLabel with a custom statusLabel label (default's to `healthy`)
- storeKeyStore() - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
-
- StringToBooleanConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Boolean.
- StringToBooleanConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToBooleanConverter
-
- StringToDateConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Date, with a custom pattern and time zone.
- StringToDateConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToDateConverter
-
- StringToDoubleConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Double.
- StringToDoubleConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToDoubleConverter
-
- StringToFloatConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Float.
- StringToFloatConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToFloatConverter
-
- StringToIntegerConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Integer.
- StringToIntegerConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToIntegerConverter
-
- StringToLongConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Long.
- StringToLongConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToLongConverter
-
- StringToShortConverter - Class in org.craftercms.commons.converters.impl
-
Converts String to Short.
- StringToShortConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToShortConverter
-
- SubjectNotFoundException - Exception in org.craftercms.commons.security.exception
-
Thrown to indicate that the current subject couldn't be found.
- SubjectNotFoundException() - Constructor for exception org.craftercms.commons.security.exception.SubjectNotFoundException
-
- subjectResolver - Variable in class org.craftercms.commons.security.permissions.impl.PermissionEvaluatorImpl
-
- SubjectResolver<S> - Interface in org.craftercms.commons.security.permissions
-
Resolves the current subject to be used for permission checking.
- superClassCache - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
-
- suppressProperty(Object, String[]) - Method in interface org.craftercms.commons.jackson.mvc.SecurePropertyHandler
-
Checks if the property is allowed for the given role.
- suspendEncoding() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
-
Deprecated.
Suspends encoding of the stream.