|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.waveset.object |
---|
Class com.waveset.object.AdminGroup extends Principal implements Serializable |
---|
serialVersionUID: 7013408624795607978L
Serialized Fields |
---|
java.lang.String _description
java.util.List<E> _assignerRefs
Class com.waveset.object.Administrator extends Principal implements Serializable |
---|
serialVersionUID: -1143489464611775622L
Serialized Fields |
---|
java.lang.String _email
Class com.waveset.object.AdminRole extends Principal implements Serializable |
---|
serialVersionUID: -3290826269013354271L
Serialized Fields |
---|
boolean _excludeAllControlledChildObjectGroups
java.util.List<E> _controlledObjectSubGroups
java.util.List<E> _assignerRefs
Class com.waveset.object.AttestationEntry extends AbstractXmlObject implements Serializable |
---|
Serialized Fields |
---|
java.lang.String _status
java.lang.String _attestor
long _time
java.lang.String _comment
Class com.waveset.object.AuditEvent extends java.util.Hashtable implements Serializable |
---|
Class com.waveset.object.Form.InvalidFieldValue extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.object.FormState.MissingRequiredField extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.object.IAPI.IAPIException extends java.lang.Exception implements Serializable |
---|
Class com.waveset.object.IAPI.InternalErrorException extends com.waveset.object.IAPI.IAPIException implements Serializable |
---|
Class com.waveset.object.IAPI.MissingRequiredAttributeException extends com.waveset.object.IAPI.IAPIException implements Serializable |
---|
Class com.waveset.object.IAPI.UnimplementedException extends com.waveset.object.IAPI.IAPIException implements Serializable |
---|
Class com.waveset.object.IAPI.UnknownAttributeException extends com.waveset.object.IAPI.IAPIException implements Serializable |
---|
Class com.waveset.object.MetaView.ApplicationTypeComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.object.ObjectRef.NameComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.object.PersistentObject.Comparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.object.Principal extends PersistentObject implements Serializable |
---|
Serialized Fields |
---|
com.waveset.object.Permission[] _permissions
java.util.List<E> _controlledObjectGroupRefs
ObjectGroup[] _controlledObjectGroups
com.waveset.object.ObjectRef _controlledObjectGroupsRuleRef
java.util.List<E> _adminGroupRefs
com.waveset.object.AdminGroup[] _adminGroups
com.waveset.object.ObjectRef _adminGroupsRuleRef
java.util.List<E> _adminRoleRefs
com.waveset.object.ObjectRef _userFormRef
com.waveset.object.ObjectRef _viewUserFormRef
java.util.Map<K,V> _userForms
Class com.waveset.object.PropertyList extends java.util.Properties implements Serializable |
---|
Class com.waveset.object.RepositoryResult.RowComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.object.ResourceInfo.CompareResourceNameAndAccountId extends java.lang.Object implements Serializable |
---|
Class com.waveset.object.SessionToken extends java.lang.Object implements Serializable |
---|
serialVersionUID: 7377417114194681125L
Serialized Fields |
---|
java.util.Map<K,V> _slotA
java.util.Map<K,V> _slotB
Class com.waveset.object.SimpleProperties extends java.util.HashMap implements Serializable |
---|
Class com.waveset.object.WSUser extends Principal implements Serializable |
---|
serialVersionUID: 9032145299482505595L
Serialized Fields |
---|
java.util.List<E> _policies
java.util.List<E> _privateServices
java.util.List<E> _exclusions
java.util.Date _passwordExpiry
This value is calculated at user provisioning time and each time the password is changed or reset by adding the password expiration time limit to the current time. The exception to this is if when the user's password is changed or reset by an administrator and they select to expire all passwords or select to expire the Lighthouse password, we will set the passwordExpiry date to the current date in order to force the user to change their password the next time they login.
java.util.Date _passwordExpiryWarning
java.util.List<E> _resetHistory
This is a list of timestamps. We only need to keep around the timestamps that fall within the window specified by the "reset limit period" of the user's role. Once the number of timestamps in this window exceeds the "reset limit" of the role, the account may be deactivated.
Its up to the application (the Provisioner) to keep this list clean. Order is unspecified.
We maintain this as an ArrayList rather than a native array since its almost always modified when accessed, and its more convenient to leave it in a mutable form.
java.lang.String _correlationKey
The value typically contains a prefix which serves to identify the source of the object followed by a key such as a social security number or employee number. The combination must be unique within the Waveset repository, so it is important to select good prefix values if the key is not unique.
boolean _external
boolean _passwordChanged
java.util.List<E> _passwordHistory
boolean _disabled
boolean _locked
java.util.Date _lockExpiry
This value is calculated at the time the user is locked by getting the lock expiration value from the Lighthouse Account Policy associated with the user and adding the value to the current time.
The value is cleared the first time the user logs in after the lock has expired.
boolean _questionLocked
java.util.Date _questionLockExpiry
This value is calculated at the time the user is question locked by getting the question lock expiration value from the Lighthouse Account Policy associated with the user and adding the value to the current time.
The value is cleared the first time the user logs in after the question lock has expired.
int _failedPasswordLoginAttemptsCount
int _failedPasswordLoginAttemptsSinceLastGoodLogin
int _failedQuestionLoginAttemptsCount
int _failedQuestionLoginAttemptsSinceLastGoodLogin
java.util.List<E> _loggedIn
boolean _nullAccountId
long _lastPasswordUpdate
java.util.List<E> _expandedAdminGroupRefs
java.util.List<E> _expandedControlledObjectGroupRefs
java.util.Date _lastAuditorScan
java.util.List<E> _auditPolicies
java.util.Map<K,V> _workItemDelegates
java.util.List<E> _workItemDelegateHistory
Package com.waveset.ui |
---|
Class com.waveset.ui.EditForm.StringComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.ui.FormUtil.StringComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.ui.WavesetGUI extends javax.servlet.http.HttpServlet implements Serializable |
---|
serialVersionUID: -8013081032813416697L
Package com.waveset.util |
---|
Class com.waveset.util.AuditLoggingError extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
java.lang.Throwable _cause
Class com.waveset.util.CallStack extends java.util.Stack implements Serializable |
---|
serialVersionUID: 1587718582419815171L
Serialized Fields |
---|
long _previousTimeMillis
Class com.waveset.util.CaseInsensitiveStringComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.util.CaseInsensitiveStringMap extends java.util.TreeMap implements Serializable |
---|
Class com.waveset.util.ConfigurationError extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.ExceptionWrapper extends java.lang.Exception implements Serializable |
---|
Serialized Fields |
---|
java.util.ArrayList<E> _exceptions
Class com.waveset.util.HttpsUtil.HttpsConnectionException extends com.waveset.util.HttpsUtil.HttpsUtilException implements Serializable |
---|
Serialized Fields |
---|
int _httpCode
java.lang.String _message
Class com.waveset.util.HttpsUtil.HttpsUtilException extends java.lang.Exception implements Serializable |
---|
Class com.waveset.util.InternalError extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.InvalidArgument extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.InvalidXmlString extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.IOException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.NotInitialized extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.ProcessException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int _err
Class com.waveset.util.RuntimeExceptionWrapper extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
java.lang.Throwable _cause
Class com.waveset.util.Shutdown extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.TraceWindow extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JTextArea _area
boolean _main
int _idealSize
Class com.waveset.util.TreeContentAdapterException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.TreeContentAdapterFactoryException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.TreeContentFilterException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.TreeNode.WouldCreateCycleException extends java.lang.Exception implements Serializable |
---|
Class com.waveset.util.Util.StringComparator extends java.lang.Object implements Serializable |
---|
Class com.waveset.util.WavesetException extends com.waveset.util.ExceptionWrapper implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> _messages
Class com.waveset.util.WavesetRuntimeException extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
com.waveset.msgcat.Message message
Class com.waveset.util.WSAuthorizationException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.WSCredentialsTimeoutException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.WSFailedLoginException extends com.waveset.util.WSLoginException implements Serializable |
---|
Class com.waveset.util.WSLoginException extends com.waveset.util.WavesetException implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> _loginErrorInfo
Class com.waveset.util.WSLoginException.LoginError extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int _errorCode
java.lang.String _accountId
Class com.waveset.util.WSMaxPasswordLoginsExceededException extends com.waveset.util.WSFailedLoginException implements Serializable |
---|
Class com.waveset.util.WSMaxQuestionLoginsExceededException extends com.waveset.util.WSFailedLoginException implements Serializable |
---|
Class com.waveset.util.WSPasswordChangeLimitException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.WSPasswordExpiredException extends com.waveset.util.WSLoginException implements Serializable |
---|
Class com.waveset.util.WSSessionTerminatedException extends com.waveset.util.WavesetException implements Serializable |
---|
Class com.waveset.util.WSUserDisabledException extends com.waveset.util.WSFailedLoginException implements Serializable |
---|
Class com.waveset.util.WSUserLockedException extends com.waveset.util.WSFailedLoginException implements Serializable |
---|
Class com.waveset.util.WSUserQuestionAnswerPolicyException extends com.waveset.util.WSLoginException implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> _interfaces
java.lang.String _interface
Class com.waveset.util.XmlParseException extends com.waveset.util.WavesetException implements Serializable |
---|
Serialized Fields |
---|
int _line
int _column
java.lang.String _msg
|
||||||||
PREV NEXT | FRAMES NO FRAMES |