Skip navigation links
C D E F G I L N O R S U 

C

CipherExecutor<I,O> - Interface in org.apereo.cas
Responsible to define operation that deal with encryption, signing and verification of a value.
ComponentSerializationPlan - Interface in org.apereo.cas
This is ComponentSerializationPlan that allows modules to register objects and classes they wish to let the underlying engine serialize explicitly.
ComponentSerializationPlanConfigurator - Interface in org.apereo.cas
This is ComponentSerializationPlanConfigurator, to be implemented by modules that wish to register serializable classes into the plan.
configureComponentSerializationPlan(ComponentSerializationPlan) - Method in interface org.apereo.cas.ComponentSerializationPlanConfigurator
configure the plan.
contains(K) - Method in interface org.apereo.cas.DistributedCacheManager
Contains key in the cache?
containsProperty(String) - Method in class org.apereo.cas.DistributedCacheObject
Contains property?

D

decode(I, Object[]) - Method in interface org.apereo.cas.CipherExecutor
Decode the value.
decode(I) - Method in interface org.apereo.cas.CipherExecutor
Decode the value.
decode(Map<String, Object>, Object[]) - Method in interface org.apereo.cas.CipherExecutor
Decode map.
DEFAULT_CONTENT_ENCRYPTION_ALGORITHM - Static variable in interface org.apereo.cas.CipherExecutor
The default content encryption algorithm.
DistributedCacheManager<K extends java.io.Serializable,V extends DistributedCacheObject> - Interface in org.apereo.cas
This is DistributedCacheManager that acts as a facade for a cache implementation.
DistributedCacheObject<V extends java.io.Serializable> - Class in org.apereo.cas
DistributedCacheObject(V) - Constructor for class org.apereo.cas.DistributedCacheObject
 
DistributedCacheObject(long, V) - Constructor for class org.apereo.cas.DistributedCacheObject
 

E

encode(I, Object[]) - Method in interface org.apereo.cas.CipherExecutor
Encrypt the value.
encode(I) - Method in interface org.apereo.cas.CipherExecutor
Encrypt the value.

F

find(Predicate<V>) - Method in interface org.apereo.cas.DistributedCacheManager
Find values matching this predicate.
findAll(Predicate<V>) - Method in interface org.apereo.cas.DistributedCacheManager
Find values matching this predicate.

G

get(K) - Method in interface org.apereo.cas.DistributedCacheManager
Get item.
getAll() - Method in interface org.apereo.cas.DistributedCacheManager
Gets all items in the cache.
getName() - Method in interface org.apereo.cas.CipherExecutor
The (component) name of this cipher.
getName() - Method in interface org.apereo.cas.DistributedCacheManager
Gets the cache impl name.
getProperty(String, Class<T>) - Method in class org.apereo.cas.DistributedCacheObject
Gets property.
getRegisteredClasses() - Method in interface org.apereo.cas.ComponentSerializationPlan
Gets registered classes.

I

isEnabled() - Method in interface org.apereo.cas.CipherExecutor
Supports encryption of values.

L

LOGGER - Static variable in interface org.apereo.cas.CipherExecutor
 

N

noOp() - Static method in interface org.apereo.cas.CipherExecutor
Factory method.
noOpOfSerializableToString() - Static method in interface org.apereo.cas.CipherExecutor
Factory method.
noOpOfStringToString() - Static method in interface org.apereo.cas.CipherExecutor
Factory method.

O

org.apereo.cas - package org.apereo.cas
 

R

registerSerializableClass(Class) - Method in interface org.apereo.cas.ComponentSerializationPlan
Register serializable class.
registerSerializableClass(Class, Integer) - Method in interface org.apereo.cas.ComponentSerializationPlan
Register serializable class.
remove(K, V) - Method in interface org.apereo.cas.DistributedCacheManager
Remove key/item from the cache.

S

set(K, V) - Method in interface org.apereo.cas.DistributedCacheManager
Set item in the cache.

U

update(K, V) - Method in interface org.apereo.cas.DistributedCacheManager
update key/item from the cache and overwrite.
C D E F G I L N O R S U 
Skip navigation links