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.AbstractLoginModule
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.AESOActiveDirectoryLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.AESOJdbcLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.AESOLdapLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.AESOX509CertLdapLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.AESOXmlLoginModule
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.DummyLoginModule
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).
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.RsaSecurIdLoginModule
Method to abort the authentication process (phase 2).
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.UnboundIDActiveDirectoryLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class com.cafesoft.cams.auth.login.module.UnboundIDLdapLoginModule
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.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.XmlLoginModule
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 in com.cafesoft.cams.access
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 in com.cafesoft.cams.access
AbstractAccessControlRulePersistenceManager provides generic method implementations for AccessControlRulePersistenceManager.
AbstractAccessControlRulePersistenceManager() - Constructor for class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
 
AbstractAttributeValue - Class in com.cafesoft.cams.attr
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 in com.cafesoft.cams.session
Abstract base class for all Session objects.
AbstractBaseSession(SessionId, String, long, Map) - Constructor for class com.cafesoft.cams.session.AbstractBaseSession
Create an AbstractBaseSession with the given SessionId and AuthenticationMethod Map
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
AbstractCamsHttpAgentRequest - Class in com.cafesoft.cams.agent.http
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 in com.cafesoft.cams.agent.http
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 in com.cafesoft.core.xml.dom
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 in com.cafesoft.core.field
Abstract implementation of the FieldInfo interface.
AbstractFieldInfo(String, Object, boolean, boolean) - Constructor for class com.cafesoft.core.field.AbstractFieldInfo
Create abstract FieldInfo.
AbstractFunction - Class in com.cafesoft.cams.attr.func
AbstractFunction is a superclass containing common implementation code for Functions.
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.
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[], 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.
AbstractLifecycleService - Class in com.cafesoft.core.service
An abstract implementation of the LifecycleService interface.
AbstractLifecycleService() - Constructor for class com.cafesoft.core.service.AbstractLifecycleService
Create a new AbstractLifecycleService.
AbstractLoginModule - Class in com.cafesoft.cams.auth.login.module
Abstract implementation of the LoginModule interface.
AbstractLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Creates a new AbstractLoginModule.
AbstractPermission - Class in com.cafesoft.cams.access
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 in com.cafesoft.cams.access
Abstract implementation of the PermissionCollection interface.
AbstractPermissionCollection() - Constructor for class com.cafesoft.cams.access.AbstractPermissionCollection
Create a new AbstractPermissionCollection.
AbstractResourcePattern - Class in com.cafesoft.cams.access
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 in com.cafesoft.cams.access
Base class for all ResourceRequests.
AbstractResourceRequest(ResourceType, String, String) - Constructor for class com.cafesoft.cams.access.AbstractResourceRequest
Create a new AbstractResourceRequest object.
AbstractService - Class in com.cafesoft.core.service
Provides basic implementation of a service.
AbstractService() - Constructor for class com.cafesoft.core.service.AbstractService
Create a new AbstractService.
AbstractServiceConnector - Class in com.cafesoft.core.service
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 interface com.cafesoft.core.log.MessageFilter
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.
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, Throwable) - Method in class com.cafesoft.core.log.MessageLevelMessageFilter
Tests whether or not the specified message should be logged.
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, Throwable) - Method in class com.cafesoft.core.log.StandardMessageFilter
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 in com.cafesoft.cams.access
Encapsulates key AccessControlService request and response parameters.
AccessControlCheckCache - Interface in com.cafesoft.cams.access
Caches AccessControlCheck instances.
AccessControlCheckException - Exception in com.cafesoft.cams.access
Thrown for errors associated with AccessControlCheck creation or usage.
AccessControlCheckException() - Constructor for exception com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException with no other information.
AccessControlCheckException(String) - Constructor for exception com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified message.
AccessControlCheckException(Throwable) - Constructor for exception com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified throwable.
AccessControlCheckException(String, Throwable) - Constructor for exception com.cafesoft.cams.access.AccessControlCheckException
Construct a new AccessControlCheckException for the specified message and throwable.
AccessControlException - Exception in com.cafesoft.cams.access
Thrown for errors that occur in the AccessControl subsystem of the CamsPolicyServer.
AccessControlException() - Constructor for exception com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException with no other information.
AccessControlException(String) - Constructor for exception com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified message.
AccessControlException(Throwable) - Constructor for exception com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified throwable.
AccessControlException(String, Throwable) - Constructor for exception com.cafesoft.cams.access.AccessControlException
Construct a new AccessControlException for the specified message and throwable.
AccessControlRequest - Interface in com.cafesoft.cams.access
The interface to an Access Control Request for a Cafesoft SecurityDomain's Access Control Engine.
AccessControlResponse - Interface in com.cafesoft.cams.access
AccessControlResponse defines the interface to an Access Control Response corresponding to an AccessControlRequest to a Cafesoft SecurityDomain's Access Control Engine.
AccessControlRule - Interface in com.cafesoft.cams.access
AccessControlRule defines an interface for a rule that implements access control logic.
AccessControlRuleElement - Interface in com.cafesoft.cams.access
AccessControlRuleElement is a tagging interface that identifies a class as a valid child "element" within an AccessControlRule.
AccessControlRuleFinder - Interface in com.cafesoft.cams.access
AccessControlRuleFinder defines an interface for finding AccessControlRule instances.
AccessControlRuleFinderClient - Interface in com.cafesoft.cams.access
AccessControlRuleFinderClient defines an interface for classes that wish to use an AccessControlRuleFinder.
AccessControlRulePersistenceManager - Interface in com.cafesoft.cams.access
AccessControlRulePersistenceManager defines the interface for classes that load, store, create, and remove AccessControlRule instances.
AccessControlService - Interface in com.cafesoft.cams.access
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 class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Create a new/empty AccessControlRule.
acrCreate() - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Create a new/empty AccessControlRule.
AcrEvaluationResultMatch - Class in com.cafesoft.cams.oblig
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 class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Load an AccessControlRule from persistent storage.
acrLoad(Object) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Load an AccessControlRule from persistent storage.
acrRemove(AccessControlRule) - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Remove an AccessControlRule from persistent storage.
acrRemove(AccessControlRule) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
Remove an AccessControlRule from persistent storage.
acrStore(AccessControlRule, Object) - Method in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
Store an AccessControlRule to persistent storage.
acrStore(AccessControlRule, Object) - Method in interface com.cafesoft.cams.access.AccessControlRulePersistenceManager
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.AbstractPermission
An array of Permission actions.
actions - Variable in class com.cafesoft.cams.access.AbstractResourceRequest
Colloquial actions of the ResourceRequest (i.e. this is the raw actions of the ResourceRequest).
actionsMask - Variable in class com.cafesoft.cams.access.AbstractPermission
A bit mask used to hold the actions associated with this Permission.
actionsMask - Variable in class com.cafesoft.cams.access.AbstractResourceRequest
ActionMask of the actions being performed on the ResourceRequest.
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() - 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.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.DelegatingStatement
Activate the Statement object This method simply sets the state of the Statement to that of the ready state.
activate(Connection) - Method in interface com.cafesoft.core.jdbc.PoolableConnectionFactory
Activate the Connection
activate(Connection) - Method in class com.cafesoft.core.jdbc.StandardPoolableConnectionFactory
Activate the Connection
ACTIVE_STATUS - Static variable in class com.cafesoft.cams.session.SessionStatus
Active Status SessionStatus object
ActiveDirectoryGroupNameService - Interface in com.cafesoft.cams.service
ActiveDirectoryGroupNameService defines the interface that enables lookup of Active Directory group names via their unique object security identifier (sid).
ActiveDirectoryLoginModule - Class in com.cafesoft.cams.auth.login.module
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 in com.cafesoft.cams.service
ActiveDirectoryPrimaryGroupService defines the interface that enables lookup of a Windows "Primary Group" name via its Group identifier.
add(ResourceRequest, AccessControlResponse) - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Adds an AccessControlCheck to the cache.
add(Attribute) - Method in interface com.cafesoft.cams.attr.AttributeSet
Add an Attribute.
add(Attribute) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Add an Attribute.
add(String, Validator) - Method in class com.cafesoft.core.data.StandardValidatorMap
Add a Validator for the specified key.
add(String, Validator) - Method in interface com.cafesoft.core.data.ValidatorMap
Add a Validator for the specified key.
add(Class, Service) - Method in interface com.cafesoft.core.service.ServiceManager
Add a Service to the registry.
add(Class, Service) - Method in class com.cafesoft.core.service.StandardServiceManager
Add a Service to the registry.
add(String, Object) - Method in class com.cafesoft.core.util.LruCache
Add a cached object.
add(ElementFactory) - Method in interface com.cafesoft.core.xml.dom.ElementFactoryRegistry
Add an ElementFactory.
add(ElementFactory) - Method in class com.cafesoft.core.xml.dom.StandardElementFactoryRegistry
Add an ElementFactory.
add(Node) - Method in class com.cafesoft.core.xml.dom.StandardNodeList
Add a Node to the NodeList.
addAppender(Appender) - Method in interface com.cafesoft.core.log.Log4JLogger
Add an appender to the Logger
addAppender(Appender) - Method in class com.cafesoft.core.log.StandardLog4JLogger
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(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Adds the given SQL command to the current list of commmands for this Statement object.
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.DelegatingPreparedStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
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.
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 class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentResponse
Adds the specified cookie to the response.
addExclusionRegex(Pattern) - Method in interface com.cafesoft.core.regex.RegexFilter
Add a regular expression to the exclusion filter.
addExclusionRegex(Pattern) - Method in class com.cafesoft.core.regex.StandardRegexFilter
Add a regular expression to the exclusion filter.
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 class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Adds the specified header and value to this CamsHttpAgentRequest.
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 interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Adds the specified header and value to this HttpRequest.
addInclusionRegex(Pattern) - Method in interface com.cafesoft.core.regex.RegexFilter
Add a regular expression to the inclusion filter.
addInclusionRegex(Pattern) - Method in class com.cafesoft.core.regex.StandardRegexFilter
Add a regular expression to the inclusion filter.
addLayout(Level, Layout) - Method in class com.cafesoft.core.log.MultiLayoutRollingFileAppender
Add a Layout to this appender
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.lifecycle.LifecycleBase
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class com.cafesoft.core.service.AbstractLifecycleService
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class com.cafesoft.core.service.StandardServiceManager
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 interface com.cafesoft.core.pool.LiteObjectPool
Add an Object to the ObjectPool.
addObject(Object, int) - Method in class com.cafesoft.core.pool.StandardLiteObjectPool
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 class com.cafesoft.cams.access.AbstractPermissionCollection
Add a Permission.
addPermission(Permission) - Method in interface com.cafesoft.cams.access.PermissionCollection
Add a Permission.
addPool(String, ConnectionPool) - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Add a ConnectionPool to the Manager
addPool(String, ConnectionPool) - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Add a ConnectionPool to the Manager
addRemoteSessionEventListener(RemoteSessionEventListener) - Method in class com.cafesoft.cams.session.RemoteSessionEventSupport
Add a RemoteSessionEventListener to this component.
addRemoteSessionEventListener(RemoteSessionEventListener) - Method in interface com.cafesoft.cams.session.RemoteSessionManager
Add a RemoteSessionEventListener.
addRequiredService(ServiceReference) - Method in interface com.cafesoft.core.service.ServiceAdapter
Add a reference to a required Service.
addRequiredService(ServiceReference) - Method in class com.cafesoft.core.service.StandardServiceAdapter
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 class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Add a SessionId to the request.
addSessionId(SessionId) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
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.
AESOActiveDirectoryLoginModule - Class in com.cafesoft.cams.auth.login.module
AESOActiveDirectoryLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and Microsoft Active Directory.
AESOActiveDirectoryLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AESOActiveDirectoryLoginModule
Default AESOActiveDirectoryLoginModule Constructor.
AESOJdbcLoginModule - Class in com.cafesoft.cams.auth.login.module
AESOAESOJdbcLoginModule provides login support for Cams Automatic Enterprise Sign-On (AESO) against relational databases accessible via JDBC.
AESOJdbcLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AESOJdbcLoginModule
Default AESOJdbcLoginModule Constructor.
AESOLdapLoginModule - Class in com.cafesoft.cams.auth.login.module
AESOLdapLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and LDAP v3 compliant directory servers.
AESOLdapLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AESOLdapLoginModule
Default AESOLdapLoginModule Constructor.
AESOX509CertLdapLoginModule - Class in com.cafesoft.cams.auth.login.module
AESOX509CertLdapLoginModule is a JAAS LoginModule used with Cams "Automatic Enterprise Sign-On" (AESO) and LDAP v3 compliant directory servers.
AESOX509CertLdapLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AESOX509CertLdapLoginModule
Default AESOX509CertLdapLoginModule Constructor.
AESOXmlLoginModule - Class in com.cafesoft.cams.auth.login.module
AESOXmlLoginModule implements the JAAS LoginModule interface and works in conjunction with Cams "Automatic Enterprise Sign-On" (AESO) to authenticate users and assign roles using information stored in a XML user repository.
AESOXmlLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.AESOXmlLoginModule
Default AESOXmlLoginModule Constructor.
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_FEATURES_DATE_STAMP - Static variable in class com.cafesoft.cams.attr.AttributeId
The standard URI for a Cams agent features date stamp
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 class com.cafesoft.core.field.AbstractFieldInfo
Get the null status.
allowNull() - Method in interface com.cafesoft.core.field.FieldInfo
Get the null value status.
allowShrinking() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Determine if Shrinking of Connections is allowed
allowShrinking() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Determine if Shrinking of Connections is allowed
ANY_REASON_CODE - Static variable in interface com.cafesoft.cams.oblig.EffectMatch
Constant used to represent ANY Effect reason code.
ANY_REASON_CODE - Static variable in interface com.cafesoft.cams.oblig.EvaluationResultMatch
Constant used to represent ANY EvaluationException 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 in com.cafesoft.cams.attr
Attribute defines the interface for metadata about an AccessControlRequest attribute and a possible AttributeValue if available.
AttributeCategory - Class in com.cafesoft.cams.attr
AttributeCategory represents a specific attribute classification.
AttributeCondition - Interface in com.cafesoft.cams.attr
AttributeCondition defines the interface for a disjunctive sequence of AttributeMatch instances for a given attribute category.
AttributeConditions - Interface in com.cafesoft.cams.attr
AttributeConditions defines the interface for a conjunctive sequence of AttributeCondition instances for a given attribute category.
AttributeDesignator - Interface in com.cafesoft.cams.attr
AttributeDesignator defines the interface for entities that select a bag values for a named attribute within an AccessControlContext.
AttributeId - Class in com.cafesoft.cams.attr
AttributeId is a factory/cache for URIs that identify Attributes.
AttributeMatch - Interface in com.cafesoft.cams.attr
AttributeMatch defines the interface matching EvaluationContext Attributes designated by and AttributeDesignator against a value or pattern using a MatchFunction.
AttributeSet - Interface in com.cafesoft.cams.attr
AttributeSet defines the interface for a unique collection of Attribute instances.
AttributeTarget - Interface in com.cafesoft.cams.access.attr
AttributeTarget defines the interface for a conjunctive sequence of AttributeConditions instances used to match an AccessControlRequest.
AttributeValue - Interface in com.cafesoft.cams.attr
AttributeValue defines the interface for entities representing a typed value.
AttributeValueFactory - Class in com.cafesoft.cams.attr
AttributeValueFactory provides factory methods for creation of AttributeValue instances.
AttributeValueParseException - Exception in com.cafesoft.cams.attr
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 exception com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException with no other information.
AttributeValueParseException(String) - Constructor for exception com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified message.
AttributeValueParseException(Throwable) - Constructor for exception com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified throwable.
AttributeValueParseException(String, Throwable) - Constructor for exception com.cafesoft.cams.attr.AttributeValueParseException
Construct a new AttributeValueParseException for the specified message and throwable.
authenticate(AuthRequest) - Method in interface com.cafesoft.cams.auth.AuthenticationService
Authenticate a subject.
authenticate() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Authenticate the user.
authenticate(String, String) - Method in interface com.cafesoft.core.jdbc.ConnectionPoolAuthenticator
Authenticate the user
authenticate(String, String) - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolAuthenticator
Authenticate the user
authenticate(String, String) - Method in class com.cafesoft.core.jdbc.UsernamePasswordConnectionPoolAuthenticator
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 in com.cafesoft.cams.auth
The AuthenticationMethod defines type safe constants used to identify standardized methods for authenticating subjects.
AuthenticationService - Interface in com.cafesoft.cams.auth
Defines an interface for a client-side AuthenticationService hosted under a CamsClient.
AuthException - Exception in com.cafesoft.cams.auth
AuthException represents an Exception within a Cafesoft SecurityDomain's Authentication Engine.
AuthException() - Constructor for exception com.cafesoft.cams.auth.AuthException
Construct a new AuthException with no other information.
AuthException(String) - Constructor for exception com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified message.
AuthException(Throwable) - Constructor for exception com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified throwable.
AuthException(String, Throwable) - Constructor for exception com.cafesoft.cams.auth.AuthException
Construct a new AuthException for the specified message and throwable.
AuthRequest - Interface in com.cafesoft.cams.auth
AuthRequest defines the interface to an Authentication Request for a Cafesoft SecurityDomain's Authentication Engine.
AuthResponse - Interface in com.cafesoft.cams.auth
AuthResponse defines the interface to an Authentication Response corresponding to an AuthRequest to a Cafesoft SecurityDomain's Authentication Engine.
AutoLoginNamePasswordCallbackHandler - Class in com.cafesoft.cams.auth.callback
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 in com.cafesoft.cams.auth
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 in com.cafesoft.cams.attr
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 in com.cafesoft.core.util
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(String, Remote) - Method in interface com.cafesoft.cams.service.rmi.RMIRegistryProxyService
Binds a remote reference to the specified name in this service.
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.
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 in com.cafesoft.cams.attr
BooleanAttributeValue represents an attribute value of type: urn:cams:1.0:names:data-type:boolean.
borrowObject() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Borrow an object from the ObjectPool.
borrowObject() - Method in interface com.cafesoft.core.pool.LiteObjectPool
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 class com.cafesoft.core.pool.StandardLiteObjectPool
Borrow an Object from the ObjectPool.
ByteUtils - Class in com.cafesoft.core.util
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_AESO_LOGIN - Static variable in class com.cafesoft.cams.auth.AuthenticationMethod
The authentication was performed by means of a Cams Automatic Enterprise Sign-On (AES0).
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 in com.cafesoft.cams.agent
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 in com.cafesoft.cams.agent
The CamsAgentContextFactory class is a factory object that is responsible for creating CamsAgentContext objects.
CamsAgentException - Exception in com.cafesoft.cams.agent
CamsAgentException is a general CamsAgentException
CamsAgentException() - Constructor for exception com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(String) - Constructor for exception com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(Throwable) - Constructor for exception com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentException(String, Throwable) - Constructor for exception com.cafesoft.cams.agent.CamsAgentException
Create a new CamsAgentException.
CamsAgentFeaturesDateStamp - Class in com.cafesoft.cams.agent
CamsFeaturesDateStamp centralized date stamp constants used to indicate the feature set supported by an agent instance.
CamsAgentFeaturesDateStamp() - Constructor for class com.cafesoft.cams.agent.CamsAgentFeaturesDateStamp
 
CamsClient - Interface in com.cafesoft.cams.client
Defines a central interface for connecting to a Cams policy server and accessing services.
CamsClientFactory - Interface in com.cafesoft.cams.client
Constructs an instance of CamsClient using the config property 'cams.client.class.'
CamsException - Exception in com.cafesoft.cams
CamsException represents an exceptional condition thrown from within Cams that must be handled by application code.
CamsException() - Constructor for exception com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(String) - Constructor for exception com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(Throwable) - Constructor for exception com.cafesoft.cams.CamsException
Create a new CamsException.
CamsException(String, Throwable) - Constructor for exception com.cafesoft.cams.CamsException
Create a new CamsException.
CamsHttpAgent - Interface in com.cafesoft.cams.agent.http
Provides methods for authentication, logout, accessing a session, and access control.
CamsHttpAgentException - Exception in com.cafesoft.cams.agent.http
CamsHttpAgentException represents an exceptional condition thrown from within CamsHttpAgent that must be handled by agent code.
CamsHttpAgentException() - Constructor for exception com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(String) - Constructor for exception com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(Throwable) - Constructor for exception com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentException(String, Throwable) - Constructor for exception com.cafesoft.cams.agent.http.CamsHttpAgentException
Create a new CamsHttpAgentException.
CamsHttpAgentRequest - Interface in com.cafesoft.cams.agent.http
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 in com.cafesoft.cams.agent.http
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 in com.cafesoft.cams.agent.http
The CamsHttpAgentStatusCode class is a typesafe constant enumeration of CamsHttpAgent status codes.
CamsServiceMonitor - Interface in com.cafesoft.cams.service
Interface for a CamsServiceMonitor.
CamsServiceState - Class in com.cafesoft.cams.service
Type safe constant class that contains all of the various CamsServiceStates.
CamsTraceLogger - Class in com.cafesoft.cams.log
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 in com.cafesoft.cams.client
CamsTransportException is thrown when attempts by a CamsService fail to transport messages between the CamsClient and the CamsPolicyServer.
CamsTransportException() - Constructor for exception com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsTransportException(String) - Constructor for exception com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsTransportException(String, Throwable) - Constructor for exception com.cafesoft.cams.client.CamsTransportException
Create a new CamsTransportException
CamsVersion - Class in com.cafesoft.cams
Version information for the Cams code component.
cancel() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
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.DelegatingStatement
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 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.
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.
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.
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.
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
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.DelegatingPreparedStatement
Determine if the Statement is open or closed
checkOpen() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Determine if the Statement is open or closed
ClassInstantiationException - Exception in com.cafesoft.core.util
An exception that is thrown if errors occur dynamically instantiating classes
ClassInstantiationException() - Constructor for exception com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException with no other information.
ClassInstantiationException(String) - Constructor for exception com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified message.
ClassInstantiationException(Throwable) - Constructor for exception com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified throwable.
ClassInstantiationException(String, Throwable) - Constructor for exception com.cafesoft.core.util.ClassInstantiationException
Construct a new ClassInstantiationException for the specified message and throwable.
ClassUtils - Class in com.cafesoft.core.util
Provides methods to perform utility functions on classes.
ClassUtils() - Constructor for class com.cafesoft.core.util.ClassUtils
 
cleanIdle(int) - Method in class com.cafesoft.core.pool.DefaultObjectPool
Remove the given number of idle objects from the ObjectPool.
cleanIdle() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Remove idle objects from the ObjectPool.
cleanIdle() - Method in interface com.cafesoft.core.pool.ObjectPool
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.
clear() - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Clears the cache.
clear() - Method in interface com.cafesoft.cams.attr.AttributeSet
Clear all Attributes.
clear() - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Clear all Attributes.
clear() - Method in class com.cafesoft.core.util.LruCache
Clear the cache.
clearBatch() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
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.DelegatingStatement
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Clears the current parameter values immediately.
clearParameters() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
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.DelegatingCallableStatement
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.DelegatingPreparedStatement
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.DelegatingStatement
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 interface com.cafesoft.core.jdbc.ConnectionPool
Close the ConnectionPool
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.ConnectionProvider
Close the ConnectionProvider.
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 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.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.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.DelegatingStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close(Connection, Statement, ResultSet) - Static method in class com.cafesoft.core.jdbc.JdbcUtils
Close an SQLException connection.
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.StandardConnectionPool
Close the ConnectionPool
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.StandardConnectionProvider
Close the ConnectionProvider.
close() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Close the ObjectPool.
close() - Method in interface com.cafesoft.core.pool.ObjectPool
Close the ObjectPool.
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.regex - package com.cafesoft.core.regex
 
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.AbstractLoginModule
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.AESOActiveDirectoryLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.AESOJdbcLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.AESOLdapLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.AESOX509CertLdapLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.AESOXmlLoginModule
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.DummyLoginModule
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.cams.auth.login.module.LdapLoginModule
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.SiteServerLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.UnboundIDActiveDirectoryLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class com.cafesoft.cams.auth.login.module.UnboundIDLdapLoginModule
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.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.XmlLoginModule
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.AbstractPermission
Compares this object with the specified object for order.
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.
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.AbstractAccessControlRule
The Config from which resources are made 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.AbstractPermission
The Config object through which configuration parameters, services, and a Logger are available.
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 - Interface in com.cafesoft.cams
Config defines a general interface for accessing Cams configuration parameters, logging, services, and other resources.
ConfigException - Exception in com.cafesoft.cams
ConfigException represents an exceptional condition encountered when attempting to configure a Cams component.
ConfigException() - Constructor for exception com.cafesoft.cams.ConfigException
Create a LoginConfigurationException with no additional information.
ConfigException(String) - Constructor for exception com.cafesoft.cams.ConfigException
Create a LoginConfigurationException with a detailed message.
ConfigException(Throwable) - Constructor for exception com.cafesoft.cams.ConfigException
Create a LoginConfigurationException with a nested exception.
ConfigException(String, Throwable) - Constructor for exception com.cafesoft.cams.ConfigException
Create a LoginConfigurationException with no additional information.
ConfigSupport - Class in com.cafesoft.cams.util
A Helper class that performs common functions on Config Objects
ConfigSupport() - Constructor for class com.cafesoft.cams.util.ConfigSupport
 
ConfigurationException - Exception in com.cafesoft.core.exception
ConfigurationException is a general Exception that can be used to convey a configuration error.
ConfigurationException() - Constructor for exception com.cafesoft.core.exception.ConfigurationException
Create a new ConfigurationException.
ConfigurationException(String) - Constructor for exception com.cafesoft.core.exception.ConfigurationException
Create a new ConfigurationException.
ConfigurationException(String, Throwable) - Constructor for exception com.cafesoft.core.exception.ConfigurationException
Create a new ConfigurationException.
configure(Properties) - Method in interface com.cafesoft.core.jdbc.ConnectionProvider
Configure the ConnectionProvider.
configure(Properties) - Method in class com.cafesoft.core.jdbc.StandardConnectionProvider
Configure the ConnectionProvider.
configureLog4J(String, Object) - Static method in class com.cafesoft.core.util.TestUtils
Configure Log4j to run for the particular test class.
configureLog4J(String, String, Object) - Static method in class com.cafesoft.core.util.TestUtils
Configure Log4j to run for the particular test class.
connect() - Method in interface com.cafesoft.cams.client.CamsClient
Connect to the CamsPolicyServer.
connect(String, Properties) - Method in class com.cafesoft.core.jdbc.PoolingConnectionDriver
Attempts to make a database connection to the given URL.
connection - Variable in class com.cafesoft.core.jdbc.DelegatingConnection
The underlying Connection object which all calls are delegated to
ConnectionConfig - Interface in com.cafesoft.core.jdbc
Interface for a configuration object that is used to configure a Connection
ConnectionConfig - Class in com.cafesoft.core.ldap
ConnectionConfig encapsulates a set of LDAP Connection parameters.
ConnectionConfig(String, int, int, String, String) - Constructor for class com.cafesoft.core.ldap.ConnectionConfig
Create a new ConnectionConfig object.
ConnectionException - Interface in com.cafesoft.cams.client
ConnectionException represents an Exception with a network connection between a CamsClient and a Cams Policy Server.
ConnectionExceptionListener - Interface in com.cafesoft.cams.client
Provides a manner of notifying when a connection exception has occurred.
ConnectionExceptionType - Class in com.cafesoft.cams.client
Type safe constant class that contains the ConnectionException types that can occur
connectionHost - Variable in class com.cafesoft.core.ldap.ConnectionConfig
KRJ - doc
ConnectionInfo - Interface in com.cafesoft.core.jdbc
ConnectionInfo contains information relevant to the Connection Object.
connectionName - Variable in class com.cafesoft.core.ldap.ConnectionConfig
KRJ - doc
connectionPassword - Variable in class com.cafesoft.core.ldap.ConnectionConfig
KRJ - doc
ConnectionPool - Interface in com.cafesoft.core.jdbc
Interface for an ObjectPool of java.sql.Connection Objects
ConnectionPoolAuthenticator - Interface in com.cafesoft.core.jdbc
Interface for an authentication object which determines if a user is authenticated to use the Connection
ConnectionPoolConfig - Interface in com.cafesoft.core.jdbc
Interface for a configuration object that is used to configure the ConnectionPool
ConnectionPoolException - Exception in com.cafesoft.core.jdbc
Exception thrown if an error occurs with the ConnectionPool objects
ConnectionPoolException(String) - Constructor for exception com.cafesoft.core.jdbc.ConnectionPoolException
Create a ConnectionPoolException with a detailed message
ConnectionPoolException(Exception) - Constructor for exception com.cafesoft.core.jdbc.ConnectionPoolException
Create a ConnectionPoolException with an Exception that caused this Exception
ConnectionPoolException(String, Exception) - Constructor for exception com.cafesoft.core.jdbc.ConnectionPoolException
Create a ConnectionPoolException with a detailed message and an Exception that caused this Exception
ConnectionPoolInfo - Interface in com.cafesoft.core.jdbc
The ConnectionPoolInfo interface defines an Object that contains data pertinant to the ConnectionPool's state
ConnectionPoolManager - Interface in com.cafesoft.core.jdbc
Interface that defines an Object that manages a collection of Object pools.
ConnectionPoolManagerInfo - Interface in com.cafesoft.core.jdbc
The ConnectionPoolManagerInfo interface defines an Object that contains data pertinant to the ConnectionPoolManager's state
connectionPort - Variable in class com.cafesoft.core.ldap.ConnectionConfig
KRJ - doc
ConnectionProvider - Interface in com.cafesoft.core.jdbc
ConnectionProvider defines the interface for objects that provide access to JDBC Connections.
contains(AttributeValue) - Method in class com.cafesoft.cams.attr.BagAttributeValue
Returns true if this set contains the specified value.
containsAll(BagAttributeValue) - Method in class com.cafesoft.cams.attr.BagAttributeValue
Returns true if this bag contains all of the values of the specified bag.
containsAttributeCategory(URI) - Method in interface com.cafesoft.cams.attr.AttributeSet
Returns true if the specified attribute category is represented in in this AttributeSet.
containsAttributeCategory(URI) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Returns true if the specified attribute category is represented in in this AttributeSet.
containsCamsHeaders() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Determine if the CamsHttpAgentRequest contains CAMS HTTP Headers.
containsCamsHeaders() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Determine if the CamsHttpAgentRequest contains CAMS HTTP Headers.
containsHeader(String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Returns a boolean indicating whether the named response header has already been set.
containsKey(String) - Method in class com.cafesoft.core.data.StandardValidatorMap
Returns true if the ValidtorMap contains the specified key.
containsKey(String) - Method in interface com.cafesoft.core.data.ValidatorMap
Returns true if the ValidtorMap contains the specified key.
containsOverlapping(Permission) - Method in class com.cafesoft.cams.access.AbstractPermissionCollection
Check for an overlapping Permission.
containsOverlapping(Permission) - Method in interface com.cafesoft.cams.access.PermissionCollection
Check for an overlapping Permission.
Context - Interface in com.cafesoft.cams
Context defines the interface to an object that provides configuration parameters and resources to a component deployed within the Cams environment.
controlSession(SessionControlRequest) - Method in interface com.cafesoft.cams.session.control.SessionControlService
SessionControlenticate a subject.
convert(String) - Static method in class com.cafesoft.core.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class com.cafesoft.core.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert2Int(byte[]) - Static method in class com.cafesoft.core.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
create(ResourceRequest, AccessControlResponse) - Static method in class com.cafesoft.cams.access.AccessControlCheck
A factory method used to create an AccessControlCheck from an AccessControlRequest and an AccessControlResponse.
create(Object) - Method in interface com.cafesoft.cams.auth.login.userrepository.UserRepositoryFactory
Create a UserRepository
create(Config) - Method in interface com.cafesoft.cams.client.CamsClientFactory
Create a new CamsClient instance.
create(Object) - Method in class com.cafesoft.core.data.PropertiesValidatorMapFactory
Create a ValidatorMap.
create(Object) - Method in interface com.cafesoft.core.data.ValidatorMapFactory
Create a ValidatorMap.
create(ConnectionConfig) - Method in interface com.cafesoft.core.jdbc.PoolableConnectionFactory
Create a new Connection
create(ConnectionConfig) - Method in class com.cafesoft.core.jdbc.StandardPoolableConnectionFactory
Create a new Connection
create(Properties, String, boolean, Logger, boolean) - Static method in class com.cafesoft.core.regex.PropertiesRegexFilterFactory
Create a RegexFilter from values in a Properties object.
create(Element) - Method in class com.cafesoft.core.xml.dom.AbstractElementFactory
Create the Object associated with an XML Element.
create(Element) - Method in interface com.cafesoft.core.xml.dom.ElementFactory
Create the Object associated with an XML Element.
createAccessControlRequest() - Method in interface com.cafesoft.cams.access.AccessControlService
Create an empty AccessControlRequest.
createAppender(Log4JAppenderType, Properties) - Method in class com.cafesoft.core.log.Log4JAppenderFactory
Create a Log4j Appender object This method will construct the specified type of Log4j appender and will create it.
createAttributeValue(URI, String) - Method in class com.cafesoft.cams.attr.AttributeValueFactory
Create an AttributeValue.
createAttributeValue(String) - Method in class com.cafesoft.cams.attr.AttributeValueFactory
Create a String AttributeValue.
createAttributeValue(boolean) - Method in class com.cafesoft.cams.attr.AttributeValueFactory
Create a boolean AttributeValue.
createAuthRequest() - Method in interface com.cafesoft.cams.auth.AuthenticationService
Create an empty AuthRequest.
createCtx(String, String, Properties) - Method in class com.cafesoft.cams.agent.CamsAgentContextFactory
Create a CamsAgentContext object.
createDigestString(String, String, byte[]) - Static method in class com.cafesoft.core.util.DigestString
Return a digestString without an algorithm label.
createDigestString(String, String, byte[], String) - Static method in class com.cafesoft.core.util.DigestString
Return a digestString with an algorithm label.
createDigestString(String, String) - Static method in class com.cafesoft.core.util.DigestString
Returns a digest of the strValue based on the specified alogrithm.
createEmptyBag(URI) - Static method in class com.cafesoft.cams.attr.BagAttributeValue
Convenience function that returns a bag with no elements
createFunction(URI) - Method in class com.cafesoft.cams.attr.func.FunctionFactory
Tries to get an instance of the specified function.
createFunction(String) - Method in class com.cafesoft.cams.attr.func.FunctionFactory
Tries to get an instance of the specified function.
createInstance(Properties, String, String) - Method in class com.cafesoft.core.field.PropertiesFieldInfoFactory
Create a new FieldInfo instance.
createInstance(String) - Static method in class com.cafesoft.core.util.ClassUtils
Instantiate a new instance of the specified class name.
createInstance(String, Object[]) - Static method in class com.cafesoft.core.util.ClassUtils
Instantiate a new Instance of the specified class name.
createInstance(String, Object[], Class[]) - Static method in class com.cafesoft.core.util.ClassUtils
Instantiate a new Instance of the specified class name.
createObject() - Method in class com.cafesoft.core.pool.DefaultPoolableObjectFactory
Create a new object for the ObjectPool
createObject() - Method in interface com.cafesoft.core.pool.PoolableObjectFactory
Create a new object for the ObjectPool
createPermission(ResourceType, String, boolean, String[], AccessControlRule) - Method in interface com.cafesoft.cams.access.PermissionFactory
Create a Permission with an associated AccessControlRule.
createPermission(ResourceType, String, boolean, String[], String) - Method in interface com.cafesoft.cams.access.PermissionFactory
Create a Permission with an associated SecurityDomain delegate.
createPingRequest() - Method in interface com.cafesoft.cams.ping.PingService
Create an empty PingRequest.
createPool() - Method in interface com.cafesoft.core.pool.ObjectPoolFactory
Create an ObjectPool
createPool(int) - Method in interface com.cafesoft.core.pool.ObjectPoolFactory
Create an ObjectPool
createPool(int, int) - Method in interface com.cafesoft.core.pool.ObjectPoolFactory
Create an ObjectPool
createPool(int, int, long) - Method in interface com.cafesoft.core.pool.ObjectPoolFactory
Create an ObjectPool
createRegistry(Object) - Method in interface com.cafesoft.cams.access.ResourceTypeRegistryFactory
Create a new ResourceTypeRegistry.
createResourceRequest(ResourceType, String, String) - Method in interface com.cafesoft.cams.access.ResourceRequestFactory
Create a ResourceRequest.
createResourceRequest(ResourceType, String, String) - Method in class com.cafesoft.cams.access.url.UrlResourceRequestFactory
Create a ResourceRequest.
createSessionAccessRequest() - Method in interface com.cafesoft.cams.session.access.SessionAccessService
Create an empty SessionAccessRequest.
createSessionControlRequest() - Method in interface com.cafesoft.cams.session.control.SessionControlService
Create an empty SessionControlRequest.
createSocket(String, int) - Method in class com.cafesoft.cams.auth.login.module.TimeoutLDAPSocketFactory
Create a new Socket to an LDAP server.
createStatement() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createURI(String) - Static method in class com.cafesoft.cams.attr.AttributeId
Create a new AttributeId URI.
createURI(String) - Static method in class com.cafesoft.cams.attr.DataType
Create a new DataType URI.
crypt(String, String) - Static method in class com.cafesoft.core.util.UnixCrypt
Encrypt a password given the cleartext password and a "salt".
crypt(String) - Static method in class com.cafesoft.core.util.UnixCrypt
Encrypt a password given the cleartext password.
CSCoreVersion - Class in com.cafesoft.core
Version information for the CSCore component.
CSRolePrincipal - Class in com.cafesoft.cams.auth
CSRolePrincipal represents a Cafesoft Security System Role Principal.
CSRolePrincipal(String) - Constructor for class com.cafesoft.cams.auth.CSRolePrincipal
Create a CSRolePrincipal with the specified role name.
CSUserPrincipal - Class in com.cafesoft.cams.auth
Represents a Cafesoft Security System User Principal.
CSUserPrincipal(String) - Constructor for class com.cafesoft.cams.auth.CSUserPrincipal
Create a CSUserPrincipal with the specified username.

D

DATA_TYPE_ID - Static variable in class com.cafesoft.cams.attr.BooleanAttributeValue
Official Cams identifier of this type
DATA_TYPE_ID - Static variable in class com.cafesoft.cams.attr.StringAttributeValue
Official Cams data type identifer of this type
DatasourceConfig - Class in com.cafesoft.core.jdbc
Encapsulates a set of JDBC parameters for a DataSource.
DatasourceConfig(String, String, String, String) - Constructor for class com.cafesoft.core.jdbc.DatasourceConfig
Create a new DatasourceConfig object.
DataType - Class in com.cafesoft.cams.attr
DataType provides facilities for creating and validating attribute-based data types.
DATE_STAMP_1_INT - Static variable in class com.cafesoft.cams.agent.CamsAgentFeaturesDateStamp
The integer representation of DATE_STAMP_1_STR (for convenience if an integer comparison is used).
DATE_STAMP_1_STR - Static variable in class com.cafesoft.cams.agent.CamsAgentFeaturesDateStamp
The string representation of a date stamp associated with agents that understand all service responses prior to and including July 13, 2010 plus the following: Support for AccessControlResponse reason code: RC_DEFAULT_BIAS_APPLIED_SESSION_EXPIRED Support for AccessControlResponse reason code: RC_ACCESS_GRANTED_CONDITIONALLY_SESSION_EXPIRED Support for AccessControlResponse reason code: RC_ACCESS_GRANTED_UNCONDITIONALLY_SESSION_EXPIRED These reason codes were added to support certain "proactive" AUTOLOGIN use cases and to facilitate flushing of an expired session from an agent's session cache.
DateUtils - Class in com.cafesoft.core.util
DateUtils is a class of methods for parsing, validating and otherwise working with dates.
DateUtils() - Constructor for class com.cafesoft.core.util.DateUtils
 
debug - Variable in class com.cafesoft.cams.access.AbstractAccessControlRule
A flag that enables/disables DEBUG-level messages.
debug - Variable in class com.cafesoft.cams.access.AbstractAccessControlRulePersistenceManager
A flag that enables/disables DEBUG-level messages
debug - Variable in class com.cafesoft.cams.access.AbstractPermissionCollection
A flag that enables/disables DEBUG-level messages.
debug - Variable in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
A flag used to indicate whether DEBUG-level messages should be logged.
debug - Variable in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Enables/disables debugging.
debug(Object, String) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a debug message from the specified source object.
debug(Object, String) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a debug message from the specified source object.
DEBUG - Static variable in interface com.cafesoft.core.log.Logger
A flag used to indicate that a message is at the "DEBUG" level.
debug(Object, String) - Method in interface com.cafesoft.core.log.Logger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in interface com.cafesoft.core.log.Logger
Log a debug message from the specified source object.
debug(Object, String) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a debug message from the specified source object.
debug(Object, String) - Method in class com.cafesoft.core.log.StderrLogger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in class com.cafesoft.core.log.StderrLogger
Log a debug message from the specified source object.
debug(Object, String) - Method in class com.cafesoft.core.log.StdoutLogger
Log a debug message from the specified source object.
debug(Object, String, Throwable) - Method in class com.cafesoft.core.log.StdoutLogger
Log a debug message from the specified source object.
debug - Variable in class com.cafesoft.core.service.AbstractLifecycleService
A flag that controls logging of DEBUG-level messages.
debug - Variable in class com.cafesoft.core.service.AbstractService
A flag that controls logging of DEBUG-level messages.
debug - Static variable in class com.cafesoft.core.util.NamespaceMapUtils
Global debug flag.
debug - Static variable in class com.cafesoft.core.util.SystemUtils
Debug flag that determines if debugging is enabled for the SystemUtils class.
debug - Variable in class com.cafesoft.core.xml.DefaultXmlHandler
A flag used to enable/disable DEBUG-level messages.
Debuggable - Interface in com.cafesoft.core.util
Debuggable defines an interface for enabling/disabling debugging of Object instances.
DEC - Static variable in class com.cafesoft.core.util.HexUtils
 
decode(char[]) - Static method in class com.cafesoft.core.util.Base64
Returns an array of bytes which were encoded in the passed character array.
decodeChainFromPEM(String) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode an X509Certificate chain from a PEM formatted String.
decodeChainFromPEM(InputStream) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode an X509Certificate chain from a PEM formatted InputStream.
decodeChainFromPEM(File) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode an X509Certificate chain from a PEM formatted File.
decodeFromPEM(String) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode an X509Certificate from a PEM formatted String.
decodeFromPEM(File) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode a single X509Certificate from a PEM formatted File.
decodeFromPEM(InputStream) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Decode an X509Certificate from a PEM formatted InputStream.
DEFAULT_END_TOKEN_DELIMITER - Static variable in class com.cafesoft.core.util.TokenDelimiterSpec
The default end token delimiter.
DEFAULT_MESSAGE_FILTER - Static variable in class com.cafesoft.core.log.MessageLevelMessageFilter
A single default instance of the MessageLevelMessageFilter.
DEFAULT_NAMESPACE - Static variable in interface com.cafesoft.core.util.NamespaceMap
The default namespace that all name/value pairs are inserted.
DEFAULT_NAMESPACE_TOKEN_DELIMITER - Static variable in class com.cafesoft.core.util.TokenDelimiterSpec
The default namespace token delimiter.
DEFAULT_START_TOKEN_DELIMITER - Static variable in class com.cafesoft.core.util.TokenDelimiterSpec
The default start token delimiter.
DEFAULT_STDERR_LOGGER - Static variable in class com.cafesoft.core.log.StderrLogger
Most objects create a StderrLogger object as there default logger as to avoid NullPointerExceptions when attempting to log information However, the end result is that each object create's it's own logger that is basically the same accross the board.
DEFAULT_STDOUT_LOGGER - Static variable in class com.cafesoft.core.log.StdoutLogger
Most objects create a StdoutLogger object as there default logger as to avoid NullPointerExceptions when attempting to log information However, the end result is that each object create's it's own logger that is basically the same accross the board.
DEFAULT_TOKEN_DELIMITER_SPEC - Static variable in class com.cafesoft.core.util.TokenDelimiterSpec
The default TokenDelmiterSpec.
DefaultFieldValidationRule - Class in com.cafesoft.core.field
Default implementation of the FieldValidationRule interface.
DefaultFieldValidationRule(FieldInfo) - Constructor for class com.cafesoft.core.field.DefaultFieldValidationRule
Create a new DefaultFieldValidationRule.
DefaultObjectPool - Class in com.cafesoft.core.pool
Provides a generic implementation of the ObjectPool interface.
DefaultObjectPool() - Constructor for class com.cafesoft.core.pool.DefaultObjectPool
Create a new DefaultObjectPool.
DefaultObjectPool(PoolableObjectFactory) - Constructor for class com.cafesoft.core.pool.DefaultObjectPool
Create a new DefaultObjectPool Creates an object pool with no minimum, no maximum, and no expiration time.
DefaultObjectPool(PoolableObjectFactory, int) - Constructor for class com.cafesoft.core.pool.DefaultObjectPool
Create a new DefaultObjectPool.
DefaultObjectPool(PoolableObjectFactory, int, int) - Constructor for class com.cafesoft.core.pool.DefaultObjectPool
Create a new DefaultObjectPool.
DefaultObjectPool(PoolableObjectFactory, int, int, long) - Constructor for class com.cafesoft.core.pool.DefaultObjectPool
Create a new DefaultObjectPool Creates an object pool with the specified minimum, specified maximum, and the specified expiration time.
DefaultPoolableObjectFactory - Class in com.cafesoft.core.pool
The DefaultPoolableObjectFactory provides a default implementation of the PoolableObjectFactory.
DefaultPoolableObjectFactory() - Constructor for class com.cafesoft.core.pool.DefaultPoolableObjectFactory
 
DefaultXmlHandler - Class in com.cafesoft.core.xml
DefaultXmlHandler provides general XML handling facilities.
DefaultXmlHandler(String[], Logger) - Constructor for class com.cafesoft.core.xml.DefaultXmlHandler
Create a new DefaultXmlHandler.
DefaultXmlHandler(String[], Logger, String) - Constructor for class com.cafesoft.core.xml.DefaultXmlHandler
Create a new DefaultXmlHandler.
DelegatingCallableStatement - Class in com.cafesoft.core.jdbc
The DelegatingCallableStatement Object implements the java.sql.CallableStatement interface.
DelegatingCallableStatement(Connection, CallableStatement) - Constructor for class com.cafesoft.core.jdbc.DelegatingCallableStatement
Create a new DelegatingCallableStatement object
DelegatingConnection - Class in com.cafesoft.core.jdbc
A delegating class that delegates all method calls to the java.sql.Connection interface to an underlying Connection object
DelegatingConnection(Connection) - Constructor for class com.cafesoft.core.jdbc.DelegatingConnection
Create a new DelegatingConnection object
DelegatingPreparedStatement - Class in com.cafesoft.core.jdbc
The DelegatingPreparedStatement Object implements the java.sql.PreparedStatement interface.
DelegatingPreparedStatement(Connection, PreparedStatement) - Constructor for class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Create a new DelegatingPreparedStatement object
DelegatingResultSet - Class in com.cafesoft.core.jdbc
A wrapper for the ResultSet Object This class implements the java.sql.ResultSet interface buy delegating all method calls to an underlying ResultSet Object that is passed in via the Constructor.
DelegatingResultSet(Statement, ResultSet) - Constructor for class com.cafesoft.core.jdbc.DelegatingResultSet
 
DelegatingStatement - Class in com.cafesoft.core.jdbc
The DelegatingStatement Object implements the java.sql.Statement interface.
DelegatingStatement(Connection, Statement) - Constructor for class com.cafesoft.core.jdbc.DelegatingStatement
Create a new DelegatingStatement object
deleteRow() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Deletes the current row from this ResultSet object and from the underlying database.
desc - Variable in class com.cafesoft.cams.access.AbstractAccessControlRule
A textual description of the AccessControlRule.
desc - Variable in class com.cafesoft.cams.access.AbstractPermission
A textual description of this Permission.
destroy() - Method in class com.cafesoft.cams.access.AbstractAccessControlRule
Destroy the AccessControlRule.
destroy() - Method in interface com.cafesoft.cams.access.AccessControlRule
Destroy the AccessControlRule.
destroy(AccessControlRequest) - Method in interface com.cafesoft.cams.access.AccessControlService
Destroy an AccessControlRequest.
destroy(AccessControlResponse) - Method in interface com.cafesoft.cams.access.AccessControlService
Destroy an AccessControlResponse.
destroy() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Destroys the CamsAgentContext.
destroy() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Destroy the CamsHttpAgentRequest.
destroy() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Destroy the CamsHttpAgentResponse.
destroy() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgent
Destroy the CamsHttpAgent
destroy() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Destroy the CamsHttpAgentRequest.
destroy() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentResponse
Destroy the CamsHttpAgentResponse.
destroy(AuthRequest) - Method in interface com.cafesoft.cams.auth.AuthenticationService
Destroy an AuthRequest.
destroy(AuthResponse) - Method in interface com.cafesoft.cams.auth.AuthenticationService
Destroy an AuthResponse.
destroy() - Method in class com.cafesoft.cams.auth.login.module.AbstractLoginModule
Destroy the object and it's resources.
destroy() - Method in interface com.cafesoft.cams.client.CamsClient
Destroy the CamsClient.
destroy(PingRequest) - Method in interface com.cafesoft.cams.ping.PingService
Destroy an PingRequest.
destroy(PingResponse) - Method in interface com.cafesoft.cams.ping.PingService
Destroy an PingResponse.
destroy(SessionAccessRequest) - Method in interface com.cafesoft.cams.session.access.SessionAccessService
Destroy an SessionAccessRequest.
destroy(SessionAccessResponse) - Method in interface com.cafesoft.cams.session.access.SessionAccessService
Destroy an SessionAccessResponse.
destroy(SessionControlRequest) - Method in interface com.cafesoft.cams.session.control.SessionControlService
Destroy an SessionControlRequest.
destroy(SessionControlResponse) - Method in interface com.cafesoft.cams.session.control.SessionControlService
Destroy an SessionControlResponse.
destroy() - Method in class com.cafesoft.core.data.StandardValidatorMap
Destroy the ValidatorMap.
destroy() - Method in interface com.cafesoft.core.data.ValidatorMap
Destroy the ValidatorMap.
destroy() - Method in interface com.cafesoft.core.jdbc.ConnectionPool
Destroy the ConnectionPool
destroy() - Method in interface com.cafesoft.core.jdbc.ConnectionProvider
Destroy the ConnectionProvider.
destroy(Connection) - Method in interface com.cafesoft.core.jdbc.PoolableConnectionFactory
Destroy the Connection Object
destroy() - Method in class com.cafesoft.core.jdbc.StandardConnectionPool
Destroy the ConnectionPool
destroy() - Method in class com.cafesoft.core.jdbc.StandardConnectionProvider
Destroy the ConnectionProvider.
destroy(Connection) - Method in class com.cafesoft.core.jdbc.StandardPoolableConnectionFactory
Destroy the Connection Object
destroy() - Method in class com.cafesoft.core.pool.StandardLiteObjectPool
Destroy the object and it's resources.
destroy() - Method in class com.cafesoft.core.service.AbstractLifecycleService
Destroy the Service.
destroy() - Method in class com.cafesoft.core.service.AbstractService
Destroy the Service.
destroy() - Method in interface com.cafesoft.core.service.Service
Destroy the Service.
destroy() - Method in class com.cafesoft.core.service.StandardServiceManager
Destroy all Objects referenced by this ServiceManager.
destroy() - Method in interface com.cafesoft.core.util.Destroyable
Destroy the object and it's resources.
destroy() - Method in class com.cafesoft.core.util.MonitoredProcess
Destroy the MonitoredProcess.
Destroyable - Interface in com.cafesoft.core.util
Destroyable interface marks an object that has a "destructor" method.
destroyCtx(CamsAgentContext) - Method in class com.cafesoft.cams.agent.CamsAgentContextFactory
Destroy a CamsAgentContext object.
DESTROYED - Static variable in class com.cafesoft.core.util.MonitoredProcessEvent
A MonitoredProcessException occurred.
destroyObject(Object) - Method in class com.cafesoft.core.pool.DefaultPoolableObjectFactory
Destroy an object that can no longer needed by the ObjectPool.
destroyObject(Object) - Method in interface com.cafesoft.core.pool.PoolableObjectFactory
Destroy an object that can no longer needed by the ObjectPool.
DigestString - Class in com.cafesoft.core.util
DigestString represents a String value that may or may not have been transformed by a "one way hash" algorithm, usually called a "message digest".
DigestString(String) - Constructor for class com.cafesoft.core.util.DigestString
Create a new DigestString.
DigipassJdbcLoginModule - Class in com.cafesoft.cams.auth.login.module
Implements the LoginModule interface found in JAAS to authenticate users with VASCO Digipass tokens against relational database using JDBC.
DigipassJdbcLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.DigipassJdbcLoginModule
Default LoginModule Constructor.
disconnect() - Method in interface com.cafesoft.cams.client.CamsClient
Disconnect from the CamsPolicyServer.
displayResultSet(ResultSet) - Static method in class com.cafesoft.core.jdbc.JdbcUtils
Dump a JDBC ResultSet to the current PrintStream.
DnsUtils - Class in com.cafesoft.core.util
Provides functions for manipulating DNS data.
DnsUtils() - Constructor for class com.cafesoft.core.util.DnsUtils
 
dsDriver - Variable in class com.cafesoft.core.jdbc.DatasourceConfig
The driver to use to connect to the datasource.
dsPassword - Variable in class com.cafesoft.core.jdbc.DatasourceConfig
The user's password for the datasource.
dsUrl - Variable in class com.cafesoft.core.jdbc.DatasourceConfig
The Url of the datasource.
dsUser - Variable in class com.cafesoft.core.jdbc.DatasourceConfig
The user to connect to the datasource.
dtdPathArray - Variable in class com.cafesoft.core.xml.DefaultXmlHandler
The array of directory paths that are searched for DTD files.
DummyLoginModule - Class in com.cafesoft.cams.auth.login.module
Implements the LoginModule interface found in JAAS to authenticate users against user name and password assigned through options and assigns an authentication type.
DummyLoginModule() - Constructor for class com.cafesoft.cams.auth.login.module.DummyLoginModule
Default DummyLoginModule Constructor.
dump(Logger) - Method in interface com.cafesoft.cams.service.CamsServiceMonitor
Dump the state of all registered CamsService's being monitored.
dump(PrintStream) - Method in class com.cafesoft.core.util.LruCache
Dump the LruCache to the specified PrintStream.

E

Effect - Interface in com.cafesoft.cams.oblig
Effect defines the interface representing the result of a security service request.
EffectMatch - Interface in com.cafesoft.cams.oblig
EffectMatch defines the interface for objects that match a given Effect against status and/or reason patterns.
efMap - Variable in class com.cafesoft.core.xml.dom.StandardElementFactoryRegistry
A Map of ElementFactory instances hashed by (namespace + element)
ElementFactory - Interface in com.cafesoft.core.xml.dom
ElementFactory defines an interface for constructing an Object associated with an XML DOM Element.
ElementFactoryException - Exception in com.cafesoft.core.xml.dom
ElementFactoryException indicates that an error has occured within an ElementFactory.
ElementFactoryException(ElementFactory) - Constructor for exception com.cafesoft.core.xml.dom.ElementFactoryException
Construct a new ElementFactoryException with no other information.
ElementFactoryException(String, ElementFactory) - Constructor for exception com.cafesoft.core.xml.dom.ElementFactoryException
Construct a new ElementFactoryException for the specified message.
ElementFactoryException(Throwable, ElementFactory) - Constructor for exception com.cafesoft.core.xml.dom.ElementFactoryException
Construct a new ElementFactoryException for the specified throwable.
ElementFactoryException(String, Throwable, ElementFactory) - Constructor for exception com.cafesoft.core.xml.dom.ElementFactoryException
Construct a new ElementFactoryException for the specified message and throwable.
ElementFactoryRegistry - Interface in com.cafesoft.core.xml.dom
ElementFactoryRegistry defines an interface for a registry of ElementFactory instances.
encode() - Method in class com.cafesoft.cams.attr.AbstractAttributeValue
Encodes the value in a form suitable for including in XML data like a request or an obligation.
encode() - Method in interface com.cafesoft.cams.attr.AttributeValue
Encode the value as a String.
encode() - Method in class com.cafesoft.cams.attr.BagAttributeValue
Returns the String encoding of the attribute value.
encode() - Method in class com.cafesoft.cams.attr.BooleanAttributeValue
Returns the String encoding of the attribute value.
encode() - Method in class com.cafesoft.cams.attr.StringAttributeValue
Returns the String encoding of the attribute value.
encode(byte[]) - Static method in class com.cafesoft.core.util.Base64
Returns an array of base64-encoded characters to represent the passed source array.
ENCODE_ORIG_URL_PARAM - Static variable in class com.cafesoft.cams.oblig.http.HttpObligationAttributeId
HTTP Obligation attribute encode original url URI id.
encodeAsPEM(X509Certificate, StringBuffer) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Encode a single X509Certificate in PEM format and append to a StringBuffer.
encodeChainAsPEM(X509Certificate[], StringBuffer) - Static method in class com.cafesoft.core.util.X509CertificateUtils
Encode an X509Certificate chain in PEM format and append to a StringBuffer.
ENVIRONMENT - Static variable in class com.cafesoft.cams.attr.AttributeCategory
The standard Environment attribute category identifier.
ENVIRONMENT_NAMESPACE_PREFIX - Static variable in class com.cafesoft.cams.attr.AttributeId
The Cams standard attribute identifier environment namespace prefix.
equals(Object) - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Determine if two ResourcePattern objects are equal.
equals(Object) - Method in class com.cafesoft.cams.attr.BooleanAttributeValue
Returns true if the input is an instance of this class and if its value equals the value contained in this class.
equals(Object) - Method in class com.cafesoft.cams.attr.StandardAttribute
Override to determine equality with another object instance.
equals(Object) - Method in class com.cafesoft.cams.attr.StringAttributeValue
Returns true if the input is an instance of this class and if its value equals the value contained in this class.
equals(Object) - Method in class com.cafesoft.cams.auth.AuthenticationMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.cafesoft.cams.auth.CSRolePrincipal
Compares the specified Object with this CSRolePrincipal for equality.
equals(Object) - Method in class com.cafesoft.cams.auth.CSUserPrincipal
Compares the specified Object with this CSUserPrincipal for equality.
equals(Object) - Method in class com.cafesoft.cams.service.CamsServiceState
Determine the equality of objects.
equals(Object) - Method in class com.cafesoft.cams.session.SessionId
Indicates whether some other object is "equal to" this session id.
equals(Object) - Method in class com.cafesoft.core.field.FieldType
Indicates whether FieldType objects are equal.
equals(Object) - Method in class com.cafesoft.core.field.IntegerFieldValuePattern
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.cafesoft.core.field.StringFieldValuePattern
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.cafesoft.core.pool.ObjectPoolExceptionType
Indicates whether some other object is "equal to" this one.
err(SQLException) - Static method in class com.cafesoft.core.jdbc.JdbcUtils
Dump an SQLException to the current PrintStream.
error(Object, String) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a error message from the specified source object.
error(Object, String) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a error message from the specified source object.
ERROR - Static variable in interface com.cafesoft.core.log.Logger
A flag used to indicate that a message is at the "ERROR" level.
error(Object, String) - Method in interface com.cafesoft.core.log.Logger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in interface com.cafesoft.core.log.Logger
Log a error message from the specified source object.
error(Object, String) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a error message from the specified source object.
error(Object, String) - Method in class com.cafesoft.core.log.StderrLogger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in class com.cafesoft.core.log.StderrLogger
Log a error message from the specified source object.
error(Object, String) - Method in class com.cafesoft.core.log.StdoutLogger
Log a error message from the specified source object.
error(Object, String, Throwable) - Method in class com.cafesoft.core.log.StdoutLogger
Log a error message from the specified source object.
error(SAXParseException) - Method in class com.cafesoft.core.xml.DefaultXmlHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class com.cafesoft.core.xml.LoggingSAXParseExceptionListener
Receive notification of a recoverable error.
error(SAXParseException) - Method in interface com.cafesoft.core.xml.SAXParseExceptionListener
Receive notification of a recoverable error.
ErrorPage - Class in com.cafesoft.cams.agent.http
Class that contains the hard coded error page.
escapeLiteral(String) - Static method in class com.cafesoft.core.util.SqlUtils
Escape special characters in an SQL literal value.
evalArgs(List, EvaluationContext, AttributeValue[]) - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Evaluates each argument, filling in the argument array with the resulting values.
Evaluatable - Interface in com.cafesoft.cams.attr
Evaluateable defines a generic interface that is implemented by all objects that can be evaluated to an AttributeValue or a bag of AttributeValues.
evaluate(InternalAccessControlRequest, InternalAccessControlResponse) - Method in class com.cafesoft.cams.access.AbstractAccessControlRule
Evaluate the AccessControlRule.
evaluate(InternalAccessControlRequest, InternalAccessControlResponse) - Method in interface com.cafesoft.cams.access.AccessControlRule
Evaluate the AccessControlRule.
evaluate(EvaluationContext) - Method in class com.cafesoft.cams.attr.AbstractAttributeValue
Implements the required interface from Evaluatable.
evaluate(EvaluationContext) - Method in interface com.cafesoft.cams.attr.Evaluatable
Evaluates the object using the given context, and either returns an error or a resulting value.
evaluate(List, EvaluationContext) - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Evaluates the Function using the given list of arguments.
evaluate(List, EvaluationContext) - Method in interface com.cafesoft.cams.attr.func.Function
Evaluates the Function using the given list of arguments.
evaluate(List, EvaluationContext) - Method in class com.cafesoft.cams.attr.func.MatchFunction
Evaluate the function, using the specified parameters.
evaluate(EvaluationContext) - Method in class com.cafesoft.cams.attr.StandardAttributeDesignator
Evaluates the object using the given context, and either returns an error or a resulting value.
evaluatesToBag() - Method in class com.cafesoft.cams.attr.AbstractAttributeValue
Returns whether or not this value is actually a bag of values.
evaluatesToBag() - Method in interface com.cafesoft.cams.attr.Evaluatable
Indicates whether evaluation will return a bag or a single value.
evaluatesToBag() - Method in class com.cafesoft.cams.attr.StandardAttributeDesignator
Indicates whether evaluation will return a bag or a single value.
EVALUATION_EXCEPTION_RETURN_VALUE - Static variable in class com.cafesoft.cams.oblig.AcrEvaluationResultMatch
The result pattern representing an EvaluationException thrown from an evaluated AccessControlRule.
EvaluationContext - Interface in com.cafesoft.cams.attr
EvaluationContext manages the context during evaluation of Functions and other Evaluatable entities.
EvaluationException - Exception in com.cafesoft.cams.access
EvaluationException represents an exceptional condition when attempting to evaluate an AccessControlRule.
EvaluationException() - Constructor for exception com.cafesoft.cams.access.EvaluationException
Construct a new EvaluationException with no other information.
EvaluationException(String) - Constructor for exception com.cafesoft.cams.access.EvaluationException
Construct a new EvaluationException for the specified message.
EvaluationException(String, int) - Constructor for exception com.cafesoft.cams.access.EvaluationException
Construct a new EvaluationException for the specified message.
EvaluationException(Throwable) - Constructor for exception com.cafesoft.cams.access.EvaluationException
Construct a new EvaluationException for the specified throwable.
EvaluationException(String, Throwable) - Constructor for exception com.cafesoft.cams.access.EvaluationException
Construct a new EvaluationException for the specified message and throwable.
EvaluationResult - Interface in com.cafesoft.cams.attr
EvaluationResult defines a generic interface for the result of an evaluated Evaluatable object.
EvaluationResult - Interface in com.cafesoft.cams.oblig
EvaluationResult defines the interface representing the result of a security component evaluation.
EvaluationResultMatch - Interface in com.cafesoft.cams.oblig
EvaluationResultMatch defines the interface for objects that match a given AccessControlRule evaluation result against a specified return value or EvaluationException reason code.
EvaluationStatus - Interface in com.cafesoft.cams.attr
EvaluationStatus represents the status after evaluation of an Evaluatable object.
eventType - Variable in class com.cafesoft.cams.session.ManagedSessionEvent
The event type.
eventType - Variable in class com.cafesoft.cams.session.RemoteSessionEvent
The event type.
EXCEPTION - Static variable in class com.cafesoft.core.util.MonitoredProcessEvent
A MonitoredProcessException occurred.
ExceptionUtils - Class in com.cafesoft.core.util
Utility class for dealing with Exceptions
execProcess(String[]) - Static method in class com.cafesoft.core.util.SystemUtils
Execute a Process (return once the process is launched).
execProcessAndMonitor(String[]) - Static method in class com.cafesoft.core.util.SystemUtils
Execute an monitor a Process.
execProcessAndWait(String[]) - Static method in class com.cafesoft.core.util.SystemUtils
Execute a Process and wait until it completes.
execute(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeQuery(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeQuery() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeQuery(String) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
exists(RemoteSession) - Method in interface com.cafesoft.cams.session.RemoteSessionManager
Determine if the RemoteSession exists within the RemoteSessionManager.
exists(SessionId) - Method in interface com.cafesoft.cams.session.RemoteSessionManager
Determine if the RemoteSession exists within the RemoteSessionManager.
EXITED - Static variable in class com.cafesoft.core.util.MonitoredProcessEvent
The MonitoredProcess has exited.
expire() - Method in interface com.cafesoft.cams.session.ManagedSession
Expire the session This method is called to expire a session and mark it for deletion by the session manager.
EXPIRED_STATUS - Static variable in class com.cafesoft.cams.session.SessionStatus
Expired Status SessionStatus object

F

FALSE_RETURN_VALUE - Static variable in class com.cafesoft.cams.oblig.AcrEvaluationResultMatch
The result pattern representing a false return value from an evaluated AccessControlRule.
fatal(Object, String) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in class com.cafesoft.cams.log.CamsTraceLogger
Log a fatal message from the specified source object.
fatal(Object, String) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in class com.cafesoft.core.log.Log4JFileLogger
Log a fatal message from the specified source object.
FATAL - Static variable in interface com.cafesoft.core.log.Logger
A flag used to indicate that a message is at the "FATAL" level.
fatal(Object, String) - Method in interface com.cafesoft.core.log.Logger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in interface com.cafesoft.core.log.Logger
Log a fatal message from the specified source object.
fatal(Object, String) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in class com.cafesoft.core.log.StandardLog4JLogger
Log a fatal message from the specified source object.
fatal(Object, String) - Method in class com.cafesoft.core.log.StderrLogger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in class com.cafesoft.core.log.StderrLogger
Log a fatal message from the specified source object.
fatal(Object, String) - Method in class com.cafesoft.core.log.StdoutLogger
Log a fatal message from the specified source object.
fatal(Object, String, Throwable) - Method in class com.cafesoft.core.log.StdoutLogger
Log a fatal message from the specified source object.
FATAL_ERROR_APPENDER - Static variable in class com.cafesoft.core.log.Log4JAppenderType
The FATAL_ERROR_APPENDER Appender Type
fatalError(SAXParseException) - Method in class com.cafesoft.core.xml.DefaultXmlHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class com.cafesoft.core.xml.LoggingSAXParseExceptionListener
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in interface com.cafesoft.core.xml.SAXParseExceptionListener
Receive notification of a non-recoverable error.
FieldException - Exception in com.cafesoft.core.field
FieldException is a general exception used to indicate that an error occurred dealing with Field objects.
FieldException() - Constructor for exception com.cafesoft.core.field.FieldException
Create a new FieldException.
FieldException(String) - Constructor for exception com.cafesoft.core.field.FieldException
Create a new FieldException.
FieldException(String, Throwable) - Constructor for exception com.cafesoft.core.field.FieldException
Create a new FieldException.
fieldInfo - Variable in class com.cafesoft.core.field.DefaultFieldValidationRule
Field level metadata object.
FieldInfo - Interface in com.cafesoft.core.field
Defines the interface to a container for Field metadata.
FieldType - Class in com.cafesoft.core.field
Type safe constant class that contains the various supported FieldTypes of data.
FieldTypes - Class in com.cafesoft.core.field
Support class that maintains the FieldType objects that are available for application use.
FieldValidationRule - Interface in com.cafesoft.core.field
Defines the interface for a constraint governing valid field values.
FieldValueOptions - Interface in com.cafesoft.core.field
Defines an object that can retrieve valid value options for fields.
FieldValuePattern - Interface in com.cafesoft.core.field
Defines an Object that is mechanism for specifying value patterns for field objects.
FileUtils - Class in com.cafesoft.core.util
Provides utility functions for use with files.
FileUtils() - Constructor for class com.cafesoft.core.util.FileUtils
 
finalize(List) - Method in class com.cafesoft.cams.oblig.http.HttpRedirectObligationListFinalizer
Finalize a List of Obligation instances.
finalize(List) - Method in interface com.cafesoft.cams.oblig.ObligationListFinalizer
Finalize a List of Obligation instances.
finalize() - Method in class com.cafesoft.core.service.StandardServiceManager
Cleanup Object references.
finalizeObligations(ObligationListFinalizer[]) - Method in interface com.cafesoft.cams.access.InternalAccessControlResponse
Finalize the response's Obligations.
finalizeObligations(ObligationListFinalizer[]) - Method in interface com.cafesoft.cams.auth.InternalAuthResponse
Finalize the response's Obligations.
find(String) - Method in interface com.cafesoft.cams.access.AccessControlRuleFinder
Find an AccessControlRule by identifier.
find(Class) - Method in interface com.cafesoft.core.service.ServiceFinder
Lookup Services by type.
find(String) - Method in interface com.cafesoft.core.service.ServiceFinder
Lookup a Service by unique identifier.
find(String, Class) - Method in interface com.cafesoft.core.service.ServiceFinder
Find a Service by unique identifier and type.
find(Class) - Method in class com.cafesoft.core.service.StandardServiceFinder
Lookup Services by type.
find(String) - Method in class com.cafesoft.core.service.StandardServiceFinder
Lookup a Service by unique identifier.
find(String, Class) - Method in class com.cafesoft.core.service.StandardServiceFinder
Find a Service by unique identifier and type.
findColumn(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Maps the given ResultSet column name to its ResultSet column index.
fireEvent(LifecycleEvent) - Method in class com.cafesoft.core.service.AbstractLifecycleService
Fire a lifecycle event to all registered listeners
fireException(SAXParseException, int) - Method in class com.cafesoft.core.xml.DefaultXmlHandler
Fire a SAXParseException to all registered listeners
fireLifecycleEvent(String, Object) - Method in class com.cafesoft.core.lifecycle.LifecycleBase
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireRemoteSessionEvent(RemoteSessionEvent) - Method in class com.cafesoft.cams.session.RemoteSessionEventSupport
Notify all RemoteSessionEventListeners of a RemoteSessionEvent.
first() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Moves the cursor to the first row in this ResultSet object.
Function - Interface in com.cafesoft.cams.attr.func
Function defines the interface for objects that take an ordered list of typed arguments and evaluates/returns a result.
FUNCTION_NS - Static variable in class com.cafesoft.cams.attr.func.AbstractFunction
The standard namespace where all the spec-defined functions live
FunctionFactory - Class in com.cafesoft.cams.attr.func
FunctionFactory is used to create all attribute-related functions.

G

generatePassword(int) - Static method in class com.cafesoft.core.util.PasswordUtils
 
get(ResourceRequest) - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Returns the AccessControlCheck that matches a ResourceRequest.
get(URI, URI, URI) - Method in interface com.cafesoft.cams.attr.AttributeSet
Get an Attribute by category and identifier.
get(URI, URI, URI) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Get all Attributes by category, type, and identifier.
get(String) - Method in class com.cafesoft.core.util.LruCache
Get a cached object by key.
get(String, String) - Method in class com.cafesoft.core.util.NamespaceHashMap
Get a value from the NamespaceMap
get(String, String) - Method in interface com.cafesoft.core.util.NamespaceMap
Get a value from the NamespaceMap
get(String, String) - Method in interface com.cafesoft.core.xml.dom.ElementFactoryRegistry
Get an ElementFactory.
get(String, String) - Method in class com.cafesoft.core.xml.dom.StandardElementFactoryRegistry
Get an ElementFactory.
getAccessControlCheckCache() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Returns the CamsAccessControlCheckCache.
getAccessControlRule() - Method in class com.cafesoft.cams.access.AbstractPermission
Get the AccessControlRule.
getAccessControlRule() - Method in interface com.cafesoft.cams.access.attr.AttributeTarget
Returns the associated AccessControlRule.
getAccessControlRule() - Method in class com.cafesoft.cams.access.attr.StandardAttributeTarget
Returns the associated AccessControlRule.
getAccessControlRule() - Method in interface com.cafesoft.cams.access.Permission
Get the AccessControlRule.
getAction() - Method in interface com.cafesoft.cams.session.control.InternalSessionControlRequest
Returns the action associated with this request.
getActionMask(String) - Method in interface com.cafesoft.cams.access.ResourceType
Get the action mask for an action.
getActions() - Method in class com.cafesoft.cams.access.AbstractPermission
Get the actions specified for this Permission.
getActions() - Method in class com.cafesoft.cams.access.AbstractResourceRequest
Get the actions being requested on the Resource
getActions() - Method in interface com.cafesoft.cams.access.Permission
Get the actions specified for this Permission.
getActions() - Method in interface com.cafesoft.cams.access.ResourceRequest
Get the actions being requested on the Resource
getActions() - Method in interface com.cafesoft.cams.access.ResourceType
Get the available actions.
getActionsMask() - Method in class com.cafesoft.cams.access.AbstractPermission
Get an integer mask representing the actions being requested on the Resource.
getActionsMask() - Method in class com.cafesoft.cams.access.AbstractResourceRequest
Get an integer mask representing the actions being requested on the Resource.
getActionsMask() - Method in interface com.cafesoft.cams.access.Permission
Get an integer mask representing the actions being requested on the Resource.
getActionsMask() - Method in interface com.cafesoft.cams.access.ResourceRequest
Get an integer mask representing the actions being requested on the Resource.
getActiveConnections() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolInfo
Get the total number of active Connections
getActiveConnections() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolInfo
Get the total number of active Connections
getAlgorithm() - Method in class com.cafesoft.core.util.DigestString
Return the algorithm of this DigestString.
getAll() - Method in interface com.cafesoft.core.xml.dom.ElementFactoryRegistry
Get all ElementFactories.
getAll() - Method in class com.cafesoft.core.xml.dom.StandardElementFactoryRegistry
Get all ElementFactories.
getArray() - Method in class com.cafesoft.core.field.FieldTypes
Get an array of FieldTypes.
getArray() - Method in interface com.cafesoft.core.field.FieldValueOptions
Get an Object array containing all valid FieldValueOptions.
getArray(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getAsciiStream(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAttribute(URI, URI, URI) - Method in interface com.cafesoft.cams.access.AccessControlRequest
Returns attribute value(s) from the access control request.
getAttribute(URI, URI, URI) - Method in interface com.cafesoft.cams.access.attr.ProtoAccessControlRequest
Returns attribute value(s) from the access control request.
getAttribute(URI, URI, URI) - Method in class com.cafesoft.cams.access.attr.StandardEvaluationContext
Returns attribute value(s) from the access control request.
getAttribute(URI, URI, URI) - Method in interface com.cafesoft.cams.attr.EvaluationContext
Returns attribute value(s) from the access control request.
getAttribute(String, String) - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get a attribute from the session
getAttribute(String, String) - Method in interface com.cafesoft.cams.session.Session
Get a attribute from the session
getAttributeCategories() - Method in interface com.cafesoft.cams.access.AccessControlRequest
Returns the attribute categories represented in this collection.
getAttributeCategories() - Method in interface com.cafesoft.cams.attr.AttributeSet
Returns the attribute categories represented in this collection.
getAttributeCategories() - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Returns the attribute categories represented in this collection.
getAttributeCategory(String) - Static method in class com.cafesoft.cams.attr.AttributeCategory
Create a new AttributeCategory URI.
getAttributeCategory() - Method in interface com.cafesoft.cams.attr.AttributeCondition
Returns the attribute category of this AttributeCondition.
getAttributeCategory() - Method in interface com.cafesoft.cams.attr.AttributeConditions
Returns the attribute category of this AttributeConditions.
getAttributeCategory() - Method in interface com.cafesoft.cams.attr.AttributeDesignator
Get the AttributeCategory.
getAttributeCategory() - Method in interface com.cafesoft.cams.attr.AttributeMatch
Returns the attribute category of this TargetMatch.
getAttributeCategory() - Method in class com.cafesoft.cams.attr.StandardAttributeCondition
Returns the attribute category of this AttributeCondition.
getAttributeCategory() - Method in class com.cafesoft.cams.attr.StandardAttributeConditions
Returns the attribute category of this AttributeConditions.
getAttributeCategory() - Method in class com.cafesoft.cams.attr.StandardAttributeDesignator
Get the AttributeCategory.
getAttributeCategory() - Method in class com.cafesoft.cams.attr.StandardAttributeMatch
Returns the attribute category of this TargetMatch.
getAttributeCategoryCount() - Method in interface com.cafesoft.cams.attr.AttributeSet
Returns the number of attribute categories.
getAttributeCategoryCount() - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Returns the number of attribute categories.
getAttributeConditionList() - Method in interface com.cafesoft.cams.attr.AttributeConditions
Get the List of AttributeConditions.
getAttributeConditionList() - Method in class com.cafesoft.cams.attr.StandardAttributeConditions
Get the List of AttributeConditions.
getAttributeConditionsList() - Method in interface com.cafesoft.cams.access.attr.AttributeTarget
Get the List of AttributeConditions to be matched.
getAttributeConditionsList() - Method in class com.cafesoft.cams.access.attr.StandardAttributeTarget
Get the List of AttributeConditions to be matched.
getAttributeCount() - Method in interface com.cafesoft.cams.oblig.Obligation
Get the number of attributes.
getAttributeCount() - Method in class com.cafesoft.cams.oblig.StandardObligation
Get the number of attributes.
getAttributeCountByCategory(URI) - Method in interface com.cafesoft.cams.attr.AttributeSet
Returns the number of attributes in the specified category.
getAttributeCountByCategory(URI) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Returns the number of attributes in the specified category.
getAttributeId() - Method in interface com.cafesoft.cams.attr.AttributeDesignator
Returns the identifier of the values selected by this designator.
getAttributeId() - Method in class com.cafesoft.cams.attr.StandardAttributeDesignator
Returns the identifier of the attribute selected by this designator.
getAttributeMatchList() - Method in interface com.cafesoft.cams.attr.AttributeCondition
Get the List of AttributeMatchs.
getAttributeMatchList() - Method in class com.cafesoft.cams.attr.StandardAttributeCondition
Get the List of AttributeMatchs.
getAttributeNames(String) - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get the names of all the attributes in the session
getAttributeNames(String) - Method in interface com.cafesoft.cams.session.Session
Get the names of all the attributes in the session
getAttributes() - Method in interface com.cafesoft.cams.access.AccessControlRequest
Get all Attributes.
getAttributes() - Method in interface com.cafesoft.cams.attr.AttributeSet
Get all Attributes.
getAttributes() - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Get all Attributes.
getAttributes() - Method in interface com.cafesoft.cams.oblig.Obligation
Get the attributes.
getAttributes() - Method in class com.cafesoft.cams.oblig.StandardObligation
Get the attributes.
getAttributesByCategory(URI) - Method in interface com.cafesoft.cams.access.AccessControlRequest
Get all Attributes by category.
getAttributesByCategory(URI) - Method in interface com.cafesoft.cams.attr.AttributeSet
Get all Attributes by category.
getAttributesByCategory(URI) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Get all Attributes by category.
getAttributeValue() - Method in interface com.cafesoft.cams.attr.EvaluationResult
Returns the attribute value.
getAttributeValue() - Method in class com.cafesoft.cams.attr.StandardEvaluationResult
Returns the attribute value.
getAttributeValueArray() - Method in class com.cafesoft.cams.attr.BagAttributeValue
Get the AttributeValues within the bag as an array.
getAuthenticationMethods() - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get the authentication methods used to login the Subject.
getAuthenticationMethods() - Method in interface com.cafesoft.cams.session.Session
Get the authentication methods used to login the Subject.
getAuthenticator() - Method in interface com.cafesoft.core.jdbc.ConnectionPool
Get the ConnectionPool's ConnectionPoolAuthenticator
getAuthenticator() - Method in class com.cafesoft.core.jdbc.StandardConnectionPool
Get the ConnectionPool's ConnectionPoolAuthenticator
getAutoCommit() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Retrieves the current auto-commit mode for this Connection object.
getBigDecimal(int, int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Deprecated. use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Deprecated.  
getBigDecimal(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryStream(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBooleanParam(Config, String, boolean) - Static method in class com.cafesoft.cams.util.ConfigSupport
Get a boolean param from the Config object
getBooleanParam(ServiceConfig, String, boolean) - Static method in class com.cafesoft.core.service.ServiceConfigSupport
Get a boolean param from the ServiceConfig object
getBooleanValue(Properties, String, boolean) - Static method in class com.cafesoft.core.util.PropertyUtils
Get a boolean value from a Properties object.
getBuildDate() - Method in class com.cafesoft.cams.CamsVersion
Return the build date of the component.
getBuildDate() - Method in class com.cafesoft.core.CSCoreVersion
Return the build date of the component.
getBuildDate() - Method in interface com.cafesoft.core.version.Version
Return the build date of the component.
getByte(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(String) - Static method in class com.cafesoft.cams.agent.http.ErrorPage
Get the Error Page html as an array of bytes.
getBytes(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCallbackHandler() - Method in interface com.cafesoft.cams.auth.InternalAuthRequest
Get the CallbackHandler that is invoked by the LoginContext to interact with the client.
getCallbackNames() - Method in interface com.cafesoft.cams.auth.InternalAuthRequest
Get an Iterator of all Callback Value Names
getCallbackValue(String) - Method in class com.cafesoft.cams.auth.callback.MapCallback
Get a Callback value by name.
getCallbackValue(String) - Method in interface com.cafesoft.cams.auth.InternalAuthRequest
Get a Callback value for the given Callback name
getCallbackValueMap() - Method in class com.cafesoft.cams.auth.callback.MapCallback
Get all Callback values as a Map.
getCatalog() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Retrieves this Connection object's current catalog name.
getCategory() - Method in interface com.cafesoft.cams.attr.Attribute
Get the attribute category.
getCategory() - Method in class com.cafesoft.cams.attr.StandardAttribute
Get the attribute category.
getCause() - Method in interface com.cafesoft.cams.client.ConnectionException
Get the root cause
getCause() - Method in exception com.cafesoft.core.exception.NestedException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCharacterStream(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getChildElementByTagName(Element, String) - Static method in class com.cafesoft.core.xml.dom.XmlDomUtils
Get a single child Element by tag name.
getChildElementNodes(Element) - Static method in class com.cafesoft.core.xml.dom.XmlDomUtils
Get Node children that are Elements.
getChildElementsByTagName(Element, String) - Static method in class com.cafesoft.core.xml.dom.XmlDomUtils
Get all child Elements by tag name.
getChildTextData(Element) - Static method in class com.cafesoft.core.xml.dom.XmlDomUtils
Get the data associated with a Text node within a parent Element.
getClient() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Returns the CamsClient.
getClientX509CertificateChain() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Get the client X509 certificate chain.
getClientX509CertificateChain() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Get the client X509 certificate chain.
getClob(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getCluster() - Method in interface com.cafesoft.cams.auth.AutoLoginToken
Get the AutoLoginToken cluster name.
getClusterName() - Method in class com.cafesoft.cams.session.SessionId
Returns the name of the cluster that contained the security domain that created this session id
getCode() - Method in interface com.cafesoft.cams.attr.EvaluationStatus
Returns the status code.
getCode() - Method in class com.cafesoft.cams.attr.StandardEvaluationStatus
Returns the status code.
getConcurrency() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the concurrency mode of this ResultSet object.
getConditionInstance() - Static method in class com.cafesoft.cams.attr.func.FunctionFactory
Returns a FuntionFactory that will only provide those functions that are usable in the root of the Condition.
getConfig() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Returns the configuration.
getConfig() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolInfo
Get the ConnectionPool configuration object
getConfig() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolInfo
Get the ConnectionPool configuration object
getConfig() - Method in interface com.cafesoft.core.pool.LiteObjectPool
Get the pool's configuration object.
getConfig() - Method in class com.cafesoft.core.pool.StandardLiteObjectPool
Get the pool's configuration object.
getConnection() - Method in interface com.cafesoft.cams.service.LdapConnectionPoolService
Get a connection from the LdapConnectionPool controlled by the service.
getConnection() - Method in interface com.cafesoft.cams.service.UnboundIDLdapConnectionPoolService
Get a connection from the LdapConnectionPool controlled by the service.
getConnection() - Method in interface com.cafesoft.core.jdbc.ConnectionPool
Get a Connection from the Pool
getConnection() - Method in interface com.cafesoft.core.jdbc.ConnectionProvider
Get a Connection.
getConnection() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the Connection object that produced this Statement object.
getConnection() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the Connection object that produced this Statement object.
getConnection() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the Connection object that produced this Statement object.
getConnection() - Method in class com.cafesoft.core.jdbc.StandardConnectionPool
Get a Connection from the Pool
getConnection() - Method in class com.cafesoft.core.jdbc.StandardConnectionProvider
Get a Connection.
getConnectionConfig() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the ConnectionConfig object
getConnectionConfig() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the ConnectionConfig object
getConnectionHost() - Method in class com.cafesoft.core.ldap.ConnectionConfig
Get the LDAP Server.
getConnectionName() - Method in class com.cafesoft.core.ldap.ConnectionConfig
Get the LDAP connection name.
getConnectionPassword() - Method in class com.cafesoft.core.ldap.ConnectionConfig
Get the LDAP connection password.
getConnectionPort() - Method in class com.cafesoft.core.ldap.ConnectionConfig
Get the LDAP Server port.
getContext() - Method in interface com.cafesoft.cams.Config
Returns a reference to the Context in which a Component is executing.
getContext() - Method in class com.cafesoft.cams.StandardConfig
Returns a reference to the Context in which a Component is executing.
getCookie(String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Get a Cookie with the given name.
getCookie(String) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Get a Cookie with the given name.
getCookies(HttpCookieFilter) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies(HttpCookieFilter) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCreationTime() - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get the session creation time.
getCreationTime() - Method in interface com.cafesoft.cams.session.Session
Get the session creation time.
getCredentialToken() - Method in interface com.cafesoft.cams.auth.AutoLoginToken
Get the AutoLoginToken credential token.
getCursorName() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getData() - Method in class com.cafesoft.core.lifecycle.LifecycleEvent
Return the event data of this event.
getDate(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDebug() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Determine if debugging is enabled.
getDebug() - Method in interface com.cafesoft.core.pool.ObjectPoolConfig
Determine if debugging is enabled.
getDebug() - Method in class com.cafesoft.core.pool.StandardObjectPoolConfig
Determine if debugging is enabled.
getDefaultValue() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the default Field value.
getDefaultValue() - Method in interface com.cafesoft.core.field.FieldInfo
Get the default field value.
getDefaultValue() - Method in interface com.cafesoft.core.util.PropertySpec
Get the default property value.
getDefaultValue() - Method in class com.cafesoft.core.util.StandardPropertySpec
Get the default property value.
getDesc() - Method in interface com.cafesoft.cams.access.ResourceType
Get the description.
getDescription() - Method in class com.cafesoft.cams.access.AbstractAccessControlRule
Get a description of this AccessControlRule.
getDescription() - Method in class com.cafesoft.cams.access.AbstractPermission
Get a textual description.
getDescription() - Method in interface com.cafesoft.cams.access.AccessControlRule
Get a description of this AccessControlRule.
getDescription() - Method in interface com.cafesoft.cams.access.attr.AttributeTarget
Returns a textual description.
getDescription() - Method in class com.cafesoft.cams.access.attr.StandardAttributeTarget
Returns a textual description.
getDescription() - Method in interface com.cafesoft.cams.access.Permission
Get a textual description.
getDescription() - Method in class com.cafesoft.cams.CamsVersion
Get the description of the component.
getDescription() - Method in interface com.cafesoft.cams.oblig.Obligation
Get the obligation description.
getDescription() - Method in class com.cafesoft.cams.oblig.StandardObligation
Get the obligation description.
getDescription() - Method in class com.cafesoft.core.CSCoreVersion
Get the description of the component.
getDescription() - Method in class com.cafesoft.core.util.MonitoredProcessEvent
Get the event description.
getDescription() - Method in interface com.cafesoft.core.version.Version
Get the description of the component.
getDigest() - Method in class com.cafesoft.core.util.DigestString
Return the digest of this DigestString.
getDigestSize() - Method in class com.cafesoft.core.util.DigestString
Return the length of this DigestString.
getDnsDomainName(String) - Static method in class com.cafesoft.core.util.DnsUtils
Extracts the DNS Domain name from the specified server name.
getDouble(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDriver() - Method in interface com.cafesoft.core.jdbc.ConnectionConfig
Get the database Driver
getDriver() - Method in class com.cafesoft.core.jdbc.DatasourceConfig
Get the JDBC Driver.
getDriver() - Method in class com.cafesoft.core.jdbc.StandardConnectionConfig
Get the database Driver
getElementFactory() - Method in exception com.cafesoft.core.xml.dom.ElementFactoryException
Get the ElementFactory.
getEndDelimiter() - Method in class com.cafesoft.core.util.TokenDelimiterSpec
Get the end of token delimiter.
getEnumeration() - Method in class com.cafesoft.core.field.FieldTypes
Get an enumeration of FieldTypes.
getEnumeration() - Method in interface com.cafesoft.core.field.FieldValueOptions
Get an Enumeration containing all valid FieldValueOptions.
getEvaluationStatus() - Method in interface com.cafesoft.cams.attr.EvaluationResult
Returns the status if there was an error, or null it no error occurred
getEvaluationStatus() - Method in class com.cafesoft.cams.attr.MatchResult
Returns the evaluation status if there was an error, or null if no error occurred
getEvaluationStatus() - Method in class com.cafesoft.cams.attr.StandardEvaluationResult
Returns the status if there was an error, or null it no error occurred
getEventType() - Method in class com.cafesoft.cams.session.ManagedSessionEvent
Get the event type.
getEventType() - Method in class com.cafesoft.cams.session.RemoteSessionEvent
Get the event type.
getException() - Method in class com.cafesoft.core.util.MonitoredProcessEvent
Return the MonitoredProcessException.
getExitValue() - Method in class com.cafesoft.core.util.MonitoredProcess
Get the process exit value (valid only if process is not running).
getExitValue() - Method in class com.cafesoft.core.util.MonitoredProcessEvent
Return the process exit value: NOTE: applies only if the event type is: STARTED or EXCEPTION.
getExpiration() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Get the expiration time of objects in the ObjectPool.
getExpiration() - Method in interface com.cafesoft.core.pool.ObjectPool
Get the expiration time of objects in the ObjectPool
getFetchDirection() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFetchSize() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFetchSize() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFieldInfo() - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Get information about ResourcePattern fields.
getFieldInfo(String) - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Get information about a specific ResourcePattern field.
getFieldInfo() - Method in interface com.cafesoft.cams.access.ResourcePattern
Get information about ResourcePattern fields.
getFieldInfo(String) - Method in interface com.cafesoft.cams.access.ResourcePattern
Get information about a specific ResourcePattern field.
getFieldInfo() - Method in interface com.cafesoft.cams.access.ResourcePatternInfo
Get information about ResourcePattern fields.
getFieldInfo(String) - Method in interface com.cafesoft.cams.access.ResourcePatternInfo
Get information about a specific ResourcePattern field.
getFieldInfo() - Method in exception com.cafesoft.core.field.InvalidFieldValueException
Get the FieldInfo.
getFieldType() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the FieldType.
getFieldType() - Method in interface com.cafesoft.core.field.FieldInfo
Get the FieldType.
getFieldType(String) - Method in class com.cafesoft.core.field.FieldTypes
Get the FieldType that matches the given name.
getFieldType() - Method in class com.cafesoft.core.field.IntegerFieldInfo
Get the FieldType.
getFieldType() - Method in class com.cafesoft.core.field.StringFieldInfo
Get the FieldType.
getFieldValidationRule() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the FieldValidationRule.
getFieldValidationRule() - Method in interface com.cafesoft.core.field.FieldInfo
Get the FieldValidationRule.
getFieldValue(String) - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Get the value associated with a ResourcePattern field.
getFieldValue(String) - Method in interface com.cafesoft.cams.access.ResourcePattern
Get the value associated with a ResourcePattern field.
getFieldValueOptions() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the FieldValueOptions.
getFieldValueOptions() - Method in interface com.cafesoft.core.field.FieldInfo
Get the FieldValueOptions object.
getFloat(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFQValueRefName() - Method in interface com.cafesoft.core.util.PropertySpec
Get the fully-qualified property value reference name.
getFQValueRefName() - Method in class com.cafesoft.core.util.StandardPropertySpec
Get the fully-qualified property value reference name.
getFunctionId() - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Get the integer function identifier for this particular object.
getFunctionId() - Method in interface com.cafesoft.cams.attr.func.Function
Get the integer function identifier for this particular object.
getFunctionName() - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Get the name of the function for this particular object.
getFunctionName() - Method in interface com.cafesoft.cams.attr.func.Function
Get the name of the function for this particular object.
getGeneralInstance() - Static method in class com.cafesoft.cams.attr.func.FunctionFactory
Returns a FunctionFactory that provides access to all the functions.
getGeneratedKeys() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeneratedKeys() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeneratedKeys() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGroupNameById(String) - Method in interface com.cafesoft.cams.service.ActiveDirectoryPrimaryGroupService
Get an Active Directory Primary Group name from its identifier.
getGroupNameBySid(String) - Method in interface com.cafesoft.cams.service.ActiveDirectoryGroupNameService
Get an Active Directory group name by its SID.
getHash() - Method in class com.cafesoft.cams.session.SessionId
Returns the hash portion of this session id.
getHeader(String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the value of the specified request header as a String.
getHeaderNames() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns an enumeration of all the header names this request contains.
getHeaders(String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHoldability() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHome() - Method in interface com.cafesoft.cams.Context
Returns a String containing the root (home) directory for the associated Component.
getHome() - Method in class com.cafesoft.cams.StandardContext
Returns a String containing the root directory for the associated Component.
getHost() - Method in class com.cafesoft.cams.access.url.UrlResourceRequest
Get the URL Resource host.
getId() - Method in class com.cafesoft.cams.access.AbstractAccessControlRule
Get the identifier.
getId() - Method in class com.cafesoft.cams.access.AbstractResourceRequest
Get the Resource's Id
getId() - Method in interface com.cafesoft.cams.access.AccessControlRule
Get the identifier.
getId() - Method in interface com.cafesoft.cams.access.ResourceRequest
Get the Resource's Id
getId() - Method in interface com.cafesoft.cams.attr.Attribute
Get the attribute identifier.
getId() - Method in class com.cafesoft.cams.attr.StandardAttribute
Get the attribute identifier.
getId() - Method in interface com.cafesoft.cams.oblig.Obligation
Get the obligation identifier.
getId() - Method in class com.cafesoft.cams.oblig.StandardObligation
Get the obligation identifier.
getId() - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get the Session's Id
getId() - Method in interface com.cafesoft.cams.session.Session
Get the Session's Id
getId() - Method in interface com.cafesoft.core.service.ServiceConfig
Get the Service identifier.
getId() - Method in interface com.cafesoft.core.service.ServiceReference
Get the identifier of the referenced Service.
getId() - Method in class com.cafesoft.core.service.StandardServiceConfig
Get the Service identifier.
getId() - Method in class com.cafesoft.core.service.StandardServiceReference
Get the identifier of the referenced Service.
getIdentifier() - Method in class com.cafesoft.cams.attr.func.AbstractFunction
Get the identifier of this function.
getIdentifier() - Method in interface com.cafesoft.cams.attr.func.Function
Get the identifier of this function.
getIdentifier() - Method in class com.cafesoft.cams.auth.AuthenticationMethod
Get the fully qualified identifier of the authentication method.
getIdleConnections() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolInfo
Get the total number of idle Connections
getIdleConnections() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolInfo
Get the total number of idle Connections
getIdleTime() - Method in interface com.cafesoft.cams.session.RemoteSession
Get the idle time of the RemoteSession
getIdleTime() - Method in class com.cafesoft.cams.session.StandardRemoteSession
Get the idle time of the RemoteSession
getIgnoreCase() - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Get the flag indicating whether pattern matching is performed in a case sensitive or a case-insensitive way.
getIgnoreCase() - Method in interface com.cafesoft.cams.access.ResourcePattern
Get the flag indicating whether pattern matching is performed in a case sensitive or a case-insensitive way.
getIncrement() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the increment of the ConnectionPool
getIncrement() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the increment of the ConnectionPool
getIndentation() - Method in class com.cafesoft.core.util.Indentation
Get the current indentation.
getInfo() - Method in interface com.cafesoft.core.jdbc.ConnectionPool
Get information about the ConnectionPool Object
getInfo() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Get information about the ConnectionPoolManager
getInfo() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Get the ConnectionInfo Object
getInfo() - Method in class com.cafesoft.core.jdbc.StandardConnectionPool
Get information about the ConnectionPool Object
getInfo() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Get information about the ConnectionPoolManager
getInitial() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the initialCapacity of the ConnectionPool
getInitial() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the initialCapacity of the ConnectionPool
getInitParameter(String) - Method in interface com.cafesoft.cams.Config
Returns a String containing the value of the named initialization parameter.
getInitParameter(String, String) - Method in interface com.cafesoft.cams.Config
Returns a String containing the value of the named initialization parameter or the default value.
getInitParameter(String) - Method in interface com.cafesoft.cams.Context
Returns a String containing the value of the named initialization parameter.
getInitParameter(String) - Method in class com.cafesoft.cams.StandardConfig
Returns a String containing the value of the named initialization parameter.
getInitParameter(String, String) - Method in class com.cafesoft.cams.StandardConfig
Returns a String containing the value of the named initialization parameter or the default value.
getInitParameter(String) - Method in class com.cafesoft.cams.StandardContext
Returns a String containing the value of the named initialization parameter.
getInitParameter(String) - Method in interface com.cafesoft.core.service.ServiceConfig
Returns a String containing the value of the named initialization parameter.
getInitParameter(String, String) - Method in interface com.cafesoft.core.service.ServiceConfig
Returns a String containing the value of the named initialization parameter or the default value.
getInitParameter(String) - Method in class com.cafesoft.core.service.StandardServiceConfig
Returns a String containing the value of the named initialization parameter.
getInitParameter(String, String) - Method in class com.cafesoft.core.service.StandardServiceConfig
Returns a String containing the value of the named initialization parameter or the default value.
getInitParameterNames() - Method in interface com.cafesoft.cams.Config
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitParameterNames() - Method in interface com.cafesoft.cams.Context
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitParameterNames() - Method in class com.cafesoft.cams.StandardConfig
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitParameterNames() - Method in class com.cafesoft.cams.StandardContext
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitParameterNames() - Method in interface com.cafesoft.core.service.ServiceConfig
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitParameterNames() - Method in class com.cafesoft.core.service.StandardServiceConfig
Returns the names of the Security Domains's initialization parameters as an Iterator of String objects, or an empty Iterator if the Security Domain has no initialization parameters.
getInitProperties(Config) - Static method in class com.cafesoft.cams.util.ConfigSupport
Get the initial parameters from the Config object and put them into a new Properties object This method is useful in situations where a Properties object is used to initialize an Object and the parent Object has a Config Object instead.
getInitProperties(ServiceConfig) - Static method in class com.cafesoft.core.service.ServiceConfigSupport
Get the initial parameters from the ServiceConfig object and put them into a new Properties object This method is useful in situations where a Properties object is used to initialize an Object and the parent Object has a ServiceConfig Object instead.
getInstance() - Static method in class com.cafesoft.cams.agent.CamsAgentContextFactory
Get the single instance of the CamsAgentContextFactory.
getInstance() - Static method in class com.cafesoft.cams.attr.AttributeValueFactory
Get the AttributeValueFactory instance.
getInstance(boolean) - Static method in class com.cafesoft.cams.attr.BooleanAttributeValue
Get a BooleanAttributeValue instance.
getInstance(boolean) - Static method in class com.cafesoft.cams.attr.StandardEvaluationResult
Returns an EvaluationResult representing the specified boolean value.
getInstance() - Static method in class com.cafesoft.cams.CamsVersion
Get the single instance of the CamsVersion object.
getInstance(String) - Static method in class com.cafesoft.cams.session.SessionId
Creates a SessionId with the specified id.
getInstance(String, String, String, String) - Static method in class com.cafesoft.cams.session.SessionId
Creates a SessionId with the specified provider id, security domain name, and hash.
getInstance() - Static method in class com.cafesoft.core.CSCoreVersion
Get the single instance of the CSCoreVersion object.
getInstance() - Static method in class com.cafesoft.core.field.FieldTypes
Get instance of FieldTypes class.
getInstance() - Static method in class com.cafesoft.core.field.PropertiesFieldInfoFactory
Get instance of the PropertiesFieldInfoFactory.
getInstance(ConnectionPoolConfig) - Static method in class com.cafesoft.core.jdbc.StandardConnectionPool
Static constructor This constructor invokes the private constructor and then invokes the private initialize method.
getInstance() - Static method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Static accessor that gets the Singleton instance of the ConnectionPoolManager.
getInstance() - Static method in class com.cafesoft.core.jdbc.StandardPoolableConnectionFactory
Static accessor method
getInstance() - Static method in class com.cafesoft.core.log.Log4JAppenderFactory
Get the single instance of the Log4JAppenderFactory
getInstance() - Static method in class com.cafesoft.core.log.StandardMessageFilter
Get the singleton instance of the StandardMessageFilter object.
getInstance() - Static method in class com.cafesoft.core.util.RandomNumberGenerator
Get the instance of the RandomNumberGenerator
getInstanceById(String) - Static method in class com.cafesoft.cams.auth.AuthenticationMethod
Convienence method that allows an object to get an AuthenticationMethod object by it's identifier.
getInstanceByName(String) - Static method in class com.cafesoft.cams.auth.AuthenticationMethod
Convienence method that allows an object to get an AuthenticationMethod object by it's name.
getInt(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getIntegerValue(Properties, String, int) - Static method in class com.cafesoft.core.util.PropertyUtils
Get a integer value from a Properties object.
getIntegerValue(Properties, String, int, Object, Logger) - Static method in class com.cafesoft.core.util.PropertyUtils
Get a integer value from a Properties object.
getIterator() - Method in class com.cafesoft.core.field.FieldTypes
Get an iterator of FieldTypes.
getIterator() - Method in interface com.cafesoft.core.field.FieldValueOptions
Get an Iterator containing all valid FieldValueOptions.
getLabel() - Method in class com.cafesoft.core.util.DigestString
Return the algorithm label of this DigestString.
getLastAccessControlResponseTime() - Method in interface com.cafesoft.cams.agent.CamsAgentContext
Returns the last time an AccessControlResponse was received.
getLastModificationTime() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the last modification time of the Cams Policy Server configuration files.
getLastTouchTime() - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get the instant the session was last touched.
getLastTouchTime() - Method in interface com.cafesoft.cams.session.Session
Get the instant the session was last touched.
getLdapVersion() - Method in class com.cafesoft.core.ldap.ConnectionConfig
Get the LDAP Server version.
getLength() - Method in class com.cafesoft.core.xml.dom.StandardNodeList
The number of nodes in the list.
getLevel() - Method in class com.cafesoft.core.util.Indentation
Get the current indentation level.
getLifecycle() - Method in class com.cafesoft.core.lifecycle.LifecycleEvent
Return the Lifecycle on which this event occurred.
getLineNumber() - Method in class com.cafesoft.core.jdbc.SqlCommandIterator
Get the line number of the current SQL command.
getLocalizedMessage() - Method in exception com.cafesoft.core.exception.NestedException
Creates a localized description of this throwable.
getLocalName() - Method in class com.cafesoft.core.xml.dom.AbstractElementFactory
Return the Element local name associated with this ElementFactory.
getLocalName() - Method in interface com.cafesoft.core.xml.dom.ElementFactory
Return the Element local name associated with this ElementFactory.
getLogFormattedDate() - Static method in class com.cafesoft.core.util.DateUtils
Helper method that returns a specific date format that is used for log files.
getLogFormattedDate(Date) - Static method in class com.cafesoft.core.util.DateUtils
Helper method that returns a specific date format that is used for log files.
getLogFormattedDate(long) - Static method in class com.cafesoft.core.util.DateUtils
Helper method that returns a specific date format that is used for log files.
getLogger() - Method in interface com.cafesoft.cams.Context
Get the Logger for this Context.
getLogger() - Method in class com.cafesoft.cams.StandardContext
Get the Logger for this Context.
getLogger() - Method in interface com.cafesoft.core.pool.ObjectPoolConfig
Get the Logger.
getLogger() - Method in class com.cafesoft.core.pool.StandardObjectPoolConfig
Get the Logger.
getLogger() - Method in interface com.cafesoft.core.service.ServiceContext
Get the Logger for this Context.
getLogger() - Method in class com.cafesoft.core.service.StandardServiceContext
Get the Logger for this Context.
getLogger(String, Object) - Static method in class com.cafesoft.core.util.TestUtils
Creates a new Logger for the specfied object.
getLoginConfigEntry() - Method in interface com.cafesoft.cams.access.InternalAccessControlRequest
Returns name of the application making this request.
getLoginConfigEntryName() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the LoginConfigEntry name
getLoginConfigEntryName() - Method in interface com.cafesoft.cams.auth.InternalAuthRequest
Get the LoginConfigEntry name within the LoginConfiguration against which to authenticate.
getLoginParameters() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the login parameters if any exist.
getLoginParameters() - Method in interface com.cafesoft.cams.auth.AuthResponse
Get the login parameters if any exist.
getLong(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMajorVersion() - Method in class com.cafesoft.cams.CamsVersion
Get the major version of the component.
getMajorVersion() - Method in class com.cafesoft.core.CSCoreVersion
Get the major version of the component.
getMajorVersion() - Method in class com.cafesoft.core.jdbc.PoolingConnectionDriver
Retrieves the driver's major version number.
getMajorVersion() - Method in interface com.cafesoft.core.version.Version
Get the major version of the component.
getManagedSession() - Method in class com.cafesoft.cams.session.ManagedSessionEvent
Get the ManagedSession.
getMatchEvaluatable() - Method in interface com.cafesoft.cams.attr.AttributeMatch
Returns the Evaluatable AttributeDesignator used by the matching function.
getMatchEvaluatable() - Method in class com.cafesoft.cams.attr.StandardAttributeMatch
Returns the Evaluatable AttributeDesignator used by the matching function.
getMatchFunction() - Method in interface com.cafesoft.cams.attr.AttributeMatch
Returns the Function used to do the matching.
getMatchFunction() - Method in class com.cafesoft.cams.attr.StandardAttributeMatch
Returns the Function used to do the matching.
getMatchValue() - Method in interface com.cafesoft.cams.attr.AttributeMatch
Returns the AttributeValue used by the matching function.
getMatchValue() - Method in class com.cafesoft.cams.attr.StandardAttributeMatch
Returns the AttributeValue used by the matching function.
getMaxFieldSize() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFieldSize() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFieldSize() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaximum() - Method in class com.cafesoft.core.field.IntegerFieldInfo
Get the maximum integer value.
getMaximum() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the maximum capacity of the ConnectionPool
getMaximum() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the maximum capacity of the ConnectionPool
getMaximum() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Get the maximum number of objects the ObjectPool must maintain.
getMaximum() - Method in interface com.cafesoft.core.pool.ObjectPool
Get the maximum number of objects the ObjectPool must maintain
getMaximumLength() - Method in class com.cafesoft.core.field.StringFieldInfo
Get the maximum required length of the Field.
getMaxRows() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRows() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRows() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxSize() - Method in interface com.cafesoft.cams.access.AccessControlCheckCache
Returns the maximum size of the cache.
getMaxSize() - Method in class com.cafesoft.core.util.LruCache
Get the maxium cache size.
getMessage() - Method in class com.cafesoft.cams.access.AccessControlCheck
Get the AccessControlResponse message.
getMessage() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the message.
getMessage() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Get a context sensitive response message.
getMessage() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentResponse
Get a context sensitive response message.
getMessage() - Method in interface com.cafesoft.cams.attr.EvaluationStatus
Returns the status message or null if there is none.
getMessage() - Method in class com.cafesoft.cams.attr.StandardEvaluationStatus
Returns the status message or null if there is none.
getMessage() - Method in interface com.cafesoft.cams.auth.AuthResponse
Get the message.
getMessage() - Method in interface com.cafesoft.cams.client.ConnectionException
Get the ConnectionException's Message
getMessage() - Method in interface com.cafesoft.cams.ping.PingResponse
Get the response's message
getMessage() - Method in interface com.cafesoft.cams.session.access.SessionAccessResponse
Get the message.
getMessage() - Method in interface com.cafesoft.cams.session.control.SessionControlResponse
Get the message.
getMessage() - Method in exception com.cafesoft.core.exception.NestedException
Returns the detail message string of this Exception.
getMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMethod() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethodName() - Method in exception com.cafesoft.core.util.MethodInvocationException
Get the name of the method that caused the MethodInvocationException, if a name is available.
getMinimum() - Method in class com.cafesoft.core.field.IntegerFieldInfo
Get the minimum integer value.
getMinimum() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the minimum capacity of the ConnectionPool
getMinimum() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the minimum capacity of the ConnectionPool
getMinimum() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Get the minimum number of objects the ObjectPool must maintain.
getMinimum() - Method in interface com.cafesoft.core.pool.ObjectPool
Get the minimum number of objects the ObjectPool must maintain
getMinimumLength() - Method in class com.cafesoft.core.field.StringFieldInfo
Get the minimum required length of the Field.
getMinorVersion() - Method in class com.cafesoft.cams.CamsVersion
Get the minor version of the component.
getMinorVersion() - Method in class com.cafesoft.core.CSCoreVersion
Get the minor version of the component.
getMinorVersion() - Method in class com.cafesoft.core.jdbc.PoolingConnectionDriver
Gets the driver's minor version number.
getMinorVersion() - Method in interface com.cafesoft.core.version.Version
Get the minor version of the component.
getMissingAttributeCategories() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get all missing Attribute categories.
getMissingAttributes() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get all missing Attributes.
getMissingAttributes() - Method in interface com.cafesoft.cams.attr.EvaluationStatus
Returns a List of missing attributes.
getMissingAttributes() - Method in class com.cafesoft.cams.attr.StandardEvaluationStatus
Returns a List of missing attributes.
getMissingAttributesByCategory(URI) - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get all missing Attributes by category.
getMoreResults() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMoreResults() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMoreResults() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in interface com.cafesoft.cams.access.ResourceType
Get the name.
getName() - Method in class com.cafesoft.cams.auth.AuthenticationMethod
Get the readable name of the authentication method.
getName() - Method in class com.cafesoft.cams.auth.CSRolePrincipal
Return the role name for this CSRolePrincipal.
getName() - Method in class com.cafesoft.cams.auth.CSUserPrincipal
Return the username for this CSUserPrincipal.
getName() - Method in interface com.cafesoft.cams.auth.login.userrepository.RepositoryUser
Get the name of the RepositoryUser
getName() - Method in class com.cafesoft.cams.CamsVersion
Get the name of the component.
getName() - Method in class com.cafesoft.cams.service.CamsServiceState
Get the name of the CamsServiceState.
getName() - Method in class com.cafesoft.core.CSCoreVersion
Get the name of the component.
getName() - Method in class com.cafesoft.core.field.AbstractFieldInfo
Get the Field name.
getName() - Method in interface com.cafesoft.core.field.FieldInfo
Get the field name.
getName() - Method in class com.cafesoft.core.field.FieldType
Get the name associated with this FieldType.
getName() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the name of the ConnectionPool
getName() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the name of the ConnectionPool
getName() - Method in interface com.cafesoft.core.version.Version
Get the name of the component.
getNames(String) - Method in class com.cafesoft.core.util.NamespaceHashMap
Get the names of all the values in the NamespaceMap
getNames(String) - Method in interface com.cafesoft.core.util.NamespaceMap
Get the names of all the values in the NamespaceMap
getNameSpace() - Method in class com.cafesoft.core.xml.dom.AbstractElementFactory
Return the name space associated with this ElementFactory.
getNameSpace() - Method in interface com.cafesoft.core.xml.dom.ElementFactory
Return the name space associated with this ElementFactory.
getNamespaceDelimiter() - Method in class com.cafesoft.core.util.TokenDelimiterSpec
Get the namespace token delimiter.
getNamespaces() - Method in class com.cafesoft.cams.session.AbstractBaseSession
Get all attribute namespaces.
getNamespaces() - Method in interface com.cafesoft.cams.session.Session
Get all attribute namespaces.
getNamespaces() - Method in class com.cafesoft.core.util.NamespaceHashMap
Get all value namespaces.
getNamespaces() - Method in interface com.cafesoft.core.util.NamespaceMap
Get all value namespaces.
getNestedEvalutionStatus() - Method in interface com.cafesoft.cams.attr.EvaluationStatus
Return a nested EvaluationStatus if available.
getNestedEvalutionStatus() - Method in class com.cafesoft.cams.attr.StandardEvaluationStatus
Return a nested EvaluationStatus if available.
getObject(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObligationCount() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the number of response Obligations.
getObligationCount() - Method in interface com.cafesoft.cams.auth.AuthResponse
Get the number of response Obligations.
getObligations() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get an Iterator of Obligation objects that apply to the response.
getObligations() - Method in interface com.cafesoft.cams.auth.AuthResponse
Get an Iterator of Obligation objects that apply to the response.
getOneAndOnly(URI, URI, URI) - Method in interface com.cafesoft.cams.attr.AttributeSet
Get a one and only Attributes.
getOneAndOnly(URI, URI, URI) - Method in class com.cafesoft.cams.attr.StandardAttributeSet
Get a one and only Attribute.
getOutputStream() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentResponse
Returns an output stream.
getOverlapping(Permission) - Method in class com.cafesoft.cams.access.AbstractPermissionCollection
Get an overlapping Permission.
getOverlapping(Permission) - Method in interface com.cafesoft.cams.access.PermissionCollection
Get an overlapping Permission.
getPackageFilePath(Object) - Static method in class com.cafesoft.core.util.ClassUtils
This method creates a package file path.
getParameter(String) - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the value mapped to the specified parameter.
getParameter(String) - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the value mapped to the specified parameter.
getParameterMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterMetaData() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterNames() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns all of the Http parameters.
getParameterNames() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns all of the Http parameters.
getPassword() - Method in interface com.cafesoft.cams.auth.login.userrepository.RepositoryUser
Get the password of the RepositoryUser
getPassword() - Method in interface com.cafesoft.core.jdbc.ConnectionConfig
Get the Password
getPassword() - Method in class com.cafesoft.core.jdbc.DatasourceConfig
Get the JDBC Password.
getPassword() - Method in class com.cafesoft.core.jdbc.StandardConnectionConfig
Get the Password
getPasswordColumn() - Method in class com.cafesoft.core.jdbc.SearchConfig
Get the database column name where the user password is stored.
getPatchNumber() - Method in class com.cafesoft.cams.CamsVersion
Get the patch number of the component.
getPatchNumber() - Method in class com.cafesoft.core.CSCoreVersion
Get the patch number of the component.
getPatchNumber() - Method in interface com.cafesoft.core.version.Version
Get the patch number of the component.
getPattern() - Method in class com.cafesoft.cams.access.AbstractResourcePattern
Get the pattern.
getPattern() - Method in interface com.cafesoft.cams.access.ResourcePattern
Get the general Resource Identifier pattern.
getPattern() - Method in interface com.cafesoft.core.field.FieldValuePattern
Get a String representation of the pattern.
getPattern() - Method in class com.cafesoft.core.field.IntegerFieldValuePattern
Get a String representation of the pattern.
getPattern() - Method in class com.cafesoft.core.field.StringFieldValuePattern
Get a String representation of the pattern.
getPermission(ResourceRequest) - Method in class com.cafesoft.cams.access.AbstractPermissionCollection
Get the Permission best matching a ResourceRequest.
getPermission(ResourceRequest) - Method in interface com.cafesoft.cams.access.PermissionCollection
Get the Permission best matching a ResourceRequest.
getPermissions() - Method in class com.cafesoft.cams.access.AbstractPermissionCollection
Get all Permissions.
getPermissions() - Method in exception com.cafesoft.cams.access.OverlappingPermissionsException
Get the overlapping Permissions.
getPermissions() - Method in interface com.cafesoft.cams.access.PermissionCollection
Get all Permissions.
getPool(String, Properties) - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Get the ConnectionPool with the given poolName
getPool(String, Properties) - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Get the ConnectionPool with the given poolName
getPoolableObjectFactory() - Method in class com.cafesoft.core.pool.DefaultObjectPool
Get the PoolableObjectFactory that the ObjectPool is currently using.
getPoolableObjectFactory() - Method in interface com.cafesoft.core.pool.ObjectPool
Get the PoolableObjectFactory that the ObjectPool is currently using.
getPoolNames() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Get all of the ConnectionPool names within the Manager
getPoolNames() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Get all of the ConnectionPool names within the Manager
getPoolPassword() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the ConnectionPool's Password
getPoolPassword() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the ConnectionPool's Password
getPools() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolManager
Get all ConnectionPools within the Manager
getPools() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolManager
Get all ConnectionPools within the Manager
getPoolUser() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the ConnectionPool's User
getPoolUser() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the ConnectionPool's User
getPort() - Method in class com.cafesoft.cams.access.url.UrlResourceRequest
Get the URI Resource port.
getPrincipalNames() - Method in interface com.cafesoft.cams.session.RemoteSession
Get the Principal names
getPrincipalNames() - Method in class com.cafesoft.cams.session.StandardRemoteSession
Get the Principal names
getProcessName() - Method in class com.cafesoft.core.util.MonitoredProcessEvent
Get the process name.
getProperties(Config) - Static method in class com.cafesoft.cams.util.ConfigSupport
Extracts the properties contained within the config.
getPropertyInfo(String, Properties) - Method in class com.cafesoft.core.jdbc.PoolingConnectionDriver
Gets information about the possible properties for this driver.
getPropertyName() - Method in interface com.cafesoft.core.util.PropertySpec
Get the property name.
getPropertyName() - Method in class com.cafesoft.core.util.StandardPropertySpec
Get the property name.
getPropertyValueSpecType() - Method in interface com.cafesoft.core.util.PropertySpec
Get the property value specification type.
getPropertyValueSpecType() - Method in class com.cafesoft.core.util.StandardPropertySpec
Get the property value specification type.
getProtocol() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getQueryString() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the query string that is contained in the request URL after the path.
getQueryTimeout() - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueryTimeout() - Method in class com.cafesoft.core.jdbc.DelegatingPreparedStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueryTimeout() - Method in class com.cafesoft.core.jdbc.DelegatingStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getReason() - Method in class com.cafesoft.cams.access.AccessControlCheck
Get the AccessControlResponse reason code.
getReason() - Method in interface com.cafesoft.cams.access.AccessControlResponse
Get the Reason code.
getReason() - Method in exception com.cafesoft.cams.access.EvaluationException
Get the AccessControlResponse reason code.
getReason() - Method in interface com.cafesoft.cams.auth.AuthResponse
Get the Reason code.
getReason() - Method in interface com.cafesoft.cams.oblig.Effect
Get the reason code.
getReason() - Method in class com.cafesoft.cams.oblig.StandardEffect
Get the reason code.
getReason() - Method in interface com.cafesoft.cams.ping.PingResponse
Get the reason code
getReason() - Method in interface com.cafesoft.cams.session.access.SessionAccessResponse
Get the Reason code.
getReason() - Method in interface com.cafesoft.cams.session.control.SessionControlResponse
Get the Reason code.
getRef(int) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class com.cafesoft.core.jdbc.DelegatingCallableStatement
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class com.cafesoft.core.jdbc.DelegatingResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRefreshPeriod() - Method in interface com.cafesoft.core.jdbc.ConnectionPoolConfig
Get the refresh period (in Minutes)
getRefreshPeriod() - Method in class com.cafesoft.core.jdbc.StandardConnectionPoolConfig
Get the refresh period (in Minutes)
getRegistry() - Method in interface com.cafesoft.cams.service.rmi.RMIRegistryService
Get a reference to the RMI registry.
getRegistryHost() - Method in interface com.cafesoft.cams.service.rmi.RMIRegistryService
Get the host of the RMI registry.
getRegistryPort() - Method in interface com.cafesoft.cams.service.rmi.RMIRegistryService
Get the port of the RMI registry.
getRemoteAddr() - Method in interface com.cafesoft.cams.access.InternalAccessControlRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in class com.cafesoft.cams.agent.http.AbstractCamsHttpAgentRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in interface com.cafesoft.cams.agent.http.CamsHttpAgentRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in interface com.cafesoft.cams.auth.InternalAuthRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in interface com.cafesoft.cams.ping.PingRequest
Get the RemoteAddress
getRemoteAddr() - Method in interface com.cafesoft.cams.session.access.InternalSessionAccessRequest
Returns the remote host's ip address.
getRemoteAddr() - Method in interface com.cafesoft.cams.session.control.