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

A

abort() - Method in class com.cafesoft.cams.auth.login.module.SiteServerLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateJKSLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateLdapLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.RsaSecurIdLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateFileLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.XmlLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.LdapLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.ActiveDirectoryLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.DigipassJdbcLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.JdbcLoginModule
Method to abort the authentication process (phase 2).
abortAuthentication() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Abort authentication attempt.
absolute(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Moves the cursor to the given row number in this ResultSet object.
AbstractAccessControlRule - class com.cafesoft.cams.access.AbstractAccessControlRule.
AbstractAccessControlRule is an abstract implementation of AccessControlRule that provides an implementation for basic methods.
AbstractAccessControlRule() - Constructor for class com.cafesoft.cams.access.AbstractAccessControlRule
Create a new AccessControlRule.
AbstractAccessControlRule(String) - Constructor for class com.cafesoft.cams.access.AbstractAccessControlRule
Create a new AccessControlRule with the specified ID.
AbstractAccessControlRulePersistenceManager - class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager.
AbstractAccessControlRulePersistenceManager provides generic method implementations for AccessControlRulePersistenceManager.
AbstractAccessControlRulePersistenceManager() - Constructor for class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
 
AbstractAttributeValue - class com.cafesoft.cams.attr.AbstractAttributeValue.
AbstractAttributeValue is an abstract base class for all attribute data types.
AbstractAttributeValue(URI) - Constructor for class com.cafesoft.cams.attr.AbstractAttributeValue
Constructor that takes the specific attribute type.
AbstractBaseSession - class com.cafesoft.cams.session.AbstractBaseSession.
Abstract base class for all Session objects.
AbstractBaseSession(SessionId, String, long, long, Map, SessionStatus, NamespaceMap) - Constructor for class com.cafesoft.cams.session.AbstractBaseSession
Create an AbstractBaseSession with the given SessionId, creation time, last touch time, AuthenticationMethod Map, Session status, and NamespaceMap
AbstractBaseSession(SessionId, String, long, Map) - Constructor for class com.cafesoft.cams.session.AbstractBaseSession
Create an AbstractBaseSession with the given SessionId and AuthenticationMethod Map
AbstractCamsHttpAgentRequest - class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest.
Abstract implementation of CamsHttpAgentRequest.
AbstractCamsHttpAgentRequest() - Constructor for class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
 
AbstractCamsHttpAgentRequest(HttpServletRequest) - Constructor for class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Create a new AbstractCamsHttpAgentRequest.
AbstractCamsHttpAgentResponse - class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse.
Abstract implementation of CamsHttpAgentResponse.
AbstractCamsHttpAgentResponse() - Constructor for class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Creates a new AAbstractCamsHttpAgentResponse.
AbstractCamsHttpAgentResponse(HttpServletResponse, CamsHttpAgentRequest) - Constructor for class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Creates a new AbstractCamsHttpAgentResponse with the specified response and request.
AbstractElementFactory - class com.cafesoft.core.xml.dom.AbstractElementFactory.
AbstractElementFactory implements an abstract factory class for constructing an Object associated with an XML DOM Element.
AbstractElementFactory() - Constructor for class com.cafesoft.core.xml.dom.AbstractElementFactory
Create a new ElementFactory.
AbstractElementFactory(String, String) - Constructor for class com.cafesoft.core.xml.dom.AbstractElementFactory
Create a new ElementFactory.
AbstractFieldInfo - class com.cafesoft.core.field.AbstractFieldInfo.
Abstract implementation of the FieldInfo interface.
AbstractFieldInfo(String, Object, boolean, boolean) - Constructor for class com.cafesoft.core.field.AbstractFieldInfo
Create abstract FieldInfo.
AbstractFunction - class com.cafesoft.cams.attr.func.AbstractFunction.
AbstractFunction is a superclass containing common implementation code for Functions.
AbstractFunction(String, int, String[], boolean[], String, boolean) - Constructor for class com.cafesoft.cams.attr.func.AbstractFunction
Constructor that sets up the function as having different types for each given parameter.
AbstractFunction(String, int, String, boolean) - Constructor for class com.cafesoft.cams.attr.func.AbstractFunction
Constructor that sets up some basic values for functions that will take care of parameter checking on their own.
AbstractFunction(String, int, String, boolean, int, int, String, boolean) - Constructor for class com.cafesoft.cams.attr.func.AbstractFunction
Constructor that sets up the function as having some number of arguments all of the same given type.
AbstractFunction(String, int, String, boolean, int, String, boolean) - Constructor for class com.cafesoft.cams.attr.func.AbstractFunction
Constructor for use with functions having any number of arguments, but all of the same type.
AbstractLifecycleService - class com.cafesoft.core.service.AbstractLifecycleService.
An abstract implementation of the LifecycleService interface.
AbstractLifecycleService() - Constructor for class com.cafesoft.core.service.AbstractLifecycleService
Create a new AbstractLifecycleService.
AbstractLoginModule - class com.cafesoft.cams.auth.login.module.AbstractLoginModule.
Abstract implementation of the LoginModule interface.
AbstractLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Creates a new AbstractLoginModule.
AbstractPermission - class com.cafesoft.cams.access.AbstractPermission.
Provides an abstract implementation of the Permission interface.
AbstractPermission(ResourceType) - Constructor for class com.cafesoft.cams.access.AbstractPermission
Create a new AbstractPermission.
AbstractPermission(ResourceType, ResourcePattern, String[]) - Constructor for class com.cafesoft.cams.access.AbstractPermission
Create a new AbstractPermission.
AbstractPermissionCollection - class com.cafesoft.cams.access.AbstractPermissionCollection.
Abstract implementation of the PermissionCollection interface.
AbstractPermissionCollection() - Constructor for class com.cafesoft.cams.access.AbstractPermissionCollection
Create a new AbstractPermissionCollection.
AbstractResourcePattern - class com.cafesoft.cams.access.AbstractResourcePattern.
Provides a generic implementation of ResourcePattern methods for extension by resource-specific base classes.
AbstractResourcePattern() - Constructor for class com.cafesoft.cams.access.AbstractResourcePattern
 
AbstractResourceRequest - class com.cafesoft.cams.access.AbstractResourceRequest.
Base class for all ResourceRequests.
AbstractResourceRequest(ResourceType, String, String) - Constructor for class com.cafesoft.cams.access.AbstractResourceRequest
Create a new AbstractResourceRequest object.
AbstractService - class com.cafesoft.core.service.AbstractService.
Provides basic implementation of a service.
AbstractService() - Constructor for class com.cafesoft.core.service.AbstractService
Create a new AbstractService.
AbstractServiceConnector - class com.cafesoft.core.service.AbstractServiceConnector.
AbstractServiceConnector implements a base class for ServiceConnector implementations, which generally manage client network connections and provide access to remote Services.
AbstractServiceConnector() - Constructor for class com.cafesoft.core.service.AbstractServiceConnector
This is an abstract class, so it can't be instantiated, but be sure to invoke this constructor from your extending class.
accept(int, Object, String) - Method in class com.cafesoft.core.log.StandardMessageFilter
Tests whether or not the specified message should be logged.
accept(int, Object, String) - Method in class com.cafesoft.core.log.MessageLevelMessageFilter
Tests whether or not the specified message should be logged.
accept(int, Object, String) - Method in interface com.cafesoft.core.log.MessageFilter
Tests whether or not the specified message should be logged.
accept(int, Object, String, Throwable) - Method in class com.cafesoft.core.log.StandardMessageFilter
Tests whether or not the specified message should be logged.
accept(int, Object, String, Throwable) - Method in class com.cafesoft.core.log.MessageLevelMessageFilter
Tests whether or not the specified message should be logged.
accept(int, Object, String, Throwable) - Method in interface com.cafesoft.core.log.MessageFilter
Tests whether or not the specified message should be logged.
acceptsURL(String) - Method in class com.cafesoft.core.jdbc.PoolingConnectionDriver
Retrieves whether the driver thinks that it can open a connection to the given URL.
ACCESS_CONTROL_EFFECT_TYPE - Static variable in interface com.cafesoft.cams.oblig.Effect
A constant that defines the Access Control Effect Type.
ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE - Static variable in interface com.cafesoft.cams.oblig.EvaluationResult
A constant that defines the Access Control Evaluation Result Type.
ACCESS_EXCEPTION_TYPE - Static variable in class com.cafesoft.cams.client.ConnectionExceptionType
Access Exception Type
ACCESS_SUBJECT - Static variable in class com.cafesoft.cams.attr.AttributeCategory
The standard Access Subject (agent) attribute category identifier.
ACCESS_SUBJECT_NAMESPACE_PREFIX - Static variable in class com.cafesoft.cams.attr.AttributeId
The Cams standard attribute identifier for access-subject (agent) namespace prefix.
AccessControlCheck - class com.cafesoft.cams.access.AccessControlCheck.
Encapsulates key AccessControlService request and response parameters.
AccessControlCheckCache - interface com.cafesoft.cams.access.AccessControlCheckCache.
Caches AccessControlCheck instances.
AccessControlCheckException - exception com.cafesoft.cams.access.AccessControlCheckException.
Thrown for errors associated with AccessControlCheck creation or usage.
AccessControlCheckException() - Constructor for class com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException with no other information.
AccessControlCheckException(String) - Constructor for class com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified message.
AccessControlCheckException(String, Throwable) - Constructor for class com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified message and throwable.
AccessControlCheckException(Throwable) - Constructor for class com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified throwable.
AccessControlException - exception com.cafesoft.cams.access.AccessControlException.
Thrown for errors that occur in the AccessControl subsystem of the CamsPolicyServer.
AccessControlException() - Constructor for class com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException with no other information.
AccessControlException(String) - Constructor for class com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified message.
AccessControlException(String, Throwable) - Constructor for class com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified message and throwable.
AccessControlException(Throwable) - Constructor for class com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified throwable.
AccessControlRequest - interface com.cafesoft.cams.access.AccessControlRequest.
The interface to an Access Control Request for a Cafesoft SecurityDomain's Access Control Engine.
AccessControlResponse - interface com.cafesoft.cams.access.AccessControlResponse.
AccessControlResponse defines the interface to an Access Control Response corresponding to an AccessControlRequest to a Cafesoft SecurityDomain's Access Control Engine.
AccessControlRule - interface com.cafesoft.cams.access.AccessControlRule.
AccessControlRule defines an interface for a rule that implements access control logic.
AccessControlRuleElement - interface com.cafesoft.cams.access.AccessControlRuleElement.
AccessControlRuleElement is a tagging interface that identifies a class as a valid child "element" within an AccessControlRule.
AccessControlRuleFinder - interface com.cafesoft.cams.access.AccessControlRuleFinder.
AccessControlRuleFinder defines an interface for finding AccessControlRule instances.
AccessControlRuleFinderClient - interface com.cafesoft.cams.access.AccessControlRuleFinderClient.
AccessControlRuleFinderClient defines an interface for classes that wish to use an AccessControlRuleFinder.
AccessControlRulePersistenceManager - interface com.cafesoft.cams.access.AccessControlRulePersistenceManager.
AccessControlRulePersistenceManager defines the interface for classes that load, store, create, and remove AccessControlRule instances.
AccessControlService - interface com.cafesoft.cams.access.AccessControlService.
Defines an interface for a client-side AccessControlService hosted under a CamsClient.
accessSession(SessionAccessRequest) - Method in interface com.cafesoft.cams.session.access.SessionAccessService
SessionAccessenticate a subject.
acr - Variable in class com.cafesoft.cams.access.AbstractPermission
The AccessControlRule associated with this Permission.
acrCreate() - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Create a new/empty AccessControlRule.
acrCreate() - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Create a new/empty AccessControlRule.
AcrEvaluationResultMatch - class com.cafesoft.cams.oblig.AcrEvaluationResultMatch.
AcrEvaluationResultMatch is the implementation of EvaluationResultMatch for matching AccessControlRule EvaluationResult instances.
AcrEvaluationResultMatch(int, int) - Constructor for class com.cafesoft.cams.oblig.AcrEvaluationResultMatch
Create a new AcrEvaluationResultMatch object.
acrLoad(Object) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Load an AccessControlRule from persistent storage.
acrLoad(Object) - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Load an AccessControlRule from persistent storage.
acrRemove(AccessControlRule) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Remove an AccessControlRule from persistent storage.
acrRemove(AccessControlRule) - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Remove an AccessControlRule from persistent storage.
acrStore(AccessControlRule, Object) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Store an AccessControlRule to persistent storage.
acrStore(AccessControlRule, Object) - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Store an AccessControlRule to persistent storage.
ACTION - Static variable in class com.cafesoft.cams.attr.AttributeCategory
The standard Action attribute category identifier.
ACTION_ID - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for an action id
ACTION_NAMESPACE_PREFIX - Static variable in class com.cafesoft.cams.attr.AttributeId
The Cams standard attribute identifier action namespace prefix.
actions - Variable in class com.cafesoft.cams.access.AbstractResourceRequest
Colloquial actions of the ResourceRequest (i.e. this is the raw actions of the ResourceRequest).
actions - Variable in class com.cafesoft.cams.access.AbstractPermission
An array of Permission actions.
actionsMask - Variable in class com.cafesoft.cams.access.AbstractResourceRequest
ActionMask of the actions being performed on the ResourceRequest.
actionsMask - Variable in class com.cafesoft.cams.access.AbstractPermission
A bit mask used to hold the actions associated with this Permission.
activate() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Activate the Statement object This method simply sets the state of the Statement to that of the ready state.
activate() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Activate the Statement object This method simply sets the state of the Statement to that of the ready state.
activate() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Activate the Connection object This method simply sets the state of the Connection to that of the ready state.
activate() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Activate the Statement object This method simply sets the state of the Statement to that of the ready state.
activate(Connection) - Method in class com.cafesoft.core.jdbc.StandardPoolableConnectionFactory
Activate the Connection
activate(Connection) - Method in interface com.cafesoft.core.jdbc.PoolableConnectionFactory
Activate the Connection
ACTIVE_STATUS - Static variable in class com.cafesoft.cams.session.SessionStatus
Active Status SessionStatus object
ActiveDirectoryGroupNameService - interface com.cafesoft.cams.service.ActiveDirectoryGroupNameService.
ActiveDirectoryGroupNameService defines the interface that enables lookup of Active Directory group names via their unique object security identifier (sid).
ActiveDirectoryLoginModule - class com.cafesoft.cams.auth.login.module.ActiveDirectoryLoginModule.
Implements the LoginModule interface found in JAAS to authenticate users against an Active Directory repository.
ActiveDirectoryLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.ActiveDirectoryLoginModule
Default ActiveDirectoryLoginModule Constructor.
ActiveDirectoryPrimaryGroupService - interface com.cafesoft.cams.service.ActiveDirectoryPrimaryGroupService.
ActiveDirectoryPrimaryGroupService defines the interface that enables lookup of a Windows "Primary Group" name via its Group identifier.
add(Attribute) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Add an Attribute.
add(Attribute) - Method in interface com.cafesoft.cams.attr.AttributeSet
Add an Attribute.
add(Class, Service) - Method in class com.cafesoft.core.service.StandardServiceManager
Add a Service to the registry.
add(Class, Service) - Method in interface com.cafesoft.core.service.ServiceManager
Add a Service to the registry.
add(ElementFactory) - Method in class com.cafesoft.core.xml.dom.StandardElementFactoryRegistry
Add an ElementFactory.
add(ElementFactory) - Method in interface com.cafesoft.core.xml.dom.ElementFactoryRegistry
Add an ElementFactory.
add(Node) - Method in class com.cafesoft.core.xml.dom.StandardNodeList
Add a Node to the NodeList.
add(ResourceRequest, AccessControlResponse) - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Adds an AccessControlCheck to the cache.
add(String, Object) - Method in class com.cafesoft.core.util.LruCache
Add a cached object.
add(String, Validator) - Method in interface com.cafesoft.core.data.ValidatorMap
Add a Validator for the specified key.
add(String, Validator) - Method in class com.cafesoft.core.data.StandardValidatorMap
Add a Validator for the specified key.
addAppender(Appender) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Add an appender to the Logger
addAppender(Appender) - Method in interface com.cafesoft.core.log.Log4JLogger
Add an appender to the Logger
addAttribute(Attribute) - Method in interface com.cafesoft.cams.access.AccessControlRequest
Add an Attribute to the request.
addAttribute(Attribute) - Method in interface com.cafesoft.cams.access.attr.ProtoAccessControlRequest
Add an Attribute to the request.
addBatch() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch(String) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addCallbackValue(String, String) - Method in interface com.cafesoft.cams.auth.AuthRequest
Add a Callback value to the AuthRequest
addConnectionExceptionListener(ConnectionExceptionListener) - Method in interface com.cafesoft.cams.client.CamsClient
Adds the specified listener to this CamsClient.
addCookie(Cookie) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Adds the specified cookie to the response.
addFunctions(Map) - Static method in class com.cafesoft.cams.attr.func.MatchFunction
Static initializer to add all the functions supported by this class to the list of functions handled by this class.
addHeader(String, String) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Adds the specified header and value to this HttpRequest.
addHeader(String, String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Adds the specified header and value to this CamsHttpAgentRequest.
addLayout(Level, Layout) - Method in class com.cafesoft.core.log.MultiLayoutRollingFileAppender
Add a Layout to this appender
addLifecycleListener(LifecycleListener) - Method in class com.cafesoft.core.lifecycle.LifecycleBase
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in interface com.cafesoft.core.lifecycle.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class com.cafesoft.core.service.StandardServiceManager
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class com.cafesoft.core.service.AbstractLifecycleService
Add a LifecycleEvent listener to this component.
addMissingAttribute(Attribute) - Method in interface com.cafesoft.cams.access.AccessControlResponse
Add a missing Attribute.
addMonitoredProcessEventListener(MonitoredProcessEventListener) - Method in class com.cafesoft.core.util.MonitoredProcess
Add a MonitoredProcessEvent listener to this component.
addObject(Object, int) - Method in class com.cafesoft.core.pool.StandardLiteObjectPool
Add an Object to the ObjectPool.
addObject(Object, int) - Method in interface com.cafesoft.core.pool.LiteObjectPool
Add an Object to the ObjectPool.
addObligation(Obligation) - Method in interface com.cafesoft.cams.access.AccessControlResponse
Add an Obligation to the response.
addObligation(Obligation) - Method in interface com.cafesoft.cams.auth.AuthResponse
Add an Obligation to the response.
addPermission(Permission) - Method in interface com.cafesoft.cams.access.PermissionCollection
Add a Permission.
addPermission(Permission) - Method in class com.cafesoft.cams.access.AbstractPermissionCollection
Add a Permission.
addPool(String, ConnectionPool) - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Add a ConnectionPool to the Manager
addPool(String, ConnectionPool) - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Add a ConnectionPool to the Manager
addRemoteSessionEventListener(RemoteSessionEventListener) - Method in interface com.cafesoft.cams.session.RemoteSessionManager
Add a RemoteSessionEventListener.
addRemoteSessionEventListener(RemoteSessionEventListener) - Method in class com.cafesoft.cams.session.RemoteSessionEventSupport
Add a RemoteSessionEventListener to this component.
addRequiredService(ServiceReference) - Method in class com.cafesoft.core.service.StandardServiceAdapter
Add a reference to a required Service.
addRequiredService(ServiceReference) - Method in interface com.cafesoft.core.service.ServiceAdapter
Add a reference to a required Service.
addSAXParseExceptionListener(SAXParseExceptionListener) - Method in class com.cafesoft.core.xml.DefaultXmlHandler
Add a SAXParseExceptionListener.
addServiceAdapter(ServiceAdapter) - Method in class com.cafesoft.core.service.AbstractServiceConnector
Add a ServiceAdapter.
addServiceAdapter(ServiceAdapter) - Method in interface com.cafesoft.core.service.ServiceConnector
Add a ServiceAdapter.
addSession(RemoteSession) - Method in interface com.cafesoft.cams.session.RemoteSessionManager
Add a RemoteSession to the RemoteSessionManager This method will attempt to add a RemoteSession to the list of RemoteSessions managed by the RemoteSessionManager.
addSessionId(SessionId) - Method in interface com.cafesoft.cams.access.AccessControlRequest
Add a session id to the AccessRequest
addSessionId(SessionId) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Add a SessionId to the request.
addSessionId(SessionId) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Add a SessionId to the request.
addSessionId(SessionId) - Method in interface com.cafesoft.cams.auth.AuthRequest
Add a SessionId to the AuthRequest.
addStatement(Statement) - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Add a Statement object to the Connections list of open Statement objects.
addUser(RepositoryUser) - Method in interface com.cafesoft.cams.auth.login.userrepository.UserRepository
Adds the specified RepositoryUser to this UserRepository.
afterLast() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
AGENT_ID - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent identifier
AGENT_IMPL - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent implementation
AGENT_OS - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent operating system
AGENT_TYPE - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent type
AGENT_VERSION - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent version
allowNull() - Method in interface com.cafesoft.core.field.FieldInfo
Get the null value status.
allowNull() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the null status.
allowShrinking() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Determine if Shrinking of Connections is allowed
allowShrinking() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Determine if Shrinking of Connections is allowed
ANY_REASON_CODE - Static variable in interface com.cafesoft.cams.oblig.EvaluationResultMatch
Constant used to represent ANY EvaluationException reason code.
ANY_REASON_CODE - Static variable in interface com.cafesoft.cams.oblig.EffectMatch
Constant used to represent ANY Effect reason code.
ANY_STATUS_CODE - Static variable in interface com.cafesoft.cams.oblig.EffectMatch
Constant used to represent ANY Effect status code.
associateRoles() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Associate the roles with the user.
Attribute - interface com.cafesoft.cams.attr.Attribute.
Attribute defines the interface for metadata about an AccessControlRequest attribute and a possible AttributeValue if available.
AttributeCategory - class com.cafesoft.cams.attr.AttributeCategory.
AttributeCategory represents a specific attribute classification.
AttributeCondition - interface com.cafesoft.cams.attr.AttributeCondition.
AttributeCondition defines the interface for a disjunctive sequence of AttributeMatch instances for a given attribute category.
AttributeConditions - interface com.cafesoft.cams.attr.AttributeConditions.
AttributeConditions defines the interface for a conjunctive sequence of AttributeCondition instances for a given attribute category.
AttributeDesignator - interface com.cafesoft.cams.attr.AttributeDesignator.
AttributeDesignator defines the interface for entities that select a bag values for a named attribute within an AccessControlContext.
AttributeId - class com.cafesoft.cams.attr.AttributeId.
AttributeId is a factory/cache for URIs that identify Attributes.
AttributeMatch - interface com.cafesoft.cams.attr.AttributeMatch.
AttributeMatch defines the interface matching EvaluationContext Attributes designated by and AttributeDesignator against a value or pattern using a MatchFunction.
AttributeSet - interface com.cafesoft.cams.attr.AttributeSet.
AttributeSet defines the interface for a unique collection of Attribute instances.
AttributeTarget - interface com.cafesoft.cams.access.attr.AttributeTarget.
AttributeTarget defines the interface for a conjunctive sequence of AttributeConditions instances used to match an AccessControlRequest.
AttributeValue - interface com.cafesoft.cams.attr.AttributeValue.
AttributeValue defines the interface for entities representing a typed value.
AttributeValueFactory - class com.cafesoft.cams.attr.AttributeValueFactory.
AttributeValueFactory provides factory methods for creation of AttributeValue instances.
AttributeValueParseException - exception com.cafesoft.cams.attr.AttributeValueParseException.
AttributeValueParseException indicates that the String representation of an AttributeValue could not be parsed because the format is not valid for a given DataType.
AttributeValueParseException() - Constructor for class com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException with no other information.
AttributeValueParseException(String) - Constructor for class com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified message.
AttributeValueParseException(String, Throwable) - Constructor for class com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified message and throwable.
AttributeValueParseException(Throwable) - Constructor for class com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified throwable.
authenticate() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Authenticate the user.
authenticate(AuthRequest) - Method in interface com.cafesoft.cams.auth.AuthenticationService
Authenticate a subject.
authenticate(String, String) - Method in class com.cafesoft.core.jdbc.UsernamePasswordConnectionPoolAuthenticator
Authenticate the user
authenticate(String, String) - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolAuthenticator
Authenticate the user
authenticate(String, String) - Method in interface com.cafesoft.core.jdbc.ConnectionPoolAuthenticator
Authenticate the user
AUTHENTICATION_EFFECT_TYPE - Static variable in interface com.cafesoft.cams.oblig.Effect
A constant that defines the Authentication Effect Type.
AUTHENTICATION_EXCEPTION_TYPE - Static variable in class com.cafesoft.cams.client.ConnectionExceptionType
Authentication Exception Type
AuthenticationMethod - class com.cafesoft.cams.auth.AuthenticationMethod.
The AuthenticationMethod defines type safe constants used to identify standardized methods for authenticating subjects.
AuthenticationService - interface com.cafesoft.cams.auth.AuthenticationService.
Defines an interface for a client-side AuthenticationService hosted under a CamsClient.
AuthException - exception com.cafesoft.cams.auth.AuthException.
AuthException represents an Exception within a Cafesoft SecurityDomain's Authentication Engine.
AuthException() - Constructor for class com.cafesoft.cams.auth.AuthException
Construct a new AuthException with no other information.
AuthException(String) - Constructor for class com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified message.
AuthException(String, Throwable) - Constructor for class com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified message and throwable.
AuthException(Throwable) - Constructor for class com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified throwable.
AuthRequest - interface com.cafesoft.cams.auth.AuthRequest.
AuthRequest defines the interface to an Authentication Request for a Cafesoft SecurityDomain's Authentication Engine.
AuthResponse - interface com.cafesoft.cams.auth.AuthResponse.
AuthResponse defines the interface to an Authentication Response corresponding to an AuthRequest to a Cafesoft SecurityDomain's Authentication Engine.
AutoLoginNamePasswordCallbackHandler - class com.cafesoft.cams.auth.callback.AutoLoginNamePasswordCallbackHandler.
CallbackHandler interface for JAAS LoginModules that must prompt for input.
AutoLoginNamePasswordCallbackHandler() - Constructor for class com.cafesoft.cams.auth.callback.AutoLoginNamePasswordCallbackHandler
Create a new AutoLoginNamePasswordCallbackHandler object.
AutoLoginNamePasswordCallbackHandler(String, String) - Constructor for class com.cafesoft.cams.auth.callback.AutoLoginNamePasswordCallbackHandler
Create a new AutoLoginNamePasswordCallbackHandler object.
AutoLoginToken - interface com.cafesoft.cams.auth.AutoLoginToken.
Object representation of the auto-login token.
AVAILABLE - Static variable in class com.cafesoft.cams.service.CamsServiceState
Available CamsServiceState is used to indicate that a given service is available and ready for use.

B

BagAttributeValue - class com.cafesoft.cams.attr.BagAttributeValue.
BagAttributeValue represents a collection of return values from Functions and AttributeDesignators.
BagAttributeValue(URI, Collection) - Constructor for class com.cafesoft.cams.attr.BagAttributeValue
Creates a new BagAttributeValue that represents a bag of AttributeValues of a specific data type.
Base64 - class com.cafesoft.core.util.Base64.
Base64 provides static methods to encode and decode byte arrays to Base 64 character arrays.
Base64() - Constructor for class com.cafesoft.core.util.Base64
 
beep() - Static method in class com.cafesoft.core.util.SystemUtils
Sound a system-specific beep.
beforeFirst() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
BIND_ID - Static variable in interface com.cafesoft.cams.service.rmi.RMIRegistryProxy
The name that will be used to bind the RMIRegistryProxy to the RMI registry.
bind(String, Remote) - Method in interface com.cafesoft.cams.service.rmi.RMIRegistryProxyService
Binds a remote reference to the specified name in this service.
BOOLEAN - Static variable in class com.cafesoft.cams.attr.DataType
The standard Boolean data type identifier
BOOLEAN_ATTRIBUTE_VALUE_FALSE - Static variable in class com.cafesoft.cams.attr.BooleanAttributeValue
False BooleanAttributeValue
BOOLEAN_ATTRIBUTE_VALUE_TRUE - Static variable in class com.cafesoft.cams.attr.BooleanAttributeValue
True BooleanAttributeValue
BooleanAttributeValue - class com.cafesoft.cams.attr.BooleanAttributeValue.
BooleanAttributeValue represents an attribute value of type: urn:cams:1.0:names:data-type:boolean.
borrowObject() - Method in class com.cafesoft.core.pool.StandardLiteObjectPool
Borrow an Object from the ObjectPool.
borrowObject() - Method in interface com.cafesoft.core.pool.ObjectPool
Borrow an object from the ObjectPool Note: Implementing class should make this method synchronized.
borrowObject() - Method in interface com.cafesoft.core.pool.LiteObjectPool
Borrow an Object from the ObjectPool.
borrowObject() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Borrow an object from the ObjectPool.
ByteUtils - class com.cafesoft.core.util.ByteUtils.
ByteUtils provides convenience methods for byte manipulations.
ByteUtils() - Constructor for class com.cafesoft.core.util.ByteUtils
 

C

cacheAccessControlChecks() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Determine if AccessControlCheck caching is enabled.
cacheRemoteSessions() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Determine if RemoteSession caching is enabled.
callbackHandler - Variable in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
CallbackHandler that provides the means for accessing user supplied data.
CAMS_AUTO_LOGIN - Static variable in class com.cafesoft.cams.auth.AuthenticationMethod
The authentication was performed by means of a Cams Auto Authentication Token.
CamsAgentContext - interface com.cafesoft.cams.agent.CamsAgentContext.
CamsAgentContext This structure provides CamsAgent instances with various resources and services including: 1. configuration Properties 2. a trace Logger 3. a CamsClient instance used to communicate with a CamsPolicyServer 4. an optional CamsRemoteSessionManager instance, used to cache information about sessions associated with authenticated Cams users. 5. an optioanl CamsAccessControlCheckCache instance, used to cache certain access control responses to improve agent performance.
CamsAgentContextFactory - class com.cafesoft.cams.agent.CamsAgentContextFactory.
The CamsAgentContextFactory class is a factory object that is responsible for creating CamsAgentContext objects.
CamsAgentException - exception com.cafesoft.cams.agent.CamsAgentException.
CamsAgentException is a general CamsAgentException
CamsAgentException() - Constructor for class com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(String) - Constructor for class com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(String, Throwable) - Constructor for class com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(Throwable) - Constructor for class com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsClient - interface com.cafesoft.cams.client.CamsClient.
Defines a central interface for connecting to a Cams policy server and accessing services.
CamsClientFactory - interface com.cafesoft.cams.client.CamsClientFactory.
Constructs an instance of CamsClient using the config property 'cams.client.class.'
CamsException - exception com.cafesoft.cams.CamsException.
CamsException represents an exceptional condition thrown from within Cams that must be handled by application code.
CamsException() - Constructor for class com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(String) - Constructor for class com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(String, Throwable) - Constructor for class com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(Throwable) - Constructor for class com.cafesoft.cams.CamsException
Create a new CamsException.
CamsHttpAgent - interface com.cafesoft.cams.agent.http.CamsHttpAgent.
Provides methods for authentication, logout, accessing a session, and access control.
CamsHttpAgentException - exception com.cafesoft.cams.agent.http.CamsHttpAgentException.
CamsHttpAgentException represents an exceptional condition thrown from within CamsHttpAgent that must be handled by agent code.
CamsHttpAgentException() - Constructor for class com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(String) - Constructor for class com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(String, Throwable) - Constructor for class com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(Throwable) - Constructor for class com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentRequest - interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest.
Defines an interface that normalizes a container-specific HTTP request into an HTTP container-independent form that can be used by a Cafesoft HttpAccessControlAgent.
CamsHttpAgentResponse - interface com.cafesoft.cams.agent.http.CamsHttpAgentResponse.
Defines an interface that normalizes a container-specific HTTP response into an HTTP container-independent form that can be used by a Cafesoft AccessControlAgent.
CamsHttpAgentStatusCode - class com.cafesoft.cams.agent.http.CamsHttpAgentStatusCode.
The CamsHttpAgentStatusCode class is a typesafe constant enumeration of CamsHttpAgent status codes.
CamsServiceMonitor - interface com.cafesoft.cams.service.CamsServiceMonitor.
Interface for a CamsServiceMonitor.
CamsServiceState - class com.cafesoft.cams.service.CamsServiceState.
Type safe constant class that contains all of the various CamsServiceStates.
CamsTraceLogger - class com.cafesoft.cams.log.CamsTraceLogger.
A specialized Logger object that will send debug messages that are of the level INFO and DEBUG to a specified file.
CamsTraceLogger() - Constructor for class com.cafesoft.cams.log.CamsTraceLogger
 
CamsTransportException - exception com.cafesoft.cams.client.CamsTransportException.
CamsTransportException is thrown when attempts by a CamsService fail to transport messages between the CamsClient and the CamsPolicyServer.
CamsTransportException() - Constructor for class com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsTransportException(String) - Constructor for class com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsTransportException(String, Throwable) - Constructor for class com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsVersion - class com.cafesoft.cams.CamsVersion.
Version information for the Cams code component.
cancel() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Cancels the updates made to the current row in this ResultSet object.
capitalize(String) - Static method in class com.cafesoft.core.util.StringUtils
Capitalize the start of the given String.
CERTIFICATE_EXCEPTION_TYPE - Static variable in class com.cafesoft.cams.client.ConnectionExceptionType
Certificate Exception Type
charOccurences(String, char) - Static method in class com.cafesoft.core.util.StringUtils
Return the number of occurrences of a given character within a String.
checkAccess(AccessControlRequest) - Method in interface com.cafesoft.cams.access.AccessControlService
Request an Access Control check.
checkArgList(List) - Method in interface com.cafesoft.cams.attr.func.Function
Checks that the given argList contains Evaluatables of the right types, in the right order, and are the right number for this function to evaluate.
checkArgList(List) - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Checks that the given argList contains Evaluatables of the right types, in the right order, and are the right number for this function to evaluate.
checkArgListAllowBags(List) - Method in interface com.cafesoft.cams.attr.func.Function
Checks that the given argList contains Evaluatables of the right types, in the right order, and are the right number for this function to evaluate.
checkArgListAllowBags(List) - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Checks that the given argList contains Evaluatables of the right types, in the right order, and are the right number for this function to evaluate.
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Determine if the Statement is open or closed
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Determine if the Statement is open or closed
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Determine if the Connection is open or closed
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Determine if the Statement is open or closed
ClassInstantiationException - exception com.cafesoft.core.util.ClassInstantiationException.
An exception that is thrown if errors occur dynamically instantiating classes
ClassInstantiationException() - Constructor for class com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException with no other information.
ClassInstantiationException(String) - Constructor for class com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified message.
ClassInstantiationException(String, Throwable) - Constructor for class com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified message and throwable.
ClassInstantiationException(Throwable) - Constructor for class com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified throwable.
ClassUtils - class com.cafesoft.core.util.ClassUtils.
Provides methods to perform utility functions on classes.
ClassUtils() - Constructor for class com.cafesoft.core.util.ClassUtils
 
cleanIdle() - Method in interface com.cafesoft.core.pool.ObjectPool
Remove idle objects from the ObjectPool.
cleanIdle() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Remove idle objects from the ObjectPool.
cleanIdle(int) - Method in interface com.cafesoft.core.pool.ObjectPool
Remove the given number of idle objects from the ObjectPool.
cleanIdle(int) - Method in class com.cafesoft.core.pool.DefaultObjectPool
Remove the given number of idle objects from the ObjectPool.
clear() - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Clears the cache.
clear() - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Clear all Attributes.
clear() - Method in interface com.cafesoft.cams.attr.AttributeSet
Clear all Attributes.
clear() - Method in class com.cafesoft.core.util.LruCache
Clear the cache.
clearBatch() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Empties this Statement object's current list of SQL commands.
clearBatch() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Empties this Statement object's current list of SQL commands.
clearBatch() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Clears the current parameter values immediately.
clearParameters() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Clears the current parameter values immediately.
clearSessionIds() - Method in interface com.cafesoft.cams.access.AccessControlRequest
Clear the AccessControlRequest session id's.
clearSessionIds() - Method in interface com.cafesoft.cams.auth.AuthRequest
Clear all SessionId's from the AuthRequest.
clearWarnings() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Clears all the warnings reported on this Statement object.
CLOSE - Static variable in class com.cafesoft.cams.session.control.SessionControlAction
Represents the CLOSE action.
close() - Method in class com.cafesoft.core.jdbc.StandardConnectionProvider
Close the ConnectionProvider.
close() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Close the ConnectionPoolManager NOTE: Once the manager is closed it cannot be restarted The close method will remove all ConnectionPools from any internal lists and will close them.
close() - Method in class com.cafesoft.core.jdbc.StandardConnectionPool
Close the ConnectionPool
close() - Method in class com.cafesoft.core.jdbc.PoolableConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in interface com.cafesoft.core.jdbc.ConnectionProvider
Close the ConnectionProvider.
close() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Close the ConnectionPoolManager NOTE: Once the manager is closed it cannot be restarted The close method will remove all ConnectionPools from any internal lists and will close them.
close() - Method in interface com.cafesoft.core.jdbc.ConnectionPool
Close the ConnectionPool
close() - Method in interface com.cafesoft.core.pool.ObjectPool
Close the ObjectPool.
close() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Close the ObjectPool.
close(Connection, Statement, ResultSet) - Static method in class com.cafesoft.core.jdbc.JdbcUtils
Close an SQLException connection.
closed - Variable in class com.cafesoft.core.jdbc.DelegatingConnection
Boolean flag that indicates if the connection is open or closed
CLOSED_STATUS - Static variable in class com.cafesoft.cams.session.SessionStatus
Closed Status SessionStatus object
com.cafesoft.cams - package com.cafesoft.cams
Cams API configuration classes.
com.cafesoft.cams.access - package com.cafesoft.cams.access
Cams access control service support.
com.cafesoft.cams.access.attr - package com.cafesoft.cams.access.attr
Cams Access Control Request Attribute Classes.
com.cafesoft.cams.access.url - package com.cafesoft.cams.access.url
Cams URL Resource Request Package
com.cafesoft.cams.agent - package com.cafesoft.cams.agent
Support for implementing Cams agents.
com.cafesoft.cams.agent.http - package com.cafesoft.cams.agent.http
Support for implementing Cams HTTP agents.
com.cafesoft.cams.attr - package com.cafesoft.cams.attr
Cams Attribute Classes.
com.cafesoft.cams.attr.func - package com.cafesoft.cams.attr.func
Cams Attribute Function Classes.
com.cafesoft.cams.auth - package com.cafesoft.cams.auth
Cams authentication service support.
com.cafesoft.cams.auth.callback - package com.cafesoft.cams.auth.callback
JAAS authentication CallbackHandler support.
com.cafesoft.cams.auth.login - package com.cafesoft.cams.auth.login
Login-specific authentication services support.
com.cafesoft.cams.auth.login.module - package com.cafesoft.cams.auth.login.module
JDBC, LDAP, and XML JAAS login modules.
com.cafesoft.cams.auth.login.userrepository - package com.cafesoft.cams.auth.login.userrepository
Support for optimized user, role, and passowrd services.
com.cafesoft.cams.client - package com.cafesoft.cams.client
CamsClient classes for supporting custom Cams agents.
com.cafesoft.cams.log - package com.cafesoft.cams.log
Cams trace logging support.
com.cafesoft.cams.oblig - package com.cafesoft.cams.oblig
Cams Obligation Classes.
com.cafesoft.cams.oblig.http - package com.cafesoft.cams.oblig.http
Cams HTTP Obligation Classes.
com.cafesoft.cams.ping - package com.cafesoft.cams.ping
Classes for testing connectivity to a Cams server.
com.cafesoft.cams.service - package com.cafesoft.cams.service
Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc.
com.cafesoft.cams.service.rmi - package com.cafesoft.cams.service.rmi
Defines various RMI specific services and support interfaces.
com.cafesoft.cams.session - package com.cafesoft.cams.session
Classes for managing Cams sessions.
com.cafesoft.cams.session.access - package com.cafesoft.cams.session.access
Cams session control service support.
com.cafesoft.cams.session.control - package com.cafesoft.cams.session.control
Cams session access service support.
com.cafesoft.cams.util - package com.cafesoft.cams.util
Cams utility classes.
com.cafesoft.core - package com.cafesoft.core
Core Cafesoft Code
com.cafesoft.core.data - package com.cafesoft.core.data
 
com.cafesoft.core.exception - package com.cafesoft.core.exception
Contains specific exceptions and base exceptions used by Cafesoft.
com.cafesoft.core.field - package com.cafesoft.core.field
Contains generic field definition, pattern, and validation classes.
com.cafesoft.core.jdbc - package com.cafesoft.core.jdbc
Contains classes for use with jdbc.
com.cafesoft.core.ldap - package com.cafesoft.core.ldap
Contains classes for use with Ldap.
com.cafesoft.core.lifecycle - package com.cafesoft.core.lifecycle
Support for objects that are started, stopped, etc.
com.cafesoft.core.log - package com.cafesoft.core.log
Logging support.
com.cafesoft.core.pool - package com.cafesoft.core.pool
Provides classes for object pooling.
com.cafesoft.core.service - package com.cafesoft.core.service
Services API support.
com.cafesoft.core.util - package com.cafesoft.core.util
Utility classes.
com.cafesoft.core.version - package com.cafesoft.core.version
Cafesoft Version Classes.
com.cafesoft.core.xml - package com.cafesoft.core.xml
Contains classes for Xml manipulation.
com.cafesoft.core.xml.dom - package com.cafesoft.core.xml.dom
Contains classes for manipulating the DOM.
commit() - Method in class com.cafesoft.cams.auth.login.module.SiteServerLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateJKSLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateLdapLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.RsaSecurIdLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.X509CertificateFileLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.XmlLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.LdapLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.ActiveDirectoryLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.DigipassJdbcLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.JdbcLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
compareTo(Object) - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Compares two ResourcePatterns and determines if a ResourcePattern is less than, equals to, or greater than another ResourcePattern.
compareTo(Object) - Method in class com.cafesoft.cams.access.AbstractPermission
Compares this object with the specified object for order.
concatenate(byte[], byte[]) - Static method in class com.cafesoft.core.util.ByteUtils
Return a byte array concatenated from two byte arrays.
CONFIDENTIAL - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for the confidential flag
config - Variable in class com.cafesoft.cams.access.AbstractPermissionCollection
The Config object passed in at initialization through which configuration parameters, services, and a Logger are available.
config - Variable in class com.cafesoft.cams.access.AbstractPermission
The Config object through which configuration parameters, services, and a Logger are available.
config - Variable in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
The Config from which resources are made available.
config - Variable in class com.cafesoft.cams.access.AbstractAccessControlRule
The Config from which resources are made available.
Config - interface com.cafesoft.cams.Config.
Config defines a general interface for accessing Cams configuration parameters, logging, services, and other resources.
ConfigException - exception com.cafesoft.cams.ConfigException.
ConfigException represents an exceptional condition encountered when attempting to configure a Cams component.
ConfigException() - Constructor for class com.cafesoft.cams.ConfigException
Create a LoginConfigurationException with no additional information.
ConfigE