A B C D E F G H I J L M N O P R S T U V W X Z 
All Classes All Packages

A

abbreviate(String) - Static method in class org.apereo.cas.util.DigestUtils
Abbreviate string.
AbstractCasBanner - Class in org.apereo.cas.util.spring.boot
AbstractCasBanner() - Constructor for class org.apereo.cas.util.spring.boot.AbstractCasBanner
 
AbstractCasSpringBootServletInitializer - Class in org.apereo.cas.util.spring.boot
AbstractCasSpringBootServletInitializer() - Constructor for class org.apereo.cas.util.spring.boot.AbstractCasSpringBootServletInitializer
 
AbstractCipherExecutor<T,​R> - Class in org.apereo.cas.util.cipher
Abstract cipher to provide common operations around signing objects.
AbstractCipherExecutor() - Constructor for class org.apereo.cas.util.cipher.AbstractCipherExecutor
 
AbstractJacksonBackedStringSerializer<T> - Class in org.apereo.cas.util.serialization
Generic class to serialize objects to/from JSON based on jackson.
AbstractJacksonBackedStringSerializer() - Constructor for class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
AbstractRandomStringGenerator - Class in org.apereo.cas.util.gen
AbstractRandomStringGenerator() - Constructor for class org.apereo.cas.util.gen.AbstractRandomStringGenerator
Instantiates a new default random string generator with length set to RandomStringGenerator.DEFAULT_LENGTH.
addTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.util.transforms.ChainingPrincipalNameTransformer
Add transformer.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.apereo.cas.util.spring.RefreshableHandlerInterceptor
 
ALGORITHM_ALL_EXCEPT_NONE - Static variable in class org.apereo.cas.util.jwt.JsonWebTokenEncryptor
Allow all algorithms except none.
ALGORITHM_ALL_EXCEPT_NONE - Static variable in class org.apereo.cas.util.jwt.JsonWebTokenSigner
Allow all algorithms except none.
alwaysMatch() - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Always true condition.
alwaysMatch() - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
alwaysTrue() - Static method in interface org.apereo.cas.util.spring.beans.BeanCondition
Always true bean condition.
analyze(Throwable, BeanDefinitionStoreException) - Method in class org.apereo.cas.util.spring.boot.BeanDefinitionStoreFailureAnalyzer
 
and(String) - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
And another condition into the current chan.
and(String) - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
and(Supplier<Boolean>) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Combine conditions together.
and(T) - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
And include a single item..
and(T) - Method in class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
andNext(Consumer<R>) - Method in interface org.apereo.cas.util.function.ComposableFunction
Chain this function with a Consumer that expects the same type.
AopUtils - Class in org.apereo.cas.util
Utility class to assist with AOP operations.
AopUtils() - Constructor for class org.apereo.cas.util.AopUtils
 
ApplicationContextProvider - Class in org.apereo.cas.util.spring
An implementation of ApplicationContextAware that statically holds the application context.
ApplicationContextProvider() - Constructor for class org.apereo.cas.util.spring.ApplicationContextProvider
 
apply(Object) - Method in class org.apereo.cas.util.spring.SpringExpressionLanguageValueResolver
 
AsciiArtUtils - Class in org.apereo.cas.util
This is AsciiArtUtils.
AsciiArtUtils() - Constructor for class org.apereo.cas.util.AsciiArtUtils
 
