|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.waveset.exception |
Class com.waveset.exception.AlreadyExists extends WavesetException implements Serializable |
Class com.waveset.exception.ConfigurationError extends ConfigurationError implements Serializable |
Class com.waveset.exception.ConflictingAttributeSet extends WavesetException implements Serializable |
Class com.waveset.exception.DebuggerControlFlowException extends java.lang.RuntimeException implements Serializable |
Class com.waveset.exception.DeprovisionRequired extends WavesetException implements Serializable |
Class com.waveset.exception.FormValidation extends WavesetException implements Serializable |
Class com.waveset.exception.IOException extends IOException implements Serializable |
Class com.waveset.exception.ItemNotFound extends WavesetException implements Serializable |
Class com.waveset.exception.ItemNotLocked extends WavesetException implements Serializable |
Class com.waveset.exception.LimitExceeded extends WavesetException implements Serializable |
Class com.waveset.exception.LockedByAnother extends WavesetException implements Serializable |
Class com.waveset.exception.MissingAttribute extends WavesetException implements Serializable |
Class com.waveset.exception.MultipleAttributeSet extends WavesetException implements Serializable |
Class com.waveset.exception.ObjectInUse extends WavesetException implements Serializable |
Class com.waveset.exception.ObjectProtected extends WavesetException implements Serializable |
Class com.waveset.exception.OperationTimedOut extends WavesetException implements Serializable |
Class com.waveset.exception.PolicyMissing extends WavesetException implements Serializable |
Class com.waveset.exception.PolicyViolation extends WavesetException implements Serializable |
Class com.waveset.exception.PriorTaskResults extends WavesetException implements Serializable |
Class com.waveset.exception.ReportTerminated extends WavesetException implements Serializable |
Class com.waveset.exception.RoleExclusion extends WavesetException implements Serializable |
Class com.waveset.exception.ServiceNotResponding extends WavesetException implements Serializable |
Class com.waveset.exception.TaskExists extends WavesetException implements Serializable |
Class com.waveset.exception.UnsupportedOperationException extends WavesetException implements Serializable |
Class com.waveset.exception.ValidationFailed extends WavesetException implements Serializable |
Class com.waveset.exception.XmlParseException extends XmlParseException implements Serializable |
Package com.waveset.expression |
Class com.waveset.expression.DynamicList extends java.util.ArrayList implements Serializable |
Package com.waveset.object |
Class com.waveset.object.AdminGroup extends Principal implements Serializable |
Serialized Fields |
java.lang.String _description
java.util.List _assignerRefs
Class com.waveset.object.Administrator extends Principal implements Serializable |
Serialized Fields |
EncryptedData _password
java.lang.String _email
ObjectRef _forwardAdmin
Class com.waveset.object.AdminRole extends Principal implements Serializable |
Serialized Fields |
java.util.List _controlledObjectSubGroups
AdminRole.ControlledObjects _controlledObjects
ObjectRef _adminGroupsOnObjectRuleRef
AdminRole.AssignToUsers _assignToUsers
java.util.List _assignerRefs
Class com.waveset.object.AuditEvent extends java.util.Hashtable implements Serializable |
Class com.waveset.object.Form.InvalidFieldValue extends WavesetException implements Serializable |
Class com.waveset.object.FormState.MissingRequiredField extends WavesetException implements Serializable |
Class com.waveset.object.IAPI.IAPIException extends java.lang.Exception implements Serializable |
Class com.waveset.object.IAPI.InternalErrorException extends IAPI.IAPIException implements Serializable |
Class com.waveset.object.IAPI.MissingRequiredAttributeException extends IAPI.IAPIException implements Serializable |
Class com.waveset.object.IAPI.UnimplementedException extends IAPI.IAPIException implements Serializable |
Class com.waveset.object.IAPI.UnknownAttributeException extends IAPI.IAPIException implements Serializable |
Class com.waveset.object.Principal extends PersistentObject implements Serializable |
Serialized Fields |
Permission[] _permissions
java.util.List _controlledObjectGroupRefs
ObjectGroup[] _controlledObjectGroups
ObjectRef _controlledObjectGroupsRuleRef
java.util.List _adminGroupRefs
AdminGroup[] _adminGroups
ObjectRef _adminGroupsRuleRef
java.util.List _adminRoleRefs
ObjectRef _userFormRef
ObjectRef _viewUserFormRef
Class com.waveset.object.PropertyList extends java.util.Properties implements Serializable |
Class com.waveset.object.SimpleProperties extends java.util.HashMap implements Serializable |
Class com.waveset.object.WSUser extends Principal implements Serializable |
Serialized Fields |
WSAttributes _attributes
java.util.List _roles
java.util.List _policies
java.util.List _privateServices
java.util.List _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 _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.
ResourceInfo[] _resourceInfo
ResourceIdentity[] _resourceIdentities
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
Answer[] _answers
boolean _passwordChanged
java.util.List _passwordHistory
Keychain _keychain
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
int _failedPasswordLoginAttemptsCount
int _failedQuestionLoginAttemptsCount
java.util.List _loggedIn
boolean _nullAccountId
long _lastPasswordUpdate
java.util.List _expandedAdminGroupRefs
java.util.List _expandedControlledObjectGroupRefs
java.util.Date _lastAuditorScan
java.util.List _auditPolicies
ObjectRef _idmManager
ObjectRef _forwardAdmin
java.util.List _delegates
java.util.List _delegateHistory
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 |
Serialized Fields |
java.lang.Thread _thread
long _previousTimeMillis
Class com.waveset.util.CaseInsensitiveStringMap extends java.util.TreeMap implements Serializable |
Class com.waveset.util.ConfigurationError extends WavesetException implements Serializable |
Class com.waveset.util.ExceptionWrapper extends java.lang.Exception implements Serializable |
Serialized Fields |
java.util.ArrayList _exceptions
Class com.waveset.util.HttpsUtil.HttpsConnectionException extends 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 WavesetException implements Serializable |
Class com.waveset.util.InvalidArgument extends WavesetException implements Serializable |
Class com.waveset.util.InvalidXmlString extends WavesetException implements Serializable |
Class com.waveset.util.IOException extends WavesetException implements Serializable |
Class com.waveset.util.NotInitialized extends 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 WavesetException implements Serializable |
Class com.waveset.util.TraceWindow extends javax.swing.JFrame implements Serializable |
Serialized Fields |
javax.swing.JTextArea _area
boolean _main
int _idealSize
java.io.PipedInputStream piOut
java.io.PipedInputStream piErr
java.io.PipedOutputStream poOut
java.io.PipedOutputStream poErr
Class com.waveset.util.TreeContentAdapterException extends WavesetException implements Serializable |
Class com.waveset.util.TreeContentAdapterFactoryException extends WavesetException implements Serializable |
Class com.waveset.util.TreeContentFilterException extends WavesetException implements Serializable |
Class com.waveset.util.TreeNode.WouldCreateCycleException extends java.lang.Exception implements Serializable |
Class com.waveset.util.WavesetException extends ExceptionWrapper implements Serializable |
Serialized Fields |
java.util.List _messages
Class com.waveset.util.WSAuthorizationException extends WavesetException implements Serializable |
Class com.waveset.util.WSCredentialsTimeoutException extends WavesetException implements Serializable |
Class com.waveset.util.WSFailedLoginException extends WSLoginException implements Serializable |
Class com.waveset.util.WSLoginException extends WavesetException implements Serializable |
Serialized Fields |
java.util.Map _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 WSFailedLoginException implements Serializable |
Class com.waveset.util.WSMaxQuestionLoginsExceededException extends WSFailedLoginException implements Serializable |
Class com.waveset.util.WSPasswordChangeLimitException extends WavesetException implements Serializable |
Class com.waveset.util.WSPasswordExpiredException extends WSLoginException implements Serializable |
Class com.waveset.util.WSSessionTerminatedException extends WavesetException implements Serializable |
Class com.waveset.util.WSUserDisabledException extends WSFailedLoginException implements Serializable |
Class com.waveset.util.WSUserLockedException extends WSFailedLoginException implements Serializable |
Class com.waveset.util.XmlParseException extends WavesetException implements Serializable |
Serialized Fields |
int _line
int _column
java.lang.String _msg
Package com.waveset.xml |
Class com.waveset.xml.XmlParserEof extends XmlParserException implements Serializable |
Class com.waveset.xml.XmlParserException extends WavesetException implements Serializable |
Serialized Fields |
int _code
Class com.waveset.xml.XmlParserHalt extends XmlParserException implements Serializable |
Package com.waveset.notification |
Class com.waveset.notification.NotifierInternalError extends WavesetException implements Serializable |
Package com.waveset.session |
Class com.waveset.session.Prompter extends javax.swing.JDialog implements Serializable |
Serialized Fields |
java.lang.String _title
java.lang.String _prompt
boolean _password
java.lang.String _result
Prompter.LabeledTextField _field
Class com.waveset.session.Prompter.LabeledTextField extends javax.swing.JPanel implements Serializable |
Serialized Fields |
javax.swing.JLabel _label
javax.swing.JTextField _text
Package com.waveset.ui |
Class com.waveset.ui.WavesetGUI extends javax.servlet.http.HttpServlet implements Serializable |
Serialized Fields |
Session _ses
Package com.waveset.adapter |
Class com.waveset.adapter.ResourceConsole extends javax.swing.JFrame implements Serializable |
Serialized Fields |
SimulatedResourceAdapter.State _state
javax.swing.JLabel statusBar
ResourceConsole.LabeledTextField forcedError
Class com.waveset.adapter.ResourceConsole.LabeledTextField extends javax.swing.JPanel implements Serializable |
Serialized Fields |
javax.swing.JLabel _label
javax.swing.JTextField _text
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |