Serialized Form
_inputStream
InputStream _inputStream
_outputStream
OutputStream _outputStream
cookie
WorkspacePoolCookie cookie
closeContext
boolean closeContext
|
Package com.sas.net.brg.orb |
columnName
String columnName
columnLabel
String columnLabel
columnType
int columnType
columnTypeName
String columnTypeName
columnLength
int columnLength
columnFormatName
String columnFormatName
columnFormatLength
int columnFormatLength
columnFormatWidth
int columnFormatWidth
columnFormatDecimal
int columnFormatDecimal
columnInformatName
String columnInformatName
columnInformatLength
int columnInformatLength
columnInformatWidth
int columnInformatWidth
columnInformatDecimal
int columnInformatDecimal
vendorCode
int vendorCode
messageIndex
String messageIndex
m_errorMsg
String m_errorMsg
code
int code
_entityKey
String _entityKey
- An entity ID that's unique across all JVMs.
_map
Map _map
- Configurations stored in this map must be serializable.
_initializationObject
Object _initializationObject
- The service's initialization data.
_id
String _id
- ID
_service
RemoteServiceInterface _service
- Foundation service implementation that will be either a
local object reference or a stub to a remote object. This
object is a proxy to this service.
_serviceId
String _serviceId
- The foundation service's entity ID which is a unique
runtime ID.
_rmtServiceCreationTime
long _rmtServiceCreationTime
- Time at which the remote service was created. This
attribute is not used when the proxy is defined for a
local service since we can directly obtain the creation time
from the local service.
_rmtServiceConfiguration
ServiceConfigurationInterface _rmtServiceConfiguration
- A remote service's configuration. This attribute is only
defined if the proxy is defined for a remote service.
The service configuration is defined at the time a service
is constructed and not alterable, therefore we'll cache
this configuration to eliminate the need to make a
stub call to obtain it.
_rmtMetadataSource
MetadataSourceInterface _rmtMetadataSource
- The metadata source used to deploy this remote service or
null if this is a local service.
_isDestroyed
boolean _isDestroyed
- Flag indicating that this proxy has been destroyed and should not be used.
_serviceTemplate
ServiceTemplate _serviceTemplate
- The service discovery template for the service.
_serviceState
short _serviceState
- Service's state which is initialized to
ServiceState.SERVICE_STATE_UNINITIALIZED
|
Package com.sas.services.connection |
encryptionPolicy
String encryptionPolicy
encryptionContent
String encryptionContent
origEncryptionAlgorithms
String origEncryptionAlgorithms
normEncryptionAlgorithms
String normEncryptionAlgorithms
servers
Server[] servers
classID
String classID
domain
String domain
maxClients
int maxClients
serverIndex
int serverIndex
domain
String domain
userName
String userName
password
String password
clusters
Cluster[] clusters
serverCredential
Credential serverCredential
minSize
int minSize
minAvail
int minAvail
userCredentials
Set userCredentials
users
Set users
puddleID
String puddleID
puddleName
String puddleName
classID
String classID
origClassID
String origClassID
normClassID
String normClassID
maxClients
int maxClients
reactivationLimit
int reactivationLimit
shutdownAfterMinutes
int shutdownAfterMinutes
domain
String domain
origHost
String origHost
normHost
String normHost
port
int port
|
Package com.sas.services.connection.platform |
|
Package com.sas.services.deployment |
_softwareComponentName
String _softwareComponentName
- The name of an application's foundation service deployment
This corresponds to the name of the metadata
SoftwareComponent that serves as the
root element for service deployment metadata belonging to
an application.
_serviceDeploymentGroups
Set _serviceDeploymentGroups
Set of String elements containing 0..* names
foundation service deployment groups that are to be deployed. Each element
corresponds to the Name attribute of a metadata
Tree representing a collection of foundation services under
a given SoftwareComponent. If no names are specified then
no restriction is applied and all groups are deployed.
_isOKToClose
boolean _isOKToClose
- Whether or not this metadata source can be closed by the
service loader once it no longer needs it.
_id
String _id
- An ID that uniquely identifies this service. This is typically a
repository ID.
_factory
Class _factory
- A fully qualified Java class name for a service factory that implements
ServiceFactoryInterface. This factory will be used to
obtain the service via its
RemoteServiceInterface getService(ServiceConfigurationInterface)
method.
_dependencies
Set _dependencies
- A set of 0..* IDs of other services that must be deployed prior
to deploying this service. Each element of the set will be a
String element.
_configuration
ServiceConfigurationInterface _configuration
- A service configuration that's used to initialize a service.
_metadataSource
MetadataSourceInterface _metadataSource
- Metadata source.
_serverHost
String _serverHost
- Host on which SAS Metadata Server is running.
_serverPort
String _serverPort
- Port number on which SAS Metadata Server is listening.
_repositoryName
String _repositoryName
- SAS Metadata Server repository's name.
_repositoryId
String _repositoryId
- SAS Metadata Server repository's ID. This value may be queried from
the metadata server using the repository's name.
_bindName
String _bindName
- Name used to bind the RMI remote/activatable object in the rmiregistry.
_registerWithRMI
boolean _registerWithRMI
- Whether or not to bind the remote to the rmiregistry.
_bindingType
short _bindingType
- RMI binding type.
_rmiConfiguration
RMIConfiguration _rmiConfiguration
- RMI configuration describing lookup info for the rmiregistry's host/port.
_id
String _id
- RMI configuration's ID. This is a value used to distinguish between
various RMI configurations in a deployment configuration.
_host
String _host
- rmiregistry host.
_port
int _port
- rmiregistry port.
_rmiBindings
Set _rmiBindings
- RMI bindings used to associate a remote object to an RMI registry.
_deployedService
RemoteServiceInterface _deployedService
- The service that was either looked in an RMI registry or instantiated
and registered via a bind or rebind.
_deployableServices
DeployableService[] _deployableServices
- Set of services which weren't found when the lookup
request was processed.
_servicesDeploymentState
int _servicesDeploymentState
- The current deployment state.
_url
URL _url
- URL from which the metadata will be read.
An alternative source to an input stream.
|
Package com.sas.services.discovery |
id
String id
- An ID associated with a service.
idType
String idType
- An additional attribute that may be used in the event that multiple
IdAttribute objects are being used to represent different ids.
isRemotelyAccessible
Boolean isRemotelyAccessible
- An ID associated with a service.
elementType
String elementType
- The metadata element's type (i.e. "SoftwareComponent",
"DeployedComponent") or
null if unspecified.
id
String id
- The metadata element's id (i.e. "A5K2EL3N.B000000B") or
null
if unspecified.
name
String name
- The metadata element's name.
classIdentifier
String classIdentifier
- The metadata element's class identifier.
_serviceFactory
String _serviceFactory
- Service's factory. This is the fully qualified name of a Java class that
implements
com.sas.services.ServiceFactoryInterface.
_isDelegateRegistrationEnabled
boolean _isDelegateRegistrationEnabled
- Whether or not the service should be exposed to clients operating
in other JVMs via discovery service delegates.
_discoveryId
String _discoveryId
- Service's discovery ID. This ID is used to uniquely distinguish
services available through the Discovery service. It provides the
capabability for another service to re-locate a previously discovered
service via its service discovery ID. This ID is unique across
multiple JVMs.
_repositoryId
String _repositoryId
- An ID used to represent this deployable software component in a
repository.
_serviceTypes
Class[] _serviceTypes
- Class(es) the service is, extends, or implements. These classes define
the supported service types by which the service can be discovered.
_serviceAttributes
ServiceAttributeInterface[] _serviceAttributes
- When a service is registered with the discovery service, one may
optionally associate service attribute entries with it. These
service attributes are used to specify additional information about
a service so that a service may be discovered by not only its
service types, but also criteria specified in these attributes.
_rmiBindings
Set _rmiBindings
- RMI bindings that associate a service with an RMI registry.
group
String group
- Name of a runtime group of services.
_serviceTemplate
ServiceTemplate _serviceTemplate
- Service template that was sought, but not available.
_services
Set _services
- Set of services.
_localServices
Set _localServices
- A collection of services that exist locally in this process.
_remoteServices
Set _remoteServices
- A collection of services that exist remote to this process.
_serviceTypes
ServiceTypes _serviceTypes
- Service types that a service is, extends, or implements.
_serviceAttributes
ServiceAttributeInterface[] _serviceAttributes
- Optional attributes that may be used to distinguish among services
that satisfy the same service type(s).
_requestPassport
PassportInterface _requestPassport
- As this service template is passed to discovery services this
passport will be stamped with the entity key IDs for each discovery
service that processes the service request. It is intended for use in
ensuring that a discovery service only processes a request one.
_classesOrInterfaces
Class[] _classesOrInterfaces
- The interfaces implemented by the service.
_classes
Set _classes
- Classes extended by a service.
_interfaces
Set _interfaces
- Interfaces implemented by a service.
|
Package com.sas.services.events.broker |
_userName
String _userName
_userPW
String _userPW
_domain
String _domain
_sc
SessionContextInterface _sc
_scLock
Object _scLock
_uc
UserContextInterface _uc
_runAsIdentity
int _runAsIdentity
|
Package com.sas.services.events.broker.flowengine |
|
Package com.sas.services.events.broker.monitor |
|
Package com.sas.services.events.discovery |
|
Package com.sas.services.information |
_parentCache
RepositoryCache _parentCache
_parent
DAVRepositoryInterface _parent
https
boolean https
_factory
Factory _factory
_person
PersonInterface _person
_user
UserContextInterface _user
_domain
String _domain
_host
String _host
_port
int _port
_isName
String _isName
_rootURL
URL _rootURL
_rootpw
String _rootpw
_rootid
String _rootid
_DAVServer
String _DAVServer
_defaultBase
String _defaultBase
_trackedObjects
HashMap _trackedObjects
_listeners
List _listeners
_supportsACL
boolean _supportsACL
_supportsSEARCH
boolean _supportsSEARCH
_logService
LoggingServiceInterface _logService
_uniqueId
String _uniqueId
_resourceMutex
EDU.oswego.cs.dl.util.concurrent.Mutex _resourceMutex
_pr
PersonalRepositoryInterface _pr
userBase
String userBase
_factoryMap
Map _factoryMap
sharedResource
SharedResourceInterface sharedResource
_filter
String _filter
_actionType
String _actionType
- The action's type. Currently the following types are supported:
-
class
-
constructor
-
service
_actionClassName
String _actionClassName
- Action's fully qualified class name.
_actionMethodName
String _actionMethodName
- Action's method name or
null if undefined.
_repositoryId
String _repositoryId
_repositoryType
String _repositoryType
_component
FilterComponent _component
- The component to filter on. Since components can contain
components, this can still be a complex filter.
_type
String _type
_name
String _name
_template
String _template
_option
String _option
_reposid
String _reposid
_base
String _base
_DAVbase
String _DAVbase
_scope
int _scope
_DAVscope
int _DAVscope
_flags
int _flags
_relation
int _relation
_aggregation
int _aggregation
_key
String _key
_value
String _value
_elements
ArrayList _elements
_parentCache
RepositoryCache _parentCache
_parent
LdapRepositoryInterface _parent
_url
String _url
_domain
String _domain
_host
String _host
_defaultBase
String _defaultBase
_isName
String _isName
_portInt
int _portInt
_ctx
InitialDirContext _ctx
_env
Hashtable _env
_logger
LoggerInterface _logger
_roots
ArrayList _roots
_person
PersonInterface _person
_factory
Factory _factory
_trackedObjects
HashMap _trackedObjects
_cache
RepositoryCache _cache
_user
UserContextInterface _user
_listeners
ArrayList _listeners
_isDestroyed
boolean _isDestroyed
_uniqueId
String _uniqueId
_factoryMap
Map _factoryMap
_url
String _url
_repositoryId
String _repositoryId
_parent
OMIRepositoryInterface _parent
_domain
String _domain
_url
String _url
_host
String _host
_principal
String _principal
_password
String _password
_defaultRepository
String _defaultRepository
_defaultName
String _defaultName
_isName
String _isName
_portInt
int _portInt
_mdfactory
MdFactoryImpl _mdfactory
_mdstore
MdObjectStore _mdstore
_iSecurity
com.sas.meta.SASOMI.ISecurity _iSecurity
_logger
LoggerInterface _logger
_person
PersonInterface _person
_factory
Factory _factory
_trackedObjects
HashMap _trackedObjects
_cache
RepositoryCache _cache
_user
UserContextInterface _user
_isConnected
boolean _isConnected
_connectionIsMine
boolean _connectionIsMine
_repositories
HashMap _repositories
_bipRoot
SoftwareComponent _bipRoot
_listeners
ArrayList _listeners
_childnum
int _childnum
_isDestroyed
boolean _isDestroyed
_subNum
String _subNum
_loggerIsMine
boolean _loggerIsMine
_reconnecting
boolean _reconnecting
_refreshCache
boolean _refreshCache
_myType
String _myType
children
List children
parents
List parents
projectRepositories
List projectRepositories
_mdObjectFactoryListener
MdObjectFactoryListener _mdObjectFactoryListener
_uniqueId
String _uniqueId
_folderItemRefreshInterval
long _folderItemRefreshInterval
_folderSubfolderRefreshInterval
long _folderSubfolderRefreshInterval
_metadataParentRefreshInterval
long _metadataParentRefreshInterval
_myHelper
com.sas.services.information.OMIRepository.SmartTypeHelper _myHelper
_payload
Object _payload
_exceptions
ArrayList _exceptions
_host
String _host
_port
String _port
_domain
String _domain
_base
String _base
_protocol
String _protocol
_description
String _description
_name
String _name
_auto
boolean _auto
_proxy
String _proxy
_isSecure
boolean _isSecure
_repository
RepositoryInterface _repository
_event
int _event
_name
String _name
_description
String _description
_groupNames
List _groupNames
_writable
boolean _writable
|
Package com.sas.services.information.browse |
_rawData
Map _rawData
|
Package com.sas.services.information.metadata |
_name
String _name
_description
String _description
_mimeType
String _mimeType
_content
InputStream _content
_name
String _name
_subject
String _subject
_subscriber
String _subscriber
_author
String _author
_timestamp
long _timestamp
_text
String _text
_private
boolean _private
_attachments
ArrayList _attachments
_modifier
int _modifier
_rangeField
int _rangeField
n_lower
long n_lower
n_upper
long n_upper
c_lower
String c_lower
c_upper
String c_upper
_relativePath
String _relativePath
_basePath
String _basePath
_server
ServerInterface _server
_directory
DirectoryInterface _directory
_basePathDirectory
DirectoryInterface _basePathDirectory
_name
String _name
_isQueryingAssociations
boolean _isQueryingAssociations
- Whether or not the query should query associated
objects in addition to attributes.
_person
PersonInterface _person
_principal
IdentityInterface _principal
_permissions
List _permissions
_inherited
boolean _inherited
_protected
boolean _protected
_inheritedfrom
String _inheritedfrom
_person
PersonInterface _person
parent
FilteredFolderInterface parent
realFolder
FolderInterface realFolder
subFolders
ArrayList subFolders
items
ArrayList items
_itemRefreshTime
long _itemRefreshTime
_subfolderRefreshTime
long _subfolderRefreshTime
_myItemRefreshInterval
long _myItemRefreshInterval
_myFolderRefreshInterval
long _myFolderRefreshInterval
_guid
String _guid
_domain
String _domain
_keywords
ArrayList _keywords
- The list of keywords to search for.
_servers
ArrayList _servers
_serviceType
String _serviceType
groupList
ArrayList groupList
_trackingId
int _trackingId
_repositoryFlag
int _repositoryFlag
_repositoryObject
Object _repositoryObject
_repository
RepositoryInterface _repository
_transactionListeners
ArrayList _transactionListeners
_children
ArrayList _children
_treeRefreshTime
long _treeRefreshTime
_myRefreshInterval
long _myRefreshInterval
_omrCreateDate
Date _omrCreateDate
_omrModifyDate
Date _omrModifyDate
_refreshSubscribers
boolean _refreshSubscribers
_refreshPackages
boolean _refreshPackages
_refreshGroups
boolean _refreshGroups
_dirty
boolean _dirty
_enumerationItems
List _enumerationItems
_isOthersAllowedSet
boolean _isOthersAllowedSet
_isOthersAllowed
boolean _isOthersAllowed
_integerMinimumSet
boolean _integerMinimumSet
_integerMinimum
int _integerMinimum
_integerMaximumSet
boolean _integerMaximumSet
_integerMaximum
int _integerMaximum
_integerIncrementSet
boolean _integerIncrementSet
_integerIncrement
int _integerIncrement
_numericMinimumSet
boolean _numericMinimumSet
_numericMinimum
Number _numericMinimum
_numericMinimumExclusive
boolean _numericMinimumExclusive
_numericMaximumSet
boolean _numericMaximumSet
_numericMaximum
Number _numericMaximum
_numericMaximumExclusive
boolean _numericMaximumExclusive
_numericIncrementSet
boolean _numericIncrementSet
_numericIncrement
Number _numericIncrement
_stringLengthMinimumSet
boolean _stringLengthMinimumSet
_stringLengthMinimum
int _stringLengthMinimum
_stringLengthMaximumSet
boolean _stringLengthMaximumSet
_stringLengthMaximum
int _stringLengthMaximum
_parsed
boolean _parsed
got_dependents
boolean got_dependents
_refreshChannels
boolean _refreshChannels
_isWritable
boolean _isWritable
_repository
String _repository
_rootTree
String _rootTree
_path
String _path
_name
String _name
_type
String _type
rootFolder
DAVFolder rootFolder
applFolder
DAVFolder applFolder
applList
Map applList
_relation
int _relation
_property
String _property
_nsURI
String _nsURI
_href
String _href
_owner
String _owner
_topic
String _topic
_started
long _started
remarksData
DAVRemarks remarksData
referrals
Set referrals
_name
String _name
_threadId
String _threadId
_type
int _type
_person
PersonInterface _person
|
Package com.sas.services.information.metadata.dav |
_properties
Map _properties
_schemaProperties
Map _schemaProperties
_repos
RepositoryInterface _repos
_resource
DAVResource _resource
_name
String _name
_fullUrl
String _fullUrl
_reposId
String _reposId
content
byte[] content
_acl
String _acl
- A serialized XML string from the ACL property on the resource
aclList
List aclList
- A list containing the access control entries from the ACL property on the resource. This format
is easier to manipulate and is then converted to and from the serialized XML string when necessary
_hasACLUpdates
boolean _hasACLUpdates
- Indicator for when this entity has some updates to the access control list for this resource
_ACLstatus
int _ACLstatus
- Keeps the status of the AC information on this entity. Could be UNSET, LOCAL or STORE
hasBeenFetched
boolean hasBeenFetched
_nameAttribute
String _nameAttribute
_descAttribute
String _descAttribute
_objectClass
String _objectClass
_setUpdates
HashMap _setUpdates
_removeUpdates
HashMap _removeUpdates
_contentClass
String _contentClass
_isDeleted
boolean _isDeleted
parseDone
boolean parseDone
structureStatus
int structureStatus
_items
Map _items
_contentType
String _contentType
_contentsFile
File _contentsFile
_contents
byte[] _contents
_contentsStatus
int _contentsStatus
|
Package com.sas.services.information.util |
_smartType
String _smartType
_protocol
String _protocol
_repository
String _repository
_repositoryKey
String _repositoryKey
_type
String _type
_id
String _id
_repository
String _repository
|
Package com.sas.services.logging |
|
Package com.sas.services.mgmt |
_notificationType
String _notificationType
- The type of event notification.
_serviceEntityId
String _serviceEntityId
- Service's entity ID.
_message
String _message
- Optional message describing the notification event.
_userData
Serializable _userData
- Optional user data that was originally provided at the time a service
listener was registered.
_observers
List _observers
|
Package com.sas.services.publish |
_description
String _description
_namevalues
AttributeMapInterface _namevalues
_closed
boolean _closed
_logger
LoggerInterface _logger
_readOnly
boolean _readOnly
_entityKeyIf
EntityKeyInterface _entityKeyIf
_file
File _file
_mimeType
String _mimeType
_inputStream
InputStream _inputStream
_name
String _name
_tempFile
File _tempFile
_event
String _event
_isPersisted
boolean _isPersisted
_main
HTMLFileInterface _main
_companionFiles
ArrayList _companionFiles
_url
String _url
_encoding
String _encoding
_isReadOnly
boolean _isReadOnly
_inputStream
InputStream _inputStream
_file
File _file
_mimeType
String _mimeType
_role
int _role
_name
String _name
_entityKeyIf
EntityKeyInterface _entityKeyIf
_tempFile
File _tempFile
_reference
String _reference
_referenceType
String _referenceType
_abstract
String _abstract
_isNested
boolean _isNested
_entries
ArrayList _entries
_expiration
long _expiration
_nestedName
String _nestedName
_mimeType
String _mimeType
_file
File _file
_encoding
String _encoding
_inputStream
InputStream _inputStream
_name
String _name
_tempFile
File _tempFile
_file
File _file
_mimeType
String _mimeType
_encoding
String _encoding
_viewerType
int _viewerType
_inputStream
InputStream _inputStream
_name
String _name
_tempFile
File _tempFile
|
Package com.sas.services.publish.archive |
|
Package com.sas.services.publish.metadata |
_description
String _description
_descriptionOperator
int _descriptionOperator
_abstract
String _abstract
_abstractOperator
int _abstractOperator
_channel
ChannelInterface _channel
_nvpairs
List _nvpairs
|
Package com.sas.services.publish.requester |
|
Package com.sas.services.publish.webdav |
|
Package com.sas.services.security |
_localHandler
CallbackHandler _localHandler
- Local callback handler.
_ident
UserIdentityInterface _ident
_user
UserContextInterface _user
_options
Map _options
_type
String _type
_action
String _action
_owner
MetadataInterface _owner
_prompt
String _prompt
_defaultName
String _defaultName
_name
String _name
_password
char[] _password
_isEchoOn
boolean _isEchoOn
_prompt
String _prompt
|
Package com.sas.services.security.login |
_password
String _password
_cnxn
com.sas.meta.SASOMI.IOMI _cnxn
_isec
com.sas.meta.SASOMI.ISecurity _isec
_orb
BrgOrb _orb
_obj2
Object _obj2
_userId
String _userId
_password
String _password
_domain
String _domain
_name
String _name
_processed
boolean _processed
_userId
String _userId
_host
String _host
_port
int _port
_protocol
String _protocol
_domain
String _domain
_base
String _base
_description
String _description
|
Package com.sas.services.session |
_sessionContext
SessionContextInterface _sessionContext
_name
String _name
_object
Object _object
_stateChange
int _stateChange
_profile
ProfileInterface _profile
_userContextName
String _userContextName
_emails
List _emails
_loginTime
long _loginTime
_uniqueId
String _uniqueId
_sessionContextId
String _sessionContextId
|
Package com.sas.services.storedprocess |
_archiveName
String _archiveName
_archivePath
String _archivePath
_createNewInstance
boolean _createNewInstance
_lifecycleBound
boolean _lifecycleBound
_resultLocation
Object _resultLocation
_davServer
HttpServerInterface _davServer
_collectionUnderDAVServerBasePath
String _collectionUnderDAVServerBasePath
_DAVServerBasePath
String _DAVServerBasePath
_domain
String _domain
attemptedToGetDomain
boolean attemptedToGetDomain
_collectionInPR
String _collectionInPR
_relativePathToResultInstance
String _relativePathToResultInstance
_personalRepository
PersonalRepositoryInterface _personalRepository
_myResults
FolderInterface _myResults
_proxyURL
String _proxyURL
_userName
String _userName
_password
String _password
_domainName
String _domainName
|
Package com.sas.services.storedprocess.metadata |
|
Package com.sas.services.user |
all_allowed
boolean all_allowed
_person
PersonInterface _person
_user
UserContextInterface _user
_groupName
String _groupName
- Deprecated.
_anchor
MetadataInterface _anchor
_profile
ProfileInterface _profile
_repos
RepositoryInterface _repos
_ps
PropertySet _ps
_userContext
UserContextInterface _userContext
- The owner of this profile.
_parent
ProfileInterface _parent
- The parent of this profile in the memory preference tree.
_subProfiles
HashMap _subProfiles
- Sub profiles.
_attributes
HashMap _attributes
- Attribute map.
_application
String _application
- Application
_backEnd
ProfileStoreInterface _backEnd
- Back-end profile store.
_isLoaded
boolean _isLoaded
- Whether or not the profile is loaded.
_isLoading
boolean _isLoading
_needsReload
boolean _needsReload
- This is a flag to indicate if the profile needs
to be refreshed from the backend store before
any attributes are returned.
_isDirty
boolean _isDirty
- This flag indicates that the contents of the profile
have been changed and not persisted.
_refreshCycle
long _refreshCycle
- The time in milliseconds that the profile information is
considered "fresh". After this time, a trip to the server
to refetch is needed.
_lastRefresh
long _lastRefresh
- The System time that the profile data was last fetched from
the metadata server. When
_lastRefresh + _refreshCycle > System.currentTimeMillis(),
force a trip to the server.
_url
String _url
_type
String _type
_filter
String _filter
_base
String _base
_className
String _className
_authFlag
boolean _authFlag
_principal
String _principal
_credential
String _credential
_domain
String _domain
_identity
Object _identity
_isPrimary
boolean _isPrimary
cx
ConnectionInterface cx
cxGate
int[] cxGate
_generatedCredentials
List _generatedCredentials
_exceptions
List _exceptions
_name
String _name
_key
String _key
_person
IdentityInterface _person
_identities
List _identities
_profile
ProfileInterface _profile
_repositories
List _repositories
_loginContext
LoginContext _loginContext
_handler
LoginCallbackHandler _handler
_challenger
RemoteCallbackHandler _challenger
_session
SessionContextInterface _session
_logger
LoggerInterface _logger
_loggerFromSessionContext
boolean _loggerFromSessionContext
_isDestroyed
boolean _isDestroyed
_uniqueId
String _uniqueId
_description
String _description
_authTime
long _authTime
_sharedResources
Map _sharedResources
_myContextNum
long _myContextNum
_mySubject
Subject _mySubject
_actions
String _actions
_exceptions
ArrayList _exceptions
_user
UserContextInterface _user
|
Package com.sas.services.util |
_pairs
Map _pairs
_orderedNames
List _orderedNames
|
Package com.sas.services.webdav |
httpStatusCode
int httpStatusCode
- A status code associated with this exception. If the originating exception is not an instance of
HttpException then this will be -1, otherwise this is a valid Http return code
_exception
Exception _exception
- The underlying exception that created this exception.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:29:04