asMultiValueMap(String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
As multi value map.
asMultiValueMap(String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
As multi value map.
asMultiValueMap(Map) - Static method in class org.apereo.cas.util.CollectionUtils
As multi value map.
asString() - Static method in class org.apereo.cas.util.CasVersion
To string.

B

BannerContributor - Interface in org.apereo.cas.util.spring.boot
Base64RandomStringGenerator - Class in org.apereo.cas.util.gen
Base64RandomStringGenerator(long) - Constructor for class org.apereo.cas.util.gen.Base64RandomStringGenerator
 
BaseBinaryCipherExecutor - Class in org.apereo.cas.util.cipher
BaseBinaryCipherExecutor(String, String, int, int, String) - Constructor for class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
 
BaseDistributedCacheManager<K extends java.io.Serializable,​V extends DistributedCacheObject> - Class in org.apereo.cas.util.cache
BaseDistributedCacheManager() - Constructor for class org.apereo.cas.util.cache.BaseDistributedCacheManager
 
BaseStringCipherExecutor - Class in org.apereo.cas.util.cipher
The BaseStringCipherExecutor is the default implementation of CipherExecutor.
BaseStringCipherExecutor(String, String, boolean, boolean, int, int) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
BaseStringCipherExecutor(String, String, boolean, int, int) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
BaseStringCipherExecutor(String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
BaseStringCipherExecutor(String, String, String, boolean, boolean, int, int) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
BaseStringCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
BaseStringCipherExecutor.CipherOperationsStrategyType - Enum in org.apereo.cas.util.cipher
Define the order of cipher operations.
BEAN_NAME - Static variable in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Bean name for script resource cache manager.
BEAN_NAME - Static variable in interface org.apereo.cas.util.text.MessageSanitizer
Default bean name.
BEAN_NAME_HTTPCLIENT_NO_REDIRECT - Static variable in interface org.apereo.cas.util.http.HttpClient
Bean name for the client implementation that does not follow redirects.
BEAN_NAME_HTTPCLIENT_TRUST_STORE - Static variable in interface org.apereo.cas.util.http.HttpClient
Bean name for the client implementation that supports CAS trust store.
BeanCondition - Interface in org.apereo.cas.util.spring.beans
This is BeanCondition.
BeanCondition.Condition - Class in org.apereo.cas.util.spring.beans
 
BeanCondition.PropertyBeanCondition - Class in org.apereo.cas.util.spring.beans
 
BeanContainer<T> - Interface in org.apereo.cas.util.spring.beans
This is BeanContainer.
BeanContainer.ListBeanContainer<T> - Class in org.apereo.cas.util.spring.beans
 
BeanDefinitionStoreFailureAnalyzer - Class in org.apereo.cas.util.spring.boot
Failure analyzer for spring boot startup exceptions from BeanDefinitionStoreException.
BeanDefinitionStoreFailureAnalyzer() - Constructor for class org.apereo.cas.util.spring.boot.BeanDefinitionStoreFailureAnalyzer
 
BeanSupplier<T> - Interface in org.apereo.cas.util.spring.beans
This is BeanSupplier.
BeanSupplier.DefaultBeanSupplier<T> - Class in org.apereo.cas.util.spring.beans
 
BeanSupplier.ProxiedBeanSupplier<T> - Class in org.apereo.cas.util.spring.beans
 
BlockingPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that matches the username against a given regex patten and throws back an error if a match is found.
BlockingPrincipalNameTransformer(String) - Constructor for class org.apereo.cas.util.transforms.BlockingPrincipalNameTransformer
 
buildInputStreamResourceFrom(String, String) - Static method in class org.apereo.cas.util.ResourceUtils
Build input stream resource from string value.
buildKey(K) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
Build key.
buildKeystore(ClientCertificateProperties) - Static method in class org.apereo.cas.util.ssl.SSLUtils
Build keystore key manager factory.
buildSSLContext(ClientCertificateProperties) - Static method in class org.apereo.cas.util.ssl.SSLUtils
Build ssl context.

C

CasBanner - Interface in org.apereo.cas.util.spring.boot
This is CasBanner.
CasFeatureEnabledCondition - Class in org.apereo.cas.util.spring.boot
CasFeatureEnabledCondition() - Constructor for class org.apereo.cas.util.spring.boot.CasFeatureEnabledCondition
 
CasRuntimeModule - Class in org.apereo.cas.util.feature
CasRuntimeModule() - Constructor for class org.apereo.cas.util.feature.CasRuntimeModule
 
CasRuntimeModuleLoader - Interface in org.apereo.cas.util.feature
CasVersion - Class in org.apereo.cas.util
Class that exposes the CAS version.
CasVersion() - Constructor for class org.apereo.cas.util.CasVersion
 
CertUtils - Class in org.apereo.cas.util.crypto
Utility class with methods to support various operations on X.509 certs.
CertUtils() - Constructor for class org.apereo.cas.util.crypto.CertUtils
 
ChainingPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that chains a number of inner transformers together.
ChainingPrincipalNameTransformer() - Constructor for class org.apereo.cas.util.transforms.ChainingPrincipalNameTransformer
 
checkClientTrusted(X509Certificate[], String) - Method in class org.apereo.cas.util.ssl.CompositeX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apereo.cas.util.ssl.CompositeX509TrustManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
CipherExecutorUtils - Class in org.apereo.cas.util.cipher
CipherExecutorUtils() - Constructor for class org.apereo.cas.util.cipher.CipherExecutorUtils
 
cipherName - Variable in class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
Name of the cipher/component whose keys are generated here.
clear() - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
clear() - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Clear items.
close() - Method in class org.apereo.cas.util.cache.BaseDistributedCacheManager
 
close() - Method in class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
close() - Method in class org.apereo.cas.util.io.PathWatcherService
 
close() - Method in interface org.apereo.cas.util.io.WatcherService
Close.
close() - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
 
close() - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
close() - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
 
close() - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
close(HttpResponse) - Method in class org.apereo.cas.util.HttpUtils
Close the response.
CollectionUtils - Class in org.apereo.cas.util
CollectionUtils() - Constructor for class org.apereo.cas.util.CollectionUtils
 
ComposableFunction<T,​R> - Interface in org.apereo.cas.util.function
Represents a function that accepts one argument and produces a result and could be with a Consumer of the resulting type.
CompositeX509KeyManager - Class in org.apereo.cas.util.ssl
CompositeX509KeyManager() - Constructor for class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
CompositeX509TrustManager - Class in org.apereo.cas.util.ssl
CompositeX509TrustManager() - Constructor for class org.apereo.cas.util.ssl.CompositeX509TrustManager
 
compress(String) - Static method in class org.apereo.cas.util.CompressionUtils
Use ZipOutputStream to zip text to byte array, then convert byte array to base64 string, so it can be transferred via http request.
CompressionUtils - Class in org.apereo.cas.util
This is CompressionUtils that encapsulates common compression calls and operations in one spot.
CompressionUtils() - Constructor for class org.apereo.cas.util.CompressionUtils
 
computeKey(String...) - Static method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Compute key.
concatenate(Collection<?>, boolean) - Static method in class org.apereo.cas.util.RegexUtils
Concatenate all elements in the given collection to form a regex pattern.
Condition() - Constructor for class org.apereo.cas.util.spring.beans.BeanCondition.Condition
 
ConditionalOnFeatureEnabled - Annotation Type in org.apereo.cas.util.spring.boot
ConditionalOnFeaturesEnabled - Annotation Type in org.apereo.cas.util.spring.boot
ConditionalOnMatchingHostname - Annotation Type in org.apereo.cas.util.spring.boot
This is ConditionalOnMatchingHostname allows beans to be created on one host in a cluster.
configure(SpringApplicationBuilder) - Method in class org.apereo.cas.util.spring.boot.AbstractCasSpringBootServletInitializer
 
configure(ConfigurableApplicationContext, ObjectMapper) - Static method in class org.apereo.cas.util.serialization.JacksonObjectMapperFactory
Configure an existing mapper.
configureEncryptionKeyFromPublicKeyResource(String) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Configure encryption key from public key resource.
configureObjectMapper(ObjectMapper) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Configure mapper.
configureSigningKey(String) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Sets signing key.
configureSigningKeyFromPrivateKeyResource(String) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Configure signing key from private key resource.
contains(K) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
containsKey(String) - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
containsKey(K) - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Contains key ?
containsProperty(String) - Method in class org.apereo.cas.util.cache.DistributedCacheObject
Contains property?
contribute(Formatter, Environment) - Method in interface org.apereo.cas.util.spring.boot.BannerContributor
Contribute.
convert(ZonedDateTime) - Method in class org.apereo.cas.util.spring.Converters.ZonedDateTimeToStringConverter
 
convertBytesToString(byte[]) - Method in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
Converts byte[] to String by simple cast.
convertBytesToString(byte[]) - Method in class org.apereo.cas.util.gen.Base64RandomStringGenerator
Converts byte[] to String by Base64 encoding.
convertBytesToString(byte[]) - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
Convert bytes to string, taking into account DefaultRandomStringGenerator.PRINTABLE_CHARACTERS.
convertBytesToString(byte[]) - Method in class org.apereo.cas.util.gen.HexRandomStringGenerator
 
ConvertCasePrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that converts the form uid to either lowercase or uppercase.
ConvertCasePrincipalNameTransformer() - Constructor for class org.apereo.cas.util.transforms.ConvertCasePrincipalNameTransformer
 
convertDirectedListToMap(Collection<String>) - Static method in class org.apereo.cas.util.CollectionUtils
Convert directed list to map.
Converters - Class in org.apereo.cas.util.spring
This is Converters.
Converters() - Constructor for class org.apereo.cas.util.spring.Converters
 
Converters.ZonedDateTimeToStringConverter - Class in org.apereo.cas.util.spring
The Zoned date time to string converter turns a ZonedDateTime into a formatted string.
convertToZonedDateTime(String) - Static method in class org.apereo.cas.util.DateTimeUtils
Convert to zoned date time.
createBasicAuthHeaders(String, String) - Method in class org.apereo.cas.util.HttpUtils
Create headers.
createBasicAuthHeaders(String, String, String) - Method in class org.apereo.cas.util.HttpUtils
Create headers org .
createInstance() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
createInstance() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
createPattern(String) - Static method in class org.apereo.cas.util.RegexUtils
Creates the pattern.
createPattern(String, int) - Static method in class org.apereo.cas.util.RegexUtils
Creates the pattern with the given flags.

D

dateOf(ChronoZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Gets Date for ZonedDateTime.
dateOf(Instant) - Static method in class org.apereo.cas.util.DateTimeUtils
Gets Date for Instant.
dateOf(LocalDate) - Static method in class org.apereo.cas.util.DateTimeUtils
Date of local date.
dateOf(LocalDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Date of local date time.
DateTimeUtils - Class in org.apereo.cas.util
Date/Time utility methods.
DateTimeUtils() - Constructor for class org.apereo.cas.util.DateTimeUtils
 
decode(byte[], Object[]) - Method in class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
 
decode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
decode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
decode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
decode(Serializable, Object[], Key, Key) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Decode value.
decode(Number, Object[]) - Method in class org.apereo.cas.util.cipher.JasyptNumberCipherExecutor
 
decodeAndDeserializeObject(byte[], CipherExecutor, Class<T>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Decode and deserialize object t.
decodeAndDeserializeObject(byte[], CipherExecutor, Class<T>, Object[]) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Decode and serialize object.
decodeBase64(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as byte[].
decodeBase64(String) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as byte[].
decodeBase64ToString(String) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as String.
decodeByteArrayToString(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Decode the byte[] in base64 to a string.
decodeUrlSafeBase64(String) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as byte[].
decompress(String) - Static method in class org.apereo.cas.util.CompressionUtils
First decode base64 String to byte array, then use ZipInputStream to revert the byte array to a string.
DecryptionException - Exception in org.apereo.cas.util.crypto
DecryptionException(Throwable) - Constructor for exception org.apereo.cas.util.crypto.DecryptionException
 
decryptJwtValue(Key, String) - Static method in class org.apereo.cas.util.EncodingUtils
Decrypt value based on the key created.
DEFAULT_LENGTH - Static variable in interface org.apereo.cas.util.gen.RandomStringGenerator
The default length.
DefaultBeanSupplier() - Constructor for class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
DefaultCasBanner - Class in org.apereo.cas.util.spring.boot
DefaultCasBanner() - Constructor for class org.apereo.cas.util.spring.boot.DefaultCasBanner
 
DefaultCasRuntimeModuleLoader - Class in org.apereo.cas.util.feature
DefaultCasRuntimeModuleLoader() - Constructor for class org.apereo.cas.util.feature.DefaultCasRuntimeModuleLoader
 
DefaultComponentSerializationPlan - Class in org.apereo.cas.util.serialization
DefaultComponentSerializationPlan() - Constructor for class org.apereo.cas.util.serialization.DefaultComponentSerializationPlan
 
DefaultHttpClient() - Constructor for class org.apereo.cas.util.http.SimpleHttpClientFactoryBean.DefaultHttpClient
 
defaultLength - Variable in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
Default string length before encoding.
DefaultLogMessageSummarizer - Class in org.apereo.cas.util
Default implementation of LogMessageSummarizer summarizes throwable if log level higher than debug.
DefaultLogMessageSummarizer() - Constructor for class org.apereo.cas.util.DefaultLogMessageSummarizer
 
DefaultLongNumericGenerator - Class in org.apereo.cas.util.gen
The default numeric generator for generating long values.
DefaultLongNumericGenerator() - Constructor for class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Instantiates a new default long numeric generator.
DefaultLongNumericGenerator(long) - Constructor for class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Instantiates a new default long numeric generator.
DefaultMessageDescriptor - Class in org.apereo.cas
Simple parameterized message descriptor with a code that refers to a message bundle key and a default message string to use if no message code can be resolved.
DefaultMessageDescriptor(String) - Constructor for class org.apereo.cas.DefaultMessageDescriptor
 
DefaultMessageSanitizer - Class in org.apereo.cas.util.text
DefaultMessageSanitizer() - Constructor for class org.apereo.cas.util.text.DefaultMessageSanitizer
 
DefaultPasswordEncoder - Class in org.apereo.cas.util.crypto
DefaultPasswordEncoder() - Constructor for class org.apereo.cas.util.crypto.DefaultPasswordEncoder
 
DefaultRandomNumberGenerator - Class in org.apereo.cas.util.gen
Implementation of the RandomStringGenerator that allows you to define the length of the random part.
DefaultRandomNumberGenerator(int) - Constructor for class org.apereo.cas.util.gen.DefaultRandomNumberGenerator
 
DefaultRandomStringGenerator - Class in org.apereo.cas.util.gen
Implementation of the RandomStringGenerator that allows you to define the length of the random part.
DefaultRandomStringGenerator(long) - Constructor for class org.apereo.cas.util.gen.DefaultRandomStringGenerator
 
DefaultTicketCipherExecutor - Class in org.apereo.cas.util.cipher
This is DefaultTicketCipherExecutor that handles the encryption and signing of tickets during replication.
DefaultTicketCipherExecutor(String, String, String, int, int, String) - Constructor for class org.apereo.cas.util.cipher.DefaultTicketCipherExecutor
 
deflate(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Deflate the given bytes using zlib.
deflate(String) - Static method in class org.apereo.cas.util.CompressionUtils
Deflate the given string via a Deflater.
deserialize(byte[], Class<T>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Deserialize an object.
deserialize(InputStream, Class<T>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Deserialize an object.
deserializeAndCheckObject(byte[], Class<T>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Decode and serialize object.
destroy() - Method in class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
destroy() - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
destroy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
destroy() - Method in class org.apereo.cas.util.io.PathWatcherService
 
destroy() - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
 
destroyInstance(List) - Method in class org.apereo.cas.util.spring.DisposableListFactoryBean
 
digest(String, byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded digest.
digest(String, String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded digest.
DigestUtils - Class in org.apereo.cas.util
This is DigestUtils that encapsulates common compression calls and operations in one spot.
DigestUtils() - Constructor for class org.apereo.cas.util.DigestUtils
 
DirectObjectProvider<T> - Class in org.apereo.cas.util.spring
DirectObjectProvider() - Constructor for class org.apereo.cas.util.spring.DirectObjectProvider
 
DisposableListFactoryBean - Class in org.apereo.cas.util.spring
DisposableListFactoryBean() - Constructor for class org.apereo.cas.util.spring.DisposableListFactoryBean
 
DistributedCacheObject<V extends java.io.Serializable> - Class in org.apereo.cas.util.cache
DistributedCacheObject() - Constructor for class org.apereo.cas.util.cache.DistributedCacheObject
 
doAndHandle(CheckedConsumer<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and handle.
doAndHandle(CheckedConsumer<R>, CheckedFunction<Throwable, R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and handle checked consumer.
doAndHandle(CheckedFunction<T, R>, CheckedFunction<Throwable, R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Default function function.
doAndHandle(CheckedSupplier<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and handle.
doAndHandle(CheckedSupplier<R>, CheckedFunction<Throwable, R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and handle supplier.
doAndRetry(List<Class<? extends Throwable>>, RetryCallback<T, Exception>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and retry.
doAndRetry(RetryCallback<T, Exception>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and retry.
doAndReturn(boolean, Supplier<T>, Supplier<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do and return.
doesParameterExist(HttpServletRequest, String) - Static method in class org.apereo.cas.util.HttpRequestUtils
Check if a parameter exists.
doesResourceExist(String) - Static method in class org.apereo.cas.util.ResourceUtils
Does resource exist?
doesResourceExist(String, ResourceLoader) - Static method in class org.apereo.cas.util.ResourceUtils
Does resource exist?
doesResourceExist(Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Does resource exist?
doIf(boolean, Consumer<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if condition holds.
doIf(boolean, Consumer<T>, Consumer<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if consumer.
doIf(boolean, Supplier<R>, Supplier<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if function.
doIf(Predicate<Object>, Supplier<R>, Supplier<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if function.
doIf(Predicate<T>, CheckedFunction<T, R>, CheckedFunction<T, R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Conditional function function.
doIfNotNull(Object, Supplier<R>, Supplier<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Supply if not null supplier.
doIfNotNull(T, CheckedConsumer<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if not null.
doIfNotNull(T, CheckedConsumer<T>, CheckedConsumer<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do if not null.
doIfNull(Object, Supplier<R>, Supplier<R>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Supply if null supplier.
doUnchecked(CheckedConsumer<Object>, Object...) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do unchecked.
doUnchecked(CheckedSupplier<T>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do unchecked.
doWithoutThrows(Consumer<Object>, Object...) - Static method in class org.apereo.cas.util.function.FunctionUtils
Do without throws and return status.

E

empty() - Static method in interface org.apereo.cas.util.spring.beans.BeanContainer
Empty bean container.
EMPTY_RESOURCE - Static variable in class org.apereo.cas.util.ResourceUtils
Empty resource.
enabledByDefault() - Method in annotation type org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled
Indicate if this feature should be enabled by default if not explicitly enabled.
encode(byte[], Object[]) - Method in class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
 
encode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
encode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
encode(Serializable, Object[]) - Method in class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
encode(CharSequence) - Method in class org.apereo.cas.util.crypto.DefaultPasswordEncoder
 
encode(CharSequence) - Method in class org.apereo.cas.util.crypto.GlibcCryptPasswordEncoder
 
encode(Number, Object[]) - Method in class org.apereo.cas.util.cipher.JasyptNumberCipherExecutor
 
encodeBase32(byte[], boolean) - Static method in class org.apereo.cas.util.EncodingUtils
Base32-encode the given byte[] as a string.
encodeBase64(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a string.
encodeBase64(byte[], boolean) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a string.
encodeBase64(String) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given string as a string.
encodeBase64ToByteArray(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a byte[].
encodeUrlSafeBase64(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a string.
EncodingUtils - Class in org.apereo.cas.util
This is EncodingUtils that encapsulates common base64, signing and encryption calls and operations in one spot.
EncodingUtils() - Constructor for class org.apereo.cas.util.EncodingUtils
 
encrypt(Serializable) - Method in class org.apereo.cas.util.jwt.JsonWebTokenEncryptor
Encrypt object value.
ENCRYPT_AND_SIGN - org.apereo.cas.util.cipher.BaseStringCipherExecutor.CipherOperationsStrategyType
Encrypt the value first, and then sign.
encryptValueAsJwtDirectAes128Sha256(Key, Serializable) - Static method in class org.apereo.cas.util.EncodingUtils
Encrypt value as jwt with direct algorithm and encryption content alg aes-128-sha-256.
encryptValueAsJwtRsaOeap256Aes256Sha512(Key, Serializable) - Static method in class org.apereo.cas.util.EncodingUtils
Encrypt value as jwt rsa oeap 256 aes 256 sha 512 string.
error(Logger, String) - Static method in class org.apereo.cas.util.LoggingUtils
Error.
error(Logger, String, Throwable) - Static method in class org.apereo.cas.util.LoggingUtils
Error.
error(Logger, Throwable) - Static method in class org.apereo.cas.util.LoggingUtils
Log Error.
evenIfMissing() - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Match if missing bean condition.
evenIfMissing() - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
ExecutableCompiledGroovyScript - Interface in org.apereo.cas.util.scripting
execute(Object[]) - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
Execute.
execute(Object[]) - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
execute(Object[]) - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
Execute.
execute(Object[], Class<T>) - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
Execute t.
execute(Object[], Class<T>) - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
execute(Object[], Class<T>) - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
execute(Object[], Class<T>, boolean) - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
Execute t.
execute(Object[], Class<T>, boolean) - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
execute(Object[], Class<T>, boolean) - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
execute(String, Class<T>, boolean, Object...) - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
Execute.
execute(String, Class<T>, Object...) - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
Execute t.
execute(String, Class<T>, Object...) - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
execute(String, Class<T>, Object...) - Method in class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
execute(HttpUtils.HttpExecutionRequest) - Method in class org.apereo.cas.util.HttpUtils
Execute http request and produce a response.
executeGroovyScript(GroovyObject, Object[], Class<T>, boolean) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script.
executeGroovyScript(GroovyObject, String, Object[], Class<T>, boolean) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script t.
executeGroovyScript(Resource, Object[], Class<T>, boolean) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script via run object.
executeGroovyScript(Resource, String, Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script.
executeGroovyScript(Resource, String, Class<T>, Object...) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script t.
executeGroovyScript(Resource, String, Object[], Class<T>, boolean) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script.
executeGroovyScriptEngine(String, Map<String, Object>, Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute inline groovy script engine.
executeGroovyShellScript(Script, Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy shell script t.
executeGroovyShellScript(Script, Map<String, Object>, Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy shell script t.
executeScriptEngine(String, Object[], Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Execute groovy script engine t.
exists() - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Check of the value is a valid resource and exists.
exists() - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
exportClasspathResourceToFile(File, Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Export classpath resource to file.
extractPrivateKeyFromResource(String) - Static method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Extract private key from resource private key.
extractPublicKeyFromResource(String) - Static method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Extract public key from resource public key.

F

feature() - Method in annotation type org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled
Feature.
FileWatcherService - Class in org.apereo.cas.util.io
FileWatcherService(File, Consumer<File>) - Constructor for class org.apereo.cas.util.io.FileWatcherService
 
FileWatcherService(File, Consumer<File>, Consumer<File>, Consumer<File>) - Constructor for class org.apereo.cas.util.io.FileWatcherService
 
find(String, String) - Static method in class org.apereo.cas.util.RegexUtils
Attempts to find the next sub-sequence of the input sequence that matches the pattern.
find(Pattern, String) - Static method in class org.apereo.cas.util.RegexUtils
Attempts to find the next sub-sequence of the input sequence that matches the pattern.
findAll(Predicate<V>) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
findInjectableValue(Object, DeserializationContext, BeanProperty, Object) - Method in class org.apereo.cas.util.serialization.JacksonInjectableValueSupplier
 
first() - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
First entry in the container.
first() - Method in class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
firstElement(Object) - Static method in class org.apereo.cas.util.CollectionUtils
Converts the provided object into a collection and return the first element, or empty.
firstElement(Object, Class<T>) - Static method in class org.apereo.cas.util.CollectionUtils
Converts the provided object into a collection and return the first element, or empty.
format(Instant) - Method in class org.apereo.cas.util.ISOStandardDateFormat
Format the datetime given.
format(ZonedDateTime) - Method in class org.apereo.cas.util.ISOStandardDateFormat
Format the datetime given.
formatOutputMessageInternal(String) - Method in class org.apereo.cas.util.http.HttpMessage
Encodes the message in UTF-8 format in preparation to send.
from(File) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(InputStream) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(Reader) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(Writer) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(String) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
fromList(String) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
FunctionUtils - Class in org.apereo.cas.util.function
This is FunctionUtils.
FunctionUtils() - Constructor for class org.apereo.cas.util.function.FunctionUtils
 

G

generateJsonWebKey(int) - Static method in class org.apereo.cas.util.EncodingUtils
Generate octet json web key of given size .
generateJsonWebKey(String) - Static method in class org.apereo.cas.util.EncodingUtils
Prepare json web token key.
generateJsonWebKey(Map<String, Object>) - Static method in class org.apereo.cas.util.EncodingUtils
Generate json web key.
generateSecureRandomId() - Static method in class org.apereo.cas.util.RandomUtils
Generate secure random id string.
get() - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
get() - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
 
get() - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.ProxiedBeanSupplier
 
get(String) - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
get(K) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
get(K) - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Get item.
getAcceptedIssuers() - Method in class org.apereo.cas.util.ssl.CompositeX509TrustManager
 
getAlgorithm() - Method in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
 
getAlgorithm() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
The algorithm used by the generator's SecureRandom instance.
getAll() - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
getApplicationContext() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
 
getAttributeDefinitionStore() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets attribute definition store.
getAttributeRepository() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets attribute repository.
getByName(String) - Static method in class org.apereo.cas.util.InetAddressUtils
Gets by name.
getCasConfigurationProperties() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets cas properties.
getCasServerHostAddress(String) - Static method in class org.apereo.cas.util.InetAddressUtils
Gets cas server host address.
getCasServerHostName() - Static method in class org.apereo.cas.util.InetAddressUtils
Gets cas server host name.
getCertificateChain(String) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
getCertificateFactory() - Static method in class org.apereo.cas.util.crypto.CertUtils
Gets a certificate factory for creating X.509 artifacts.
getClientAliases(String, Principal[]) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
getConfigurableApplicationContext() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets configurable application context.
getConnectionTimeout() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Gets connection timeout.
getCurrentDateAndTime() - Method in class org.apereo.cas.util.ISOStandardDateFormat
Gets the current date and time formatted by the pattern specified.
getDateTime() - Static method in class org.apereo.cas.util.CasVersion
Gets last modified date/time for the module.
getDefaultLength() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
Default length to use.
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
Gets encryption key setting.
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Gets encryption key setting.
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.DefaultTicketCipherExecutor
 
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
getEncryptionKeySetting() - Method in class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
 
getHostnameVerifier() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Gets hostname verifier.
getHttpClientFactory() - Method in interface org.apereo.cas.util.http.HttpClient
Gets http client factory.
getHttpServletRequestFromRequestAttributes() - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets http servlet request from request attributes.
getHttpServletRequestGeoLocation(String) - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets http servlet request geo location.
getHttpServletRequestGeoLocation(HttpServletRequest) - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets http servlet request geo location.
getHttpServletRequestUserAgent(HttpServletRequest) - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets http servlet request user agent.
getHttpServletResponseFromRequestAttributes() - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets http servlet response from request attributes.
getIfAvailable() - Method in class org.apereo.cas.util.spring.DirectObjectProvider
 
getIfUnique() - Method in class org.apereo.cas.util.spring.DirectObjectProvider
 
getInputStream() - Method in class org.apereo.cas.util.io.TemporaryFileSystemResource
 
getInstance() - Static method in class org.apereo.cas.util.spring.SpringExpressionLanguageValueResolver
Gets instance of the resolver as a singleton.
getJsonFactory() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Gets json factory.
getKeys() - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
getKeys() - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Gets keys.
getMatcherForExternalGroovyScript(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Gets groovy file script matcher.
getMatcherForInlineGroovyScript(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Gets inline groovy script matcher.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.apereo.cas.util.spring.boot.CasFeatureEnabledCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.apereo.cas.util.spring.boot.MatchingHostnameCondition
 
getMessagSanitizer() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets messag sanitizer.
getMultifactorAuthenticationPrincipalResolvers() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets multifactor authentication principal resolvers.
getName() - Method in class org.apereo.cas.util.cipher.DefaultTicketCipherExecutor
 
getName() - Method in class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
getName() - Method in class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
getName() - Method in class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
 
getNativeInstance() - Static method in class org.apereo.cas.util.RandomUtils
Get strong enough SecureRandom instance and of the checked exception.
getNewString() - Method in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
 
getNewString() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
A new random string of specified default size.
getNewString(int) - Method in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
 
getNewString(int) - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
A new random string of specified initial size.
getNewStringAsBytes(int) - Method in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
 
getNewStringAsBytes(int) - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
Gets the new string as bytes.
getNextLong() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
getNextLong() - Method in interface org.apereo.cas.util.gen.LongNumericGenerator
Get the next long in the sequence.
getNextNumberAsString() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
getNextNumberAsString() - Method in interface org.apereo.cas.util.gen.NumericGenerator
Method to retrieve the next number as a String.
getNextValue() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Gets the next value.
getObject() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getObject() - Method in class org.apereo.cas.util.spring.DirectObjectProvider
 
getObject(Object...) - Method in class org.apereo.cas.util.spring.DirectObjectProvider
 
getObjectInstanceFromGroovyResource(Resource, Class[], Object[], Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Gets object instance from groovy resource.
getObjectInstanceFromGroovyResource(Resource, Class<T>) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Gets object instance from groovy resource.
getObjectMapper() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Gets object mapper and builds on if uninitialized.
getObjectType() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
getObjectType() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
getObjectType() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getPrincipalAttributesRepository() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets principal attributes repository.
getPrincipalAttributesRepositoryCache() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets principal attributes repository cache.
getPrintableCharacters() - Method in class org.apereo.cas.util.gen.DefaultRandomNumberGenerator
 
getPrintableCharacters() - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
Get printable characters char [].
getPrivateKey(String) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
getProperty(String, Class<T>) - Method in class org.apereo.cas.util.cache.DistributedCacheObject
Gets property.
getProxy() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Gets proxy.
getRawResourceFrom(String) - Static method in class org.apereo.cas.util.ResourceUtils
Gets resource from a String location.
getRegisteredClasses() - Method in class org.apereo.cas.util.serialization.DefaultComponentSerializationPlan
 
getRequestHeaders(HttpServletRequest) - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets request headers.
getResourceFrom(String) - Static method in class org.apereo.cas.util.ResourceUtils
Gets resource from a String location.
getScriptEngineName(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Gets script engine name.
getScriptResourceCacheManager() - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Gets script resource cache manager.
getServerAliases(String, Principal[]) - Method in class org.apereo.cas.util.ssl.CompositeX509KeyManager
 
getService(List<ArgumentExtractor>, HttpServletRequest) - Static method in class org.apereo.cas.util.HttpRequestUtils
Gets the service from the request based on given extractors.
getSigningAlgorithmFor(Key) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Gets signing algorithm for.
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.BaseBinaryCipherExecutor
Gets signing key setting.
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Gets signing key setting.
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.DefaultTicketCipherExecutor
 
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
getSigningKeySetting() - Method in class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
 
getSpecificationVersion() - Static method in class org.apereo.cas.util.CasVersion
Gets specification version from the manifest package.
getSslContext() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Gets ssl context.
getSslSocketFactory() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Gets ssl socket factory.
getSystemInfo() - Static method in class org.apereo.cas.util.SystemUtils
Gets system info.
getTicketIdentifierPrefixes() - Method in interface org.apereo.cas.util.text.MessageSanitationContributor
Gets ticket identifier prefixes.
getTicketIdentifierPrefixes() - Method in class org.apereo.cas.util.text.TicketCatalogMessageSanitationContributor
 
getTitle() - Method in class org.apereo.cas.util.spring.boot.AbstractCasBanner
 
getTitle() - Method in interface org.apereo.cas.util.spring.boot.CasBanner
Gets title.
getTrustManagers() - Method in interface org.apereo.cas.util.http.HttpClientFactory
Get trust managers trust managers [].
getVersion() - Static method in class org.apereo.cas.util.CasVersion
The full CAS version string.
getWrappedHttpClient() - Method in interface org.apereo.cas.util.http.HttpClient
Gets wrapped http client.
given(PropertyResolver) - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
To supplier supplier.
given(PropertyResolver) - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
GlibcCryptPasswordEncoder - Class in org.apereo.cas.util.crypto
GlibcCryptPasswordEncoder() - Constructor for class org.apereo.cas.util.crypto.GlibcCryptPasswordEncoder
 
GroovyPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that delegates the transformation to a groovy script.
GroovyPrincipalNameTransformer(Resource) - Constructor for class org.apereo.cas.util.transforms.GroovyPrincipalNameTransformer
 
GroovyScriptResourceCacheManager - Class in org.apereo.cas.util.scripting
GroovyScriptResourceCacheManager() - Constructor for class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
GroovyShellScript - Class in org.apereo.cas.util.scripting
GroovyShellScript(String) - Constructor for class org.apereo.cas.util.scripting.GroovyShellScript
 

H

havingValue(Serializable) - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Is the property value set to this value?
havingValue(Serializable) - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
hexDecode(char[]) - Static method in class org.apereo.cas.util.EncodingUtils
Hex decode string.
hexDecode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Hex decode string.
hexEncode(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Hex encode string.
hexEncode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Hex encode string.
HexRandomStringGenerator - Class in org.apereo.cas.util.gen
HexRandomStringGenerator(int) - Constructor for class org.apereo.cas.util.gen.HexRandomStringGenerator
 
holdApplicationContext(ApplicationContext) - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Hold application context statically.
HttpClient - Interface in org.apereo.cas.util.http
Define the behaviour of a HTTP client.
HttpClientFactory - Interface in org.apereo.cas.util.http
Define the factory that creates an HTTP client.
HttpExecutionRequest() - Constructor for class org.apereo.cas.util.HttpUtils.HttpExecutionRequest
 
HttpMessage - Class in org.apereo.cas.util.http
This is HttpMessage.
HttpMessage(URL, String) - Constructor for class org.apereo.cas.util.http.HttpMessage
Prepare the sender with a given url and the message to send.
HttpMessage(URL, String, boolean) - Constructor for class org.apereo.cas.util.http.HttpMessage
Prepare the sender with a given url and the message to send.
HttpRequestUtils - Class in org.apereo.cas.util
HttpRequestUtils() - Constructor for class org.apereo.cas.util.HttpRequestUtils
 
HttpUtils - Class in org.apereo.cas.util
This is HttpUtils.
HttpUtils() - Constructor for class org.apereo.cas.util.HttpUtils
 
HttpUtils.HttpExecutionRequest - Class in org.apereo.cas.util
 

I

ifExists(String) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Add condition to ensure given resource exist.
InetAddressUtils - Class in org.apereo.cas.util
InetAddressUtils() - Constructor for class org.apereo.cas.util.InetAddressUtils
 
inflate(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Inflate the byte[] to a string.
initialize(MapperBuilder<?, ?>) - Method in class org.apereo.cas.util.serialization.JacksonObjectMapperFactory
Initialize.
injectEnvironmentInfo(Formatter, Environment, Class<?>) - Method in interface org.apereo.cas.util.spring.boot.CasBanner
Inject environment info.
interpolate(String, MessageInterpolator.Context) - Method in class org.apereo.cas.util.spring.SpringAwareMessageMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.apereo.cas.util.spring.SpringAwareMessageMessageInterpolator
 
isBase64(String) - Static method in class org.apereo.cas.util.EncodingUtils
Validates Base64 encoding.
isDefaultTypingEnabled() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
isEmpty() - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
isEmpty() - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Is cache empty?
isEmpty() - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
Is container empty?
isEnabled() - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
 
isEncryptionPossible(Key) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Is encryption possible?
isExpired(X509CRL) - Static method in class org.apereo.cas.util.crypto.CertUtils
Determines whether the given CRL is expired by examining the nextUpdate field.
isExpired(X509CRL, ZonedDateTime) - Static method in class org.apereo.cas.util.crypto.CertUtils
Determines whether the given CRL is expired by comparing the nextUpdate field with a given date.
isExternalGroovyScript(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Is external groovy script ?.
isFalse() - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Is false bean condition.
isFile() - Method in class org.apereo.cas.util.io.TemporaryFileSystemResource
 
isFile(String) - Static method in class org.apereo.cas.util.ResourceUtils
Is the resource a file?
isFile(Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Is file boolean.
isInlineGroovyScript(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Is inline groovy script ?.
isJarResource(Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Is jar resource ?.
isJsonWebKey(String) - Method in class org.apereo.cas.util.EncodingUtils
Is json web key boolean.
isNotProxy(Object) - Static method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Is not proxy class?
ISOStandardDateFormat - Class in org.apereo.cas.util
A fast date format based on the ISO-8601 standard.
ISOStandardDateFormat() - Constructor for class org.apereo.cas.util.ISOStandardDateFormat
Instantiates a new ISO standard date format based on the format ISOStandardDateFormat.DATE_FORMAT.
isProxy(Object) - Static method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Is proxy class?
isSingleton() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
isTcpPortAvailable(int) - Static method in class org.apereo.cas.util.SocketUtils
Is tcp port available.
isTrue() - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Is property value set to true.
isUrl() - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
Is value defined as a valid URL?
isUrl() - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
isUrl(String) - Static method in class org.apereo.cas.util.ResourceUtils
Is url boolean.
isValidEndPoint(String) - Method in interface org.apereo.cas.util.http.HttpClient
Make a synchronous HTTP(S) call to ensure that the url is reachable.
isValidEndPoint(String) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
isValidEndPoint(URL) - Method in interface org.apereo.cas.util.http.HttpClient
Make a synchronous HTTP(S) call to ensure that the url is reachable.
isValidEndPoint(URL) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
isValidJson(String) - Method in class org.apereo.cas.util.JsonUtils
Is valid json?.
isValidRegex(String) - Static method in class org.apereo.cas.util.RegexUtils
Check to see if the specified pattern is a valid regular expression.

J

JacksonInjectableValueSupplier - Class in org.apereo.cas.util.serialization
JacksonInjectableValueSupplier(Supplier<? extends Map<String, Object>>) - Constructor for class org.apereo.cas.util.serialization.JacksonInjectableValueSupplier
 
JacksonObjectMapperFactory - Class in org.apereo.cas.util.serialization
JacksonObjectMapperFactory() - Constructor for class org.apereo.cas.util.serialization.JacksonObjectMapperFactory
 
JasyptNumberCipherExecutor - Class in org.apereo.cas.util.cipher
JasyptNumberCipherExecutor(String, String) - Constructor for class org.apereo.cas.util.cipher.JasyptNumberCipherExecutor
 
JSON_WEB_KEY - Static variable in class org.apereo.cas.util.EncodingUtils
JSON web key parameter that identifies the key..
JsonUtils - Class in org.apereo.cas.util
JSON utility methods.
JsonUtils() - Constructor for class org.apereo.cas.util.JsonUtils
 
JsonWebKeySetStringCipherExecutor - Class in org.apereo.cas.util.cipher
JsonWebKeySetStringCipherExecutor(File) - Constructor for class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
JsonWebKeySetStringCipherExecutor(File, String) - Constructor for class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
JsonWebKeySetStringCipherExecutor(File, Optional<String>) - Constructor for class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
JsonWebKeySetStringCipherExecutor(File, Optional<String>, String) - Constructor for class org.apereo.cas.util.cipher.JsonWebKeySetStringCipherExecutor
 
JsonWebTokenEncryptor - Class in org.apereo.cas.util.jwt
JsonWebTokenEncryptor() - Constructor for class org.apereo.cas.util.jwt.JsonWebTokenEncryptor
 
JsonWebTokenSigner - Class in org.apereo.cas.util.jwt
JsonWebTokenSigner() - Constructor for class org.apereo.cas.util.jwt.JsonWebTokenSigner
 

L

LINE_SEPARATOR - Static variable in class org.apereo.cas.util.spring.boot.AbstractCasBanner
 
ListBeanContainer() - Constructor for class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
load() - Method in interface org.apereo.cas.util.feature.CasRuntimeModuleLoader
Load modules.
load() - Method in class org.apereo.cas.util.feature.DefaultCasRuntimeModuleLoader
 
localDateTime(long) - Static method in class org.apereo.cas.util.DateTimeUtils
Local date time local date.
localDateTimeOf(long) - Static method in class org.apereo.cas.util.DateTimeUtils
Local date time of local date time.
localDateTimeOf(String) - Static method in class org.apereo.cas.util.DateTimeUtils
Parse the given value as a local datetime.
localDateTimeOf(Date) - Static method in class org.apereo.cas.util.DateTimeUtils
Local date time of local date time.
LoggingInitialization - Interface in org.apereo.cas.util.logging
LoggingUtils - Class in org.apereo.cas.util
This is LoggingUtils.
LoggingUtils() - Constructor for class org.apereo.cas.util.LoggingUtils
 
LongNumericGenerator - Interface in org.apereo.cas.util.gen
Interface to guaranteed to return a long.

M

mapInstance - Variable in class org.apereo.cas.util.cache.MappableDistributedCacheManager
(Distributed) map instances that holds the data.
MappableDistributedCacheManager<K extends java.io.Serializable,​V extends DistributedCacheObject> - Class in org.apereo.cas.util.cache
MappableDistributedCacheManager() - Constructor for class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
MATCH_NOTHING_PATTERN - Static variable in class org.apereo.cas.util.RegexUtils
A pattern match that does not match anything.
matches(CharSequence, String) - Method in class org.apereo.cas.util.crypto.DefaultPasswordEncoder
 
matches(CharSequence, String) - Method in class org.apereo.cas.util.crypto.GlibcCryptPasswordEncoder
Special note on DES UnixCrypt: In DES UnixCrypt, so first two characters of the encoded password are the salt.
matches(Pattern, String) - Static method in class org.apereo.cas.util.RegexUtils
Matches the entire region for the string.
matches(Pattern, String, boolean) - Static method in class org.apereo.cas.util.RegexUtils
Matches boolean.
MatchingHostnameCondition - Class in org.apereo.cas.util.spring.boot
MatchingHostnameCondition() - Constructor for class org.apereo.cas.util.spring.boot.MatchingHostnameCondition
 
MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
Max connections per route.
maxLength() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
maxLength() - Method in interface org.apereo.cas.util.gen.NumericGenerator
The guaranteed maximum length of a String returned by this generator.
merge(Map<String, ?>...) - Static method in class org.apereo.cas.util.CollectionUtils
Merge map.
MessageSanitationContributor - Interface in org.apereo.cas.util.text
MessageSanitizer - Interface in org.apereo.cas.util.text
MINIMAL_PRETTY_PRINTER - Static variable in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Minimal pretty printer instance.
minLength() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
minLength() - Method in interface org.apereo.cas.util.gen.NumericGenerator
The guaranteed minimum length of a String returned by this generator.
module() - Method in annotation type org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled
Module identifier.

N

name() - Method in annotation type org.apereo.cas.util.spring.boot.ConditionalOnMatchingHostname
Name of the property containing the hostname to match as its value (may be a Java regular expression).
neverMatch() - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Always false condition.
newJsonWebKey(int) - Static method in class org.apereo.cas.util.EncodingUtils
New Json web key.
newJsonWebKey(String) - Static method in class org.apereo.cas.util.EncodingUtils
New Json web key.
newStringCipherExecutor(EncryptionJwtSigningJwtCryptographyProperties, Class<T>) - Static method in class org.apereo.cas.util.cipher.CipherExecutorUtils
New string cipher executor.
newStringCipherExecutor(EncryptionOptionalSigningOptionalJwtCryptographyProperties, Class<T>) - Static method in class org.apereo.cas.util.cipher.CipherExecutorUtils
New string cipher executor.
nextDouble() - Static method in class org.apereo.cas.util.RandomUtils
Returns a random double within 0 - Double.MAX_VALUE
nextDouble(double, double) - Static method in class org.apereo.cas.util.RandomUtils
Next double and provide double.
nextInt() - Static method in class org.apereo.cas.util.RandomUtils
Returns a random int within 0 - Integer.MAX_VALUE.
nextInt(int, int) - Static method in class org.apereo.cas.util.RandomUtils
Returns a random integer within the specified range.
nextLong() - Static method in class org.apereo.cas.util.RandomUtils
Next long between 0 and long's maximum value.
nextLong(long, long) - Static method in class org.apereo.cas.util.RandomUtils
Next long and provide long.
noOp() - Static method in interface org.apereo.cas.util.io.WatcherService
No op watcher service.
NoOpPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that does no transformations and returns the principal name as it was provided.
NoOpPrincipalNameTransformer() - Constructor for class org.apereo.cas.util.transforms.NoOpPrincipalNameTransformer
 
NumericGenerator - Interface in org.apereo.cas.util.gen
Interface to return a new sequential number for each call.

O

OBFUSCATED_STRING - Static variable in class org.apereo.cas.util.text.DefaultMessageSanitizer
The obfuscated text that would be the replacement for sensitive text.
of(Class<T>) - Static method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Create bean supplier for type.
of(List<T>) - Static method in interface org.apereo.cas.util.spring.beans.BeanContainer
Contain items in a list..
of(Set<T>) - Static method in interface org.apereo.cas.util.spring.beans.BeanContainer
Of bean container.
of(T...) - Static method in interface org.apereo.cas.util.spring.beans.BeanContainer
To list container bean.
on(String) - Static method in interface org.apereo.cas.util.spring.beans.BeanCondition
On bean condition.
onStartup(ServletContext) - Method in class org.apereo.cas.util.spring.boot.AbstractCasSpringBootServletInitializer
 
org.apereo.cas - package org.apereo.cas
This is the entry point to the part of the CAS processing that is independent of the user/program interface.
org.apereo.cas.util - package org.apereo.cas.util
Various utility classes to generate unique ids and work with urls.
org.apereo.cas.util.cache - package org.apereo.cas.util.cache
 
org.apereo.cas.util.cipher - package org.apereo.cas.util.cipher
 
org.apereo.cas.util.crypto - package org.apereo.cas.util.crypto
 
org.apereo.cas.util.feature - package org.apereo.cas.util.feature
 
org.apereo.cas.util.function - package org.apereo.cas.util.function
 
org.apereo.cas.util.gen - package org.apereo.cas.util.gen
 
org.apereo.cas.util.http - package org.apereo.cas.util.http
 
org.apereo.cas.util.io - package org.apereo.cas.util.io
 
org.apereo.cas.util.jwt - package org.apereo.cas.util.jwt
 
org.apereo.cas.util.logging - package org.apereo.cas.util.logging
 
org.apereo.cas.util.scripting - package org.apereo.cas.util.scripting
 
org.apereo.cas.util.serialization - package org.apereo.cas.util.serialization
 
org.apereo.cas.util.spring - package org.apereo.cas.util.spring
 
org.apereo.cas.util.spring.beans - package org.apereo.cas.util.spring.beans
 
org.apereo.cas.util.spring.boot - package org.apereo.cas.util.spring.boot
 
org.apereo.cas.util.ssl - package org.apereo.cas.util.ssl
 
org.apereo.cas.util.text - package org.apereo.cas.util.text
 
org.apereo.cas.util.transforms - package org.apereo.cas.util.transforms
 
otherwise(Supplier<T>) - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
otherwise(Supplier<T>) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Create the proxy bean via a given supplier when the condition fails.
otherwiseProxy() - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
otherwiseProxy() - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Create the proxy bean via a given supplier when the condition fails.

P

parseGroovyScript(Resource, boolean) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Parse groovy script groovy object.
parseGroovyShellScript(String) - Static method in class org.apereo.cas.util.scripting.ScriptingUtils
Parse groovy shell script script.
parseJsonWebKey(String) - Static method in class org.apereo.cas.util.EncodingUtils
Parse json web key map.
PathWatcherService - Class in org.apereo.cas.util.io
Control watch operations on paths and files as a service.
PathWatcherService(File, Consumer<File>) - Constructor for class org.apereo.cas.util.io.PathWatcherService
 
PathWatcherService(Path, Consumer<File>, Consumer<File>, Consumer<File>) - Constructor for class org.apereo.cas.util.io.PathWatcherService
 
pingUrl(String) - Static method in class org.apereo.cas.util.HttpRequestUtils
Ping url and return http status.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.apereo.cas.util.spring.RefreshableHandlerInterceptor
 
PrefixSuffixPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
Transform the user id by adding a prefix or suffix.
PrefixSuffixPrincipalNameTransformer() - Constructor for class org.apereo.cas.util.transforms.PrefixSuffixPrincipalNameTransformer
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apereo.cas.util.spring.RefreshableHandlerInterceptor
 
prepareClasspathResourceIfNeeded(Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Prepare classpath resource if needed file.
prepareClasspathResourceIfNeeded(Resource, boolean, String) - Static method in class org.apereo.cas.util.ResourceUtils
If the provided resource is a classpath resource, running inside an embedded container, and if the container is running in a non-exploded form, classpath resources become non-accessible.
printAsciiArt(PrintStream, String, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art.
printAsciiArtReady(Logger, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art info.
printAsciiArtWarning(Logger, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art.
printBanner(Environment, Class<?>, PrintStream) - Method in class org.apereo.cas.util.spring.boot.AbstractCasBanner
 
PrivateKeyFactoryBean - Class in org.apereo.cas.util.crypto
Factory Bean for creating a private key from a file.
PrivateKeyFactoryBean() - Constructor for class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
processBeanInjections(Object) - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Process bean injections.
protocolMessage(String, Map<String, Object>) - Static method in class org.apereo.cas.util.LoggingUtils
Protocol message.
protocolMessage(String, Map<String, Object>, Object) - Static method in class org.apereo.cas.util.LoggingUtils
Protocol message.
ProtocolTicketCipherExecutor - Class in org.apereo.cas.util.cipher
ProtocolTicketCipherExecutor() - Constructor for class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
ProtocolTicketCipherExecutor(String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
ProtocolTicketCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
 
ProxiedBeanSupplier() - Constructor for class org.apereo.cas.util.spring.beans.BeanSupplier.ProxiedBeanSupplier
 
PROXY_BEAN_TOSTRING_PREFIX - Static variable in interface org.apereo.cas.util.spring.beans.BeanSupplier
ToString() prefix.
PublicKeyFactoryBean - Class in org.apereo.cas.util.crypto
FactoryBean for creating a public key from a file.
PublicKeyFactoryBean() - Constructor for class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
PublisherIdentifier - Class in org.apereo.cas.util
PublisherIdentifier() - Constructor for class org.apereo.cas.util.PublisherIdentifier
 
put(String, ExecutableCompiledGroovyScript) - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
put(K, V) - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Put script resource cache manager.

R

random(int, boolean, boolean) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int, int) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomAlphanumeric(int) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is the number of characters specified.
randomAlphanumeric(int, int) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomizer - Variable in class org.apereo.cas.util.gen.AbstractRandomStringGenerator
An instance of secure random to ensure randomness is secure.
randomNumeric(int) - Static method in class org.apereo.cas.util.RandomUtils
Creates a random string whose length is the number of characters specified.
RandomStringGenerator - Interface in org.apereo.cas.util.gen
Interface to return a random String.
RandomUtils - Class in org.apereo.cas.util
This is RandomUtils that encapsulates common base64 calls and operations in one spot.
RandomUtils() - Constructor for class org.apereo.cas.util.RandomUtils
 
rawDigest(String, byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Raw digest.
rawDigest(String, String, String...) - Static method in class org.apereo.cas.util.DigestUtils
Raw digest byte [ ].
rawDigestSha256(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes digest.
readableChannel() - Method in class org.apereo.cas.util.io.TemporaryFileSystemResource
 
readCertificate(InputStream) - Static method in class org.apereo.cas.util.crypto.CertUtils
Read certificate x 509 certificate.
readCertificate(InputStreamSource) - Static method in class org.apereo.cas.util.crypto.CertUtils
Read certificate.
readDERPublicKey() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
Read der public key.
readJsonFrom(InputStream) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Read json from stream.
readObjectFromString(String) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Read object from json.
readObjectsFromString(String) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
readPemPublicKey() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
Read pem public key.
RefreshableHandlerInterceptor - Class in org.apereo.cas.util.spring
RefreshableHandlerInterceptor(Supplier<List<? extends HandlerInterceptor>>) - Constructor for class org.apereo.cas.util.spring.RefreshableHandlerInterceptor
 
RefreshableHandlerInterceptor(ObjectProvider<? extends HandlerInterceptor>) - Constructor for class org.apereo.cas.util.spring.RefreshableHandlerInterceptor
 
RegexPrincipalNameTransformer - Class in org.apereo.cas.util.transforms
A transformer that extracts the principal by a provided regex pattern.
RegexPrincipalNameTransformer(String) - Constructor for class org.apereo.cas.util.transforms.RegexPrincipalNameTransformer
 
RegexUtils - Class in org.apereo.cas.util
Utility class to assist with regex operations.
RegexUtils() - Constructor for class org.apereo.cas.util.RegexUtils
 
registerBeanIntoApplicationContext(ConfigurableApplicationContext, Class<T>, String) - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Register bean into application context.
registerBeanIntoApplicationContext(ConfigurableApplicationContext, T, String) - Static method in class org.apereo.cas.util.spring.ApplicationContextProvider
Register bean into application context t.
registerSerializableClass(Class) - Method in class org.apereo.cas.util.serialization.DefaultComponentSerializationPlan
 
registerSerializableClass(Class, Integer) - Method in class org.apereo.cas.util.serialization.DefaultComponentSerializationPlan
 
remove(String) - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
remove(K) - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Remove script resource cache manager.
remove(K, V, boolean) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
render(Object, HttpServletResponse) - Method in class org.apereo.cas.util.JsonUtils
Render model and view.
render(HttpServletResponse) - Method in class org.apereo.cas.util.JsonUtils
Render model and view.
renderException(Exception, HttpServletResponse) - Method in class org.apereo.cas.util.JsonUtils
Render exceptions.
resolve(String) - Method in class org.apereo.cas.util.spring.SpringExpressionLanguageValueResolver
Resolve string.
resolveScriptableResource(String, String...) - Method in class org.apereo.cas.util.scripting.GroovyScriptResourceCacheManager
 
resolveScriptableResource(String, String...) - Method in interface org.apereo.cas.util.scripting.ScriptResourceCacheManager
Resolve scriptable resource executable.
ResourceUtils - Class in org.apereo.cas.util
Utility class to assist with resource operations.
ResourceUtils() - Constructor for class org.apereo.cas.util.ResourceUtils
 
RsaKeyPairCipherExecutor - Class in org.apereo.cas.util.cipher
RsaKeyPairCipherExecutor(String, String) - Constructor for class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
RsaKeyPairCipherExecutor(String, String, String, String) - Constructor for class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
RsaKeyPairCipherExecutor(KeyPair) - Constructor for class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
RsaKeyPairCipherExecutor(KeyPair, KeyPair) - Constructor for class org.apereo.cas.util.cipher.RsaKeyPairCipherExecutor
 
run() - Method in class org.apereo.cas.util.io.PathWatcherService
 

S

sanitize(String) - Method in class org.apereo.cas.util.text.DefaultMessageSanitizer
 
sanitize(String) - Method in interface org.apereo.cas.util.text.MessageSanitizer
Sanitize string.
ScriptingUtils - Class in org.apereo.cas.util.scripting
ScriptingUtils() - Constructor for class org.apereo.cas.util.scripting.ScriptingUtils
 
ScriptResourceCacheManager<K extends java.lang.String,​V extends ExecutableCompiledGroovyScript> - Interface in org.apereo.cas.util.scripting
sendMessageToEndPoint(URL) - Method in interface org.apereo.cas.util.http.HttpClient
Contact the URL endpoint as a GET and return the resulting http message.
sendMessageToEndPoint(URL) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
sendMessageToEndPoint(HttpMessage) - Method in interface org.apereo.cas.util.http.HttpClient
Sends a message to a particular endpoint.
sendMessageToEndPoint(HttpMessage) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
SerializationUtils - Class in org.apereo.cas.util.serialization
This is SerializationUtils that encapsulates common serialization operations in one spot.
SerializationUtils() - Constructor for class org.apereo.cas.util.serialization.SerializationUtils
 
serialize(Serializable) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize an object.
serialize(Serializable, OutputStream) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize an object.
serializeAndEncodeObject(CipherExecutor, Serializable) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize and encode object byte [ ].
serializeAndEncodeObject(CipherExecutor, Serializable, Object[]) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize and encode object.
set(K, V, boolean) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
setApplicationContext(ApplicationContext) - Method in class org.apereo.cas.util.spring.ApplicationContextProvider
 
setBinding(Map<String, Object>) - Method in interface org.apereo.cas.util.scripting.ExecutableCompiledGroovyScript
Sets binding.
setBinding(Map<String, Object>) - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
setMainArguments(String[]) - Method in interface org.apereo.cas.util.logging.LoggingInitialization
Sets main arguments.
sha(byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Computes SHA digest.
sha(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded SHA digest.
sha256(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded SHA256 digest.
sha512(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded SHA512 digest.
shaBase32(String, String, String, boolean) - Static method in class org.apereo.cas.util.DigestUtils
Sha base 32 string.
shaBase64(String, String) - Static method in class org.apereo.cas.util.DigestUtils
Sha base 64 string.
shaBase64(String, String, String) - Static method in class org.apereo.cas.util.DigestUtils
Sha base 64 string.
shaBase64(String, String, String, boolean) - Static method in class org.apereo.cas.util.DigestUtils
Sha base 64 string.
shouldSummarize(Logger) - Method in class org.apereo.cas.util.DefaultLogMessageSummarizer
 
sign(byte[]) - Method in class org.apereo.cas.util.jwt.JsonWebTokenSigner
Sign byte array.
sign(byte[], Key) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Sign the array by first turning it into a base64 encoded string.
sign(JwtClaims) - Method in class org.apereo.cas.util.jwt.JsonWebTokenSigner
Sign claims.
SIGN_AND_ENCRYPT - org.apereo.cas.util.cipher.BaseStringCipherExecutor.CipherOperationsStrategyType
Sign the value first, and then encrypt.
signJwsHMACSha256(Key, byte[], Map<String, Object>) - Static method in class org.apereo.cas.util.EncodingUtils
Sign jws hmac sha 256.
signJwsHMACSha512(Key, byte[], Map<String, Object>) - Static method in class org.apereo.cas.util.EncodingUtils
Sign jws.
signJwsRSASha512(Key, byte[], Map<String, Object>) - Static method in class org.apereo.cas.util.EncodingUtils
Sign jws.
signWith(byte[], String) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Sign value with given parameters.
signWith(byte[], String, Key) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Sign with byte [ ].
SimpleHttpClient - Class in org.apereo.cas.util.http
Implementation of CAS HttpClient which delegates requests to a SimpleHttpClient.wrappedHttpClient instance.
SimpleHttpClient() - Constructor for class org.apereo.cas.util.http.SimpleHttpClient
 
SimpleHttpClientFactoryBean - Class in org.apereo.cas.util.http
The factory to build a SimpleHttpClient.
SimpleHttpClientFactoryBean() - Constructor for class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
SimpleHttpClientFactoryBean.DefaultHttpClient - Class in org.apereo.cas.util.http
The default http client.
size() - Method in class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
size() - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
Size.
SocketUtils - Class in org.apereo.cas.util
This is SocketUtils.
SocketUtils() - Constructor for class org.apereo.cas.util.SocketUtils
 
SpringAwareMessageMessageInterpolator - Class in org.apereo.cas.util.spring
Configures the Validator to check the Spring Messages.
SpringAwareMessageMessageInterpolator() - Constructor for class org.apereo.cas.util.spring.SpringAwareMessageMessageInterpolator
 
SpringExpressionLanguageValueResolver - Class in org.apereo.cas.util.spring
SpringExpressionLanguageValueResolver() - Constructor for class org.apereo.cas.util.spring.SpringExpressionLanguageValueResolver
 
SSLUtils - Class in org.apereo.cas.util.ssl
An SSL utility class.
SSLUtils() - Constructor for class org.apereo.cas.util.ssl.SSLUtils
 
start(String) - Method in class org.apereo.cas.util.io.PathWatcherService
 
start(String) - Method in interface org.apereo.cas.util.io.WatcherService
Start the watch.
summarizeStackTrace(String, Throwable) - Method in class org.apereo.cas.util.DefaultLogMessageSummarizer
 
supply(Supplier<T>) - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
supply(Supplier<T>) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Create the bean via a given supplier when condition passes.
SYSTEM_PROPERTY_SECURE_RANDOM_ALG - Static variable in class org.apereo.cas.util.RandomUtils
System property to indicate the algorithm used for random number generation.
SystemUtils - Class in org.apereo.cas.util
This is SystemUtils.
SystemUtils() - Constructor for class org.apereo.cas.util.SystemUtils
 

T

TemporaryFileSystemResource - Class in org.apereo.cas.util.io
TemporaryFileSystemResource(File) - Constructor for class org.apereo.cas.util.io.TemporaryFileSystemResource
 
throwIf(boolean, Supplier<? extends RuntimeException>) - Static method in class org.apereo.cas.util.function.FunctionUtils
Throw if.
throwIfBlank(String) - Static method in class org.apereo.cas.util.function.FunctionUtils
Throw if value is blank.
TicketCatalogMessageSanitationContributor - Class in org.apereo.cas.util.text
TicketCatalogMessageSanitationContributor() - Constructor for class org.apereo.cas.util.text.TicketCatalogMessageSanitationContributor
 
TicketGrantingCookieCipherExecutor - Class in org.apereo.cas.util.cipher
This is TicketGrantingCookieCipherExecutor that reads TGC keys from the CAS config and presents a cipher.
TicketGrantingCookieCipherExecutor() - Constructor for class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
TicketGrantingCookieCipherExecutor(String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
TicketGrantingCookieCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
 
timestampOf(ChronoZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Gets Timestamp for ZonedDateTime.
to(File, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
to(OutputStream, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
to(Writer, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
toChronoUnit(TimeUnit) - Static method in class org.apereo.cas.util.DateTimeUtils
To chrono unit.
toCipher() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
Initialize cipher based on service public key.
toCollection(Object) - Static method in class org.apereo.cas.util.CollectionUtils
Convert the object given into a Collection instead.
toCollection(Object, Class<T>) - Static method in class org.apereo.cas.util.CollectionUtils
To collection t.
toList() - Method in class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
toList() - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
Gets items.
toObjectMapper() - Method in class org.apereo.cas.util.serialization.JacksonObjectMapperFactory
Produce an object mapper for YAML serialization/de-serialization.
toSet() - Method in class org.apereo.cas.util.spring.beans.BeanContainer.ListBeanContainer
 
toSet() - Method in interface org.apereo.cas.util.spring.beans.BeanContainer
To set set.
toString() - Method in class org.apereo.cas.util.scripting.GroovyShellScript
 
toString(X509Certificate) - Static method in class org.apereo.cas.util.crypto.CertUtils
Creates a unique and human-readable representation of the given certificate.
toString(T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
toTimeUnit(ChronoUnit) - Static method in class org.apereo.cas.util.DateTimeUtils
To time unit time unit.
toZipFile(Stream<?>, Function<Object, File>, String) - Static method in class org.apereo.cas.util.CompressionUtils
To zip file.
transform(String) - Method in class org.apereo.cas.util.transforms.BlockingPrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.ChainingPrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.ConvertCasePrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.GroovyPrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.NoOpPrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.PrefixSuffixPrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.util.transforms.RegexPrincipalNameTransformer
 

U

unWrapJoinPoint(JoinPoint) - Static method in class org.apereo.cas.util.AopUtils
Unwraps a join point that may be nested due to layered proxies.
update(K, V, boolean) - Method in class org.apereo.cas.util.cache.MappableDistributedCacheManager
 
urlDecode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Url decode a value.
urlEncode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Url encode a value via UTF-8.
urlEncode(String, String) - Static method in class org.apereo.cas.util.EncodingUtils
Url encode a value.
USER_AGENT_HEADER - Static variable in class org.apereo.cas.util.HttpRequestUtils
Constant representing the request header for user agent.

V

value() - Method in annotation type org.apereo.cas.util.spring.boot.ConditionalOnFeaturesEnabled
Conditionals grouped together.
valueOf(String) - Static method in enum org.apereo.cas.util.cipher.BaseStringCipherExecutor.CipherOperationsStrategyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apereo.cas.util.cipher.BaseStringCipherExecutor.CipherOperationsStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyJwsSignature(Key, byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Verify jws signature byte [ ].
verifyJwsSignature(Key, String) - Static method in class org.apereo.cas.util.EncodingUtils
Verify jws signature byte [ ].
verifySignature(byte[], Key) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Verify signature.

W

warn(Logger, String, Throwable) - Static method in class org.apereo.cas.util.LoggingUtils
Log warning.
warn(Logger, Throwable) - Static method in class org.apereo.cas.util.LoggingUtils
Log warning.
WatchableGroovyScriptResource - Class in org.apereo.cas.util.scripting
WatchableGroovyScriptResource(Resource) - Constructor for class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
WatchableGroovyScriptResource(Resource, boolean) - Constructor for class org.apereo.cas.util.scripting.WatchableGroovyScriptResource
 
WatcherService - Interface in org.apereo.cas.util.io
WebflowConversationStateCipherExecutor - Class in org.apereo.cas.util.cipher
This is WebflowConversationStateCipherExecutor, that reads webflow keys from CAS configuration and presents a cipher.
WebflowConversationStateCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
 
WebflowConversationStateCipherExecutor(String, String, String, int, int, String) - Constructor for class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
Instantiates a new webflow cipher executor.
when(boolean) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Specify condition for bean supplier to create beans.
when(Supplier<Boolean>) - Method in class org.apereo.cas.util.spring.beans.BeanSupplier.DefaultBeanSupplier
 
when(Supplier<Boolean>) - Method in interface org.apereo.cas.util.spring.beans.BeanSupplier
Specify condition for bean supplier to create beans.
withDefaultValue(String) - Method in class org.apereo.cas.util.spring.beans.BeanCondition.PropertyBeanCondition
 
withDefaultValue(String) - Method in interface org.apereo.cas.util.spring.beans.BeanCondition
With default value.
wrap(Multimap<K, V>) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap map.
wrap(List<T>) - Static method in class org.apereo.cas.util.CollectionUtils
Wraps a possibly null list in an immutable wrapper.
wrap(Map<K, V>) - Static method in class org.apereo.cas.util.CollectionUtils
Wraps a possibly null map in an immutable wrapper.
wrap(Set<T>) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap varargs.
wrap(T) - Static method in class org.apereo.cas.util.CollectionUtils
Wraps a possibly null list in an immutable wrapper.
wrapArrayList(T...) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap array list array list.
wrapCollection(T...) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap collection.
wrapHashSet(Collection<T>) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap hash set.
wrapHashSet(T...) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap hash set.
wrapLinkedHashMap(String, T) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap linked hash map.
wrapList(T...) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap list.
wrapSet(T) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap set set.
wrapSet(T...) - Static method in class org.apereo.cas.util.CollectionUtils
Wrap set.

X

X509_CERTIFICATE_TYPE - Static variable in class org.apereo.cas.util.crypto.CertUtils
X509 certificate type.

Z

zonedDateTimeOf(long) - Static method in class org.apereo.cas.util.DateTimeUtils
Utility for creating a ZonedDateTime object from a millisecond timestamp.
zonedDateTimeOf(long, ZoneId) - Static method in class org.apereo.cas.util.DateTimeUtils
Utility for creating a ZonedDateTime object from a millisecond timestamp.
zonedDateTimeOf(String) - Static method in class org.apereo.cas.util.DateTimeUtils
Parse the given value as a zoned datetime.
zonedDateTimeOf(Instant) - Static method in class org.apereo.cas.util.DateTimeUtils
Zoned date time.
zonedDateTimeOf(TemporalAccessor) - Static method in class org.apereo.cas.util.DateTimeUtils
Utility for creating a ZonedDateTime object from a ZonedDateTime.
zonedDateTimeOf(Calendar) - Static method in class org.apereo.cas.util.DateTimeUtils
Gets ZonedDateTime for Calendar.
zonedDateTimeOf(Date) - Static method in class org.apereo.cas.util.DateTimeUtils
Gets ZonedDateTime for Date.
ZonedDateTimeToStringConverter() - Constructor for class org.apereo.cas.util.spring.Converters.ZonedDateTimeToStringConverter
 
A B C D E F G H I J L M N O P R S T U V W X Z 
All Classes All Packages