Package com.sas.metadata.remote
Interface InternalLogin
- All Superinterfaces:
CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,Remote,Root,SecondaryType
Internal use only.
Example: create a InternalLogin with name "InternalLogin_Object", in repository "AAAAAAAA".
Attributes of InternalLogin are:
IsDisabledPasswordHashSaltPasswordHashHistorySaltHistoryLoginTimestampFailureCountUseStdExpirationDaysExpirationDaysPasswordTimestampBypassStrengthBypassHistoryBypassLockoutBypassInactivitySuspensionLockoutTimestampAccountExpirationDate
Associations of InternalLogin are:
Usage
To create an instance of this InternalLogin, use thefactory
create methods. Example: create a InternalLogin with name "InternalLogin_Object", in repository "AAAAAAAA".
// create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); InternalLogin myObject = (InternalLogin) factory.createComplexMetadataObject(objectStore, "InternalLogin_Object", MetadataObjects.INTERNALLOGIN, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
Behavior
- Attributes and associations for this object can be retrieved by using the methods in
MdOMIUtil. - When changes are made to the object, either by setting an attribute or adding objects to a particular association,
they can be persisted to the metadata server with the
updateMetadataAllmethod. - If an object needs to be deleted, the
deletemethod can be used. This will flag the object as being deleted on the client, and will require an update call to persist the change to the server.
Dependencies
This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.- Since:
- 9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used for the name of the ForIdentity association.static final StringConstant used for the name of the AccountExpirationDate attribute.static final StringConstant used for the name of the BypassHistory attribute.static final StringConstant used for the name of the BypassInactivitySuspension attribute.static final StringConstant used for the name of the BypassLockout attribute.static final StringConstant used for the name of the BypassStrength attribute.static final StringConstant used for the name of the ExpirationDays attribute.static final StringConstant used for the name of the FailureCount attribute.static final StringConstant used for the name of the IsDisabled attribute.static final StringConstant used for the name of the LockoutTimestamp attribute.static final StringConstant used for the name of the LoginTimestamp attribute.static final StringConstant used for the name of the PasswordHash attribute.static final StringConstant used for the name of the PasswordHashHistory attribute.static final StringConstant used for the name of the PasswordTimestamp attribute.static final StringConstant used for the name of the Salt attribute.static final StringConstant used for the name of the SaltHistory attribute.static final StringConstant used for the name of the UseStdExpirationDays attribute.Fields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAMEFields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets thedoublevalue ofAccountExpirationDateintGets the Metadata State ofAccountExpirationDateintGets theintvalue ofBypassHistoryintGets the Metadata State ofBypassHistoryintGets theintvalue ofBypassInactivitySuspensionintGets the Metadata State ofBypassInactivitySuspensionintGets theintvalue ofBypassLockoutintGets the Metadata State ofBypassLockoutintGets theintvalue ofBypassStrengthintGets the Metadata State ofBypassStrengthintGets theintvalue ofExpirationDaysintGets the Metadata State ofExpirationDaysintGets theintvalue ofFailureCountintGets the Metadata State ofFailureCountGets theIdentityforForIdentityGets the AssociationList ofForIdentitysgetForIdentitys(boolean fGoToServer) Gets the Associationlist ofForIdentitysintGets theintvalue ofIsDisabledintGets the Metadata State ofIsDisableddoubleGets thedoublevalue ofLockoutTimestampintGets the Metadata State ofLockoutTimestampdoubleGets thedoublevalue ofLoginTimestampintGets the Metadata State ofLoginTimestampStringGets theStringvalue ofPasswordHashStringGets theStringvalue ofPasswordHashHistoryintGets the maximum length ofPasswordHashHistoryintGets the Metadata State ofPasswordHashHistoryintGets the maximum length ofPasswordHashintGets the Metadata State ofPasswordHashdoubleGets thedoublevalue ofPasswordTimestampintGets the Metadata State ofPasswordTimestampStringgetSalt()Gets theStringvalue ofSaltStringGets theStringvalue ofSaltHistoryintGets the maximum length ofSaltHistoryintGets the Metadata State ofSaltHistoryintGets the maximum length ofSaltintGets the Metadata State ofSaltintGets theintvalue ofUseStdExpirationDaysintGets the Metadata State ofUseStdExpirationDaysvoid(S) Adds the Associated objects to the predObjects which are:
ForIdentityvoid(S) This initializes the Required Objects(Roles) which are:
ForIdentityvoidsetAccountExpirationDate(double inAccountExpirationDate) Sets theAccountExpirationDatevalue and sets the state to MetadataState.LOCAL.voidsetAccountExpirationDate(double inAccountExpirationDate, int state) Sets theAccountExpirationDateMetadata State.voidsetAccountExpirationDate(String inAccountExpirationDate) Sets theAccountExpirationDatevalue and sets the state to MetadataState.LOCALvoidsetAccountExpirationDate(String inAccountExpirationDate, int state) Sets theAccountExpirationDatevalue and Metadata State.voidsetAccountExpirationDateState(int state) Sets the Metadata State ofAccountExpirationDate.voidsetBypassHistory(int inBypassHistory) Sets theBypassHistoryvalue and sets the state to MetadataState.LOCAL.voidsetBypassHistory(int inBypassHistory, int state) Sets theBypassHistoryMetadata State.voidsetBypassHistory(String inBypassHistory) Sets theBypassHistoryvalue and sets the state to MetadataState.LOCAL.voidsetBypassHistory(String inBypassHistory, int state) Sets theBypassHistoryvalue and Metadata State.voidsetBypassHistoryState(int state) Sets the Metadata State ofBypassHistory.voidsetBypassInactivitySuspension(int inBypassInactivitySuspension) Sets theBypassInactivitySuspensionvalue and sets the state to MetadataState.LOCAL.voidsetBypassInactivitySuspension(int inBypassInactivitySuspension, int state) Sets theBypassInactivitySuspensionMetadata State.voidsetBypassInactivitySuspension(String inBypassInactivitySuspension) Sets theBypassInactivitySuspensionvalue and sets the state to MetadataState.LOCAL.voidsetBypassInactivitySuspension(String inBypassInactivitySuspension, int state) Sets theBypassInactivitySuspensionvalue and Metadata State.voidsetBypassInactivitySuspensionState(int state) Sets the Metadata State ofBypassInactivitySuspension.voidsetBypassLockout(int inBypassLockout) Sets theBypassLockoutvalue and sets the state to MetadataState.LOCAL.voidsetBypassLockout(int inBypassLockout, int state) Sets theBypassLockoutMetadata State.voidsetBypassLockout(String inBypassLockout) Sets theBypassLockoutvalue and sets the state to MetadataState.LOCAL.voidsetBypassLockout(String inBypassLockout, int state) Sets theBypassLockoutvalue and Metadata State.voidsetBypassLockoutState(int state) Sets the Metadata State ofBypassLockout.voidsetBypassStrength(int inBypassStrength) Sets theBypassStrengthvalue and sets the state to MetadataState.LOCAL.voidsetBypassStrength(int inBypassStrength, int state) Sets theBypassStrengthMetadata State.voidsetBypassStrength(String inBypassStrength) Sets theBypassStrengthvalue and sets the state to MetadataState.LOCAL.voidsetBypassStrength(String inBypassStrength, int state) Sets theBypassStrengthvalue and Metadata State.voidsetBypassStrengthState(int state) Sets the Metadata State ofBypassStrength.voidsetExpirationDays(int inExpirationDays) Sets theExpirationDaysvalue and sets the state to MetadataState.LOCAL.voidsetExpirationDays(int inExpirationDays, int state) Sets theExpirationDaysMetadata State.voidsetExpirationDays(String inExpirationDays) Sets theExpirationDaysvalue and sets the state to MetadataState.LOCAL.voidsetExpirationDays(String inExpirationDays, int state) Sets theExpirationDaysvalue and Metadata State.voidsetExpirationDaysState(int state) Sets the Metadata State ofExpirationDays.voidsetFailureCount(int inFailureCount) Sets theFailureCountvalue and sets the state to MetadataState.LOCAL.voidsetFailureCount(int inFailureCount, int state) Sets theFailureCountMetadata State.voidsetFailureCount(String inFailureCount) Sets theFailureCountvalue and sets the state to MetadataState.LOCAL.voidsetFailureCount(String inFailureCount, int state) Sets theFailureCountvalue and Metadata State.voidsetFailureCountState(int state) Sets the Metadata State ofFailureCount.voidsetForIdentity(Identity inObject) Sets theForIdentityslist 0th element to beinObject.voidSets theForIdentityslist to belist.voidsetForIdentitys(AssociationList list, int state) Sets theForIdentityslist to belist.voidsetIsDisabled(int inIsDisabled) Sets theIsDisabledvalue and sets the state to MetadataState.LOCAL.voidsetIsDisabled(int inIsDisabled, int state) Sets theIsDisabledMetadata State.voidsetIsDisabled(String inIsDisabled) Sets theIsDisabledvalue and sets the state to MetadataState.LOCAL.voidsetIsDisabled(String inIsDisabled, int state) Sets theIsDisabledvalue and Metadata State.voidsetIsDisabledState(int state) Sets the Metadata State ofIsDisabled.voidsetLockoutTimestamp(double inLockoutTimestamp) Sets theLockoutTimestampvalue and sets the state to MetadataState.LOCAL.voidsetLockoutTimestamp(double inLockoutTimestamp, int state) Sets theLockoutTimestampMetadata State.voidsetLockoutTimestamp(String inLockoutTimestamp) Sets theLockoutTimestampvalue and sets the state to MetadataState.LOCALvoidsetLockoutTimestamp(String inLockoutTimestamp, int state) Sets theLockoutTimestampvalue and Metadata State.voidsetLockoutTimestampState(int state) Sets the Metadata State ofLockoutTimestamp.voidsetLoginTimestamp(double inLoginTimestamp) Sets theLoginTimestampvalue and sets the state to MetadataState.LOCAL.voidsetLoginTimestamp(double inLoginTimestamp, int state) Sets theLoginTimestampMetadata State.voidsetLoginTimestamp(String inLoginTimestamp) Sets theLoginTimestampvalue and sets the state to MetadataState.LOCALvoidsetLoginTimestamp(String inLoginTimestamp, int state) Sets theLoginTimestampvalue and Metadata State.voidsetLoginTimestampState(int state) Sets the Metadata State ofLoginTimestamp.voidsetPasswordHash(String inPasswordHash) Sets thePasswordHashvalue and sets the state to MetadataState.LOCAL.voidsetPasswordHash(String inPasswordHash, int state) Sets thePasswordHashMetadata State.voidsetPasswordHashHistory(String inPasswordHashHistory) Sets thePasswordHashHistoryvalue and sets the state to MetadataState.LOCAL.voidsetPasswordHashHistory(String inPasswordHashHistory, int state) Sets thePasswordHashHistoryMetadata State.voidsetPasswordHashHistoryState(int state) Sets the Metadata State ofPasswordHashHistory.voidsetPasswordHashState(int state) Sets the Metadata State ofPasswordHash.voidsetPasswordTimestamp(double inPasswordTimestamp) Sets thePasswordTimestampvalue and sets the state to MetadataState.LOCAL.voidsetPasswordTimestamp(double inPasswordTimestamp, int state) Sets thePasswordTimestampMetadata State.voidsetPasswordTimestamp(String inPasswordTimestamp) Sets thePasswordTimestampvalue and sets the state to MetadataState.LOCALvoidsetPasswordTimestamp(String inPasswordTimestamp, int state) Sets thePasswordTimestampvalue and Metadata State.voidsetPasswordTimestampState(int state) Sets the Metadata State ofPasswordTimestamp.voidsetSalt(String inSalt) Sets theSaltvalue and sets the state to MetadataState.LOCAL.voidsetSalt(String inSalt, int state) Sets theSaltMetadata State.voidsetSaltHistory(String inSaltHistory) Sets theSaltHistoryvalue and sets the state to MetadataState.LOCAL.voidsetSaltHistory(String inSaltHistory, int state) Sets theSaltHistoryMetadata State.voidsetSaltHistoryState(int state) Sets the Metadata State ofSaltHistory.voidsetSaltState(int state) Sets the Metadata State ofSalt.voidsetUseStdExpirationDays(int inUseStdExpirationDays) Sets theUseStdExpirationDaysvalue and sets the state to MetadataState.LOCAL.voidsetUseStdExpirationDays(int inUseStdExpirationDays, int state) Sets theUseStdExpirationDaysMetadata State.voidsetUseStdExpirationDays(String inUseStdExpirationDays) Sets theUseStdExpirationDaysvalue and sets the state to MetadataState.LOCAL.voidsetUseStdExpirationDays(String inUseStdExpirationDays, int state) Sets theUseStdExpirationDaysvalue and Metadata State.voidsetUseStdExpirationDaysState(int state) Sets the Metadata State ofUseStdExpirationDays.Methods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setStateMethods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getAuthorizationUtil, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIdsMethods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAllMethods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariables
-
Field Details
-
ATTRIBUTE_ISDISABLED_NAME
static final String ATTRIBUTE_ISDISABLED_NAMEConstant used for the name of the IsDisabled attribute.IsDisabled: IsDisabled
- See Also:
-
ATTRIBUTE_PASSWORDHASH_NAME
static final String ATTRIBUTE_PASSWORDHASH_NAMEConstant used for the name of the PasswordHash attribute.PasswordHash: Password hash
- See Also:
-
ATTRIBUTE_SALT_NAME
static final String ATTRIBUTE_SALT_NAMEConstant used for the name of the Salt attribute.Salt: Salt
- See Also:
-
ATTRIBUTE_PASSWORDHASHHISTORY_NAME
static final String ATTRIBUTE_PASSWORDHASHHISTORY_NAMEConstant used for the name of the PasswordHashHistory attribute.PasswordHashHistory: Password hash history
- See Also:
-
ATTRIBUTE_SALTHISTORY_NAME
static final String ATTRIBUTE_SALTHISTORY_NAMEConstant used for the name of the SaltHistory attribute.SaltHistory: Salt history
- See Also:
-
ATTRIBUTE_LOGINTIMESTAMP_NAME
static final String ATTRIBUTE_LOGINTIMESTAMP_NAMEConstant used for the name of the LoginTimestamp attribute.LoginTimestamp: Login timestamp
- See Also:
-
ATTRIBUTE_FAILURECOUNT_NAME
static final String ATTRIBUTE_FAILURECOUNT_NAMEConstant used for the name of the FailureCount attribute.FailureCount: Failure count
- See Also:
-
ATTRIBUTE_USESTDEXPIRATIONDAYS_NAME
static final String ATTRIBUTE_USESTDEXPIRATIONDAYS_NAMEConstant used for the name of the UseStdExpirationDays attribute.UseStdExpirationDays: Use standard expiration days
- See Also:
-
ATTRIBUTE_EXPIRATIONDAYS_NAME
static final String ATTRIBUTE_EXPIRATIONDAYS_NAMEConstant used for the name of the ExpirationDays attribute.ExpirationDays: Expiration days
- See Also:
-
ATTRIBUTE_PASSWORDTIMESTAMP_NAME
static final String ATTRIBUTE_PASSWORDTIMESTAMP_NAMEConstant used for the name of the PasswordTimestamp attribute.PasswordTimestamp: Password timestamp
- See Also:
-
ATTRIBUTE_BYPASSSTRENGTH_NAME
static final String ATTRIBUTE_BYPASSSTRENGTH_NAMEConstant used for the name of the BypassStrength attribute.BypassStrength: Bypass strength
- See Also:
-
ATTRIBUTE_BYPASSHISTORY_NAME
static final String ATTRIBUTE_BYPASSHISTORY_NAMEConstant used for the name of the BypassHistory attribute.BypassHistory: Bypass history
- See Also:
-
ATTRIBUTE_BYPASSLOCKOUT_NAME
static final String ATTRIBUTE_BYPASSLOCKOUT_NAMEConstant used for the name of the BypassLockout attribute.BypassLockout: Bypass lockout
- See Also:
-
ATTRIBUTE_BYPASSINACTIVITYSUSPENSION_NAME
static final String ATTRIBUTE_BYPASSINACTIVITYSUSPENSION_NAMEConstant used for the name of the BypassInactivitySuspension attribute.BypassInactivitySuspension: Bypass inactivity suspension
- See Also:
-
ATTRIBUTE_LOCKOUTTIMESTAMP_NAME
static final String ATTRIBUTE_LOCKOUTTIMESTAMP_NAMEConstant used for the name of the LockoutTimestamp attribute.LockoutTimestamp: Lockout timestamp
- See Also:
-
ATTRIBUTE_ACCOUNTEXPIRATIONDATE_NAME
static final String ATTRIBUTE_ACCOUNTEXPIRATIONDATE_NAMEConstant used for the name of the AccountExpirationDate attribute.AccountExpirationDate: Account expiration date
- See Also:
-
ASSOCIATION_FORIDENTITY_NAME
static final String ASSOCIATION_FORIDENTITY_NAMEConstant used for the name of the ForIdentity association.ForIdentity: The identity for this internal login.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:
ForIdentity- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfaceRoot- Specified by:
initializeRequiredObjectsin interfaceSecondaryType- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
initializePredObjects
void initializePredObjects() throws RemoteException(S) Adds the Associated objects to the predObjects which are:
ForIdentity- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfaceRoot- Specified by:
initializePredObjectsin interfaceSecondaryType- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDisabled
int getIsDisabled() throws RemoteExceptionGets theintvalue ofIsDisabled- Returns:
- The
IsDisabled - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDisabledState
int getIsDisabledState() throws RemoteExceptionGets the Metadata State ofIsDisabled- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHash
String getPasswordHash() throws RemoteExceptionGets theStringvalue ofPasswordHash- Returns:
- The
PasswordHash - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHashState
int getPasswordHashState() throws RemoteExceptionGets the Metadata State ofPasswordHash- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHashMaxLength
int getPasswordHashMaxLength() throws RemoteExceptionGets the maximum length ofPasswordHash- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSalt
String getSalt() throws RemoteExceptionGets theStringvalue ofSalt- Returns:
- The
Salt - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSaltState
int getSaltState() throws RemoteExceptionGets the Metadata State ofSalt- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSaltMaxLength
int getSaltMaxLength() throws RemoteExceptionGets the maximum length ofSalt- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHashHistory
String getPasswordHashHistory() throws RemoteExceptionGets theStringvalue ofPasswordHashHistory- Returns:
- The
PasswordHashHistory - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHashHistoryState
int getPasswordHashHistoryState() throws RemoteExceptionGets the Metadata State ofPasswordHashHistory- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordHashHistoryMaxLength
int getPasswordHashHistoryMaxLength() throws RemoteExceptionGets the maximum length ofPasswordHashHistory- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSaltHistory
String getSaltHistory() throws RemoteExceptionGets theStringvalue ofSaltHistory- Returns:
- The
SaltHistory - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSaltHistoryState
int getSaltHistoryState() throws RemoteExceptionGets the Metadata State ofSaltHistory- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSaltHistoryMaxLength
int getSaltHistoryMaxLength() throws RemoteExceptionGets the maximum length ofSaltHistory- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLoginTimestamp
double getLoginTimestamp() throws RemoteExceptionGets thedoublevalue ofLoginTimestamp- Returns:
- The
LoginTimestamp - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLoginTimestampState
int getLoginTimestampState() throws RemoteExceptionGets the Metadata State ofLoginTimestamp- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getFailureCount
int getFailureCount() throws RemoteExceptionGets theintvalue ofFailureCount- Returns:
- The
FailureCount - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getFailureCountState
int getFailureCountState() throws RemoteExceptionGets the Metadata State ofFailureCount- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getUseStdExpirationDays
int getUseStdExpirationDays() throws RemoteExceptionGets theintvalue ofUseStdExpirationDays- Returns:
- The
UseStdExpirationDays - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getUseStdExpirationDaysState
int getUseStdExpirationDaysState() throws RemoteExceptionGets the Metadata State ofUseStdExpirationDays- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getExpirationDays
int getExpirationDays() throws RemoteExceptionGets theintvalue ofExpirationDays- Returns:
- The
ExpirationDays - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getExpirationDaysState
int getExpirationDaysState() throws RemoteExceptionGets the Metadata State ofExpirationDays- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordTimestamp
double getPasswordTimestamp() throws RemoteExceptionGets thedoublevalue ofPasswordTimestamp- Returns:
- The
PasswordTimestamp - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPasswordTimestampState
int getPasswordTimestampState() throws RemoteExceptionGets the Metadata State ofPasswordTimestamp- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassStrength
int getBypassStrength() throws RemoteExceptionGets theintvalue ofBypassStrength- Returns:
- The
BypassStrength - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassStrengthState
int getBypassStrengthState() throws RemoteExceptionGets the Metadata State ofBypassStrength- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassHistory
int getBypassHistory() throws RemoteExceptionGets theintvalue ofBypassHistory- Returns:
- The
BypassHistory - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassHistoryState
int getBypassHistoryState() throws RemoteExceptionGets the Metadata State ofBypassHistory- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassLockout
int getBypassLockout() throws RemoteExceptionGets theintvalue ofBypassLockout- Returns:
- The
BypassLockout - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassLockoutState
int getBypassLockoutState() throws RemoteExceptionGets the Metadata State ofBypassLockout- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassInactivitySuspension
int getBypassInactivitySuspension() throws RemoteExceptionGets theintvalue ofBypassInactivitySuspension- Returns:
- The
BypassInactivitySuspension - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getBypassInactivitySuspensionState
int getBypassInactivitySuspensionState() throws RemoteExceptionGets the Metadata State ofBypassInactivitySuspension- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLockoutTimestamp
double getLockoutTimestamp() throws RemoteExceptionGets thedoublevalue ofLockoutTimestamp- Returns:
- The
LockoutTimestamp - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLockoutTimestampState
int getLockoutTimestampState() throws RemoteExceptionGets the Metadata State ofLockoutTimestamp- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAccountExpirationDate
double getAccountExpirationDate() throws RemoteExceptionGets thedoublevalue ofAccountExpirationDate- Returns:
- The
AccountExpirationDate - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAccountExpirationDateState
int getAccountExpirationDateState() throws RemoteExceptionGets the Metadata State ofAccountExpirationDate- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getForIdentitys
Gets the AssociationList ofForIdentitys- Returns:
- Returns the AssociationList of
ForIdentityswhich can be of type:
Identity
IdentityGroup
Person - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getForIdentity
Gets theIdentityforForIdentity- Returns:
- The
Identity(nullif not set) ofForIdentitywhich can be of type:
Identity
IdentityGroup
Person - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getForIdentitys
Gets the Associationlist ofForIdentitys- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ForIdentityswhich can be of type:
Identity
IdentityGroup
Person - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setIsDisabled
void setIsDisabled(int inIsDisabled) throws RemoteException Sets theIsDisabledvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDisabled- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDisabled
void setIsDisabled(int inIsDisabled, int state) throws RemoteException Sets theIsDisabledMetadata State.- Parameters:
inIsDisabled- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDisabled
void setIsDisabled(String inIsDisabled) throws RemoteException Sets theIsDisabledvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDisabled- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsDisabled
void setIsDisabled(String inIsDisabled, int state) throws RemoteException Sets theIsDisabledvalue and Metadata State.- Parameters:
inIsDisabled- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDisabledState
void setIsDisabledState(int state) throws RemoteException Sets the Metadata State ofIsDisabled.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHash
void setPasswordHash(String inPasswordHash) throws RemoteException Sets thePasswordHashvalue and sets the state to MetadataState.LOCAL.- Parameters:
inPasswordHash- String- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHash
void setPasswordHash(String inPasswordHash, int state) throws RemoteException Sets thePasswordHashMetadata State.- Parameters:
inPasswordHash- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHashState
void setPasswordHashState(int state) throws RemoteException Sets the Metadata State ofPasswordHash.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSalt
void setSalt(String inSalt) throws RemoteException Sets theSaltvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSalt- String- Throws:
RemoteException- If error communicating with remote object.
-
setSalt
void setSalt(String inSalt, int state) throws RemoteException Sets theSaltMetadata State.- Parameters:
inSalt- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSaltState
void setSaltState(int state) throws RemoteException Sets the Metadata State ofSalt.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHashHistory
void setPasswordHashHistory(String inPasswordHashHistory) throws RemoteException Sets thePasswordHashHistoryvalue and sets the state to MetadataState.LOCAL.- Parameters:
inPasswordHashHistory- String- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHashHistory
void setPasswordHashHistory(String inPasswordHashHistory, int state) throws RemoteException Sets thePasswordHashHistoryMetadata State.- Parameters:
inPasswordHashHistory- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordHashHistoryState
void setPasswordHashHistoryState(int state) throws RemoteException Sets the Metadata State ofPasswordHashHistory.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSaltHistory
void setSaltHistory(String inSaltHistory) throws RemoteException Sets theSaltHistoryvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSaltHistory- String- Throws:
RemoteException- If error communicating with remote object.
-
setSaltHistory
void setSaltHistory(String inSaltHistory, int state) throws RemoteException Sets theSaltHistoryMetadata State.- Parameters:
inSaltHistory- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSaltHistoryState
void setSaltHistoryState(int state) throws RemoteException Sets the Metadata State ofSaltHistory.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLoginTimestamp
void setLoginTimestamp(double inLoginTimestamp) throws RemoteException Sets theLoginTimestampvalue and sets the state to MetadataState.LOCAL.- Parameters:
inLoginTimestamp- double- Throws:
RemoteException- If error communicating with remote object.
-
setLoginTimestamp
void setLoginTimestamp(double inLoginTimestamp, int state) throws RemoteException Sets theLoginTimestampMetadata State.- Parameters:
inLoginTimestamp- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLoginTimestamp
void setLoginTimestamp(String inLoginTimestamp) throws RemoteException Sets theLoginTimestampvalue and sets the state to MetadataState.LOCAL- Parameters:
inLoginTimestamp- String- Throws:
RemoteException- If error communicating with remote object.
-
setLoginTimestamp
void setLoginTimestamp(String inLoginTimestamp, int state) throws RemoteException Sets theLoginTimestampvalue and Metadata State.- Parameters:
inLoginTimestamp- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLoginTimestampState
void setLoginTimestampState(int state) throws RemoteException Sets the Metadata State ofLoginTimestamp.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setFailureCount
void setFailureCount(int inFailureCount) throws RemoteException Sets theFailureCountvalue and sets the state to MetadataState.LOCAL.- Parameters:
inFailureCount- int- Throws:
RemoteException- If error communicating with remote object.
-
setFailureCount
void setFailureCount(int inFailureCount, int state) throws RemoteException Sets theFailureCountMetadata State.- Parameters:
inFailureCount- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setFailureCount
void setFailureCount(String inFailureCount) throws RemoteException Sets theFailureCountvalue and sets the state to MetadataState.LOCAL.- Parameters:
inFailureCount- String- Throws:
RemoteException- If error communicating with remote object.
-
setFailureCount
void setFailureCount(String inFailureCount, int state) throws RemoteException Sets theFailureCountvalue and Metadata State.- Parameters:
inFailureCount- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setFailureCountState
void setFailureCountState(int state) throws RemoteException Sets the Metadata State ofFailureCount.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setUseStdExpirationDays
void setUseStdExpirationDays(int inUseStdExpirationDays) throws RemoteException Sets theUseStdExpirationDaysvalue and sets the state to MetadataState.LOCAL.- Parameters:
inUseStdExpirationDays- int- Throws:
RemoteException- If error communicating with remote object.
-
setUseStdExpirationDays
void setUseStdExpirationDays(int inUseStdExpirationDays, int state) throws RemoteException Sets theUseStdExpirationDaysMetadata State.- Parameters:
inUseStdExpirationDays- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setUseStdExpirationDays
void setUseStdExpirationDays(String inUseStdExpirationDays) throws RemoteException Sets theUseStdExpirationDaysvalue and sets the state to MetadataState.LOCAL.- Parameters:
inUseStdExpirationDays- String- Throws:
RemoteException- If error communicating with remote object.
-
setUseStdExpirationDays
void setUseStdExpirationDays(String inUseStdExpirationDays, int state) throws RemoteException Sets theUseStdExpirationDaysvalue and Metadata State.- Parameters:
inUseStdExpirationDays- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setUseStdExpirationDaysState
void setUseStdExpirationDaysState(int state) throws RemoteException Sets the Metadata State ofUseStdExpirationDays.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationDays
void setExpirationDays(int inExpirationDays) throws RemoteException Sets theExpirationDaysvalue and sets the state to MetadataState.LOCAL.- Parameters:
inExpirationDays- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationDays
void setExpirationDays(int inExpirationDays, int state) throws RemoteException Sets theExpirationDaysMetadata State.- Parameters:
inExpirationDays- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationDays
void setExpirationDays(String inExpirationDays) throws RemoteException Sets theExpirationDaysvalue and sets the state to MetadataState.LOCAL.- Parameters:
inExpirationDays- String- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationDays
void setExpirationDays(String inExpirationDays, int state) throws RemoteException Sets theExpirationDaysvalue and Metadata State.- Parameters:
inExpirationDays- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setExpirationDaysState
void setExpirationDaysState(int state) throws RemoteException Sets the Metadata State ofExpirationDays.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordTimestamp
void setPasswordTimestamp(double inPasswordTimestamp) throws RemoteException Sets thePasswordTimestampvalue and sets the state to MetadataState.LOCAL.- Parameters:
inPasswordTimestamp- double- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordTimestamp
void setPasswordTimestamp(double inPasswordTimestamp, int state) throws RemoteException Sets thePasswordTimestampMetadata State.- Parameters:
inPasswordTimestamp- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordTimestamp
void setPasswordTimestamp(String inPasswordTimestamp) throws RemoteException Sets thePasswordTimestampvalue and sets the state to MetadataState.LOCAL- Parameters:
inPasswordTimestamp- String- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordTimestamp
void setPasswordTimestamp(String inPasswordTimestamp, int state) throws RemoteException Sets thePasswordTimestampvalue and Metadata State.- Parameters:
inPasswordTimestamp- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPasswordTimestampState
void setPasswordTimestampState(int state) throws RemoteException Sets the Metadata State ofPasswordTimestamp.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassStrength
void setBypassStrength(int inBypassStrength) throws RemoteException Sets theBypassStrengthvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassStrength- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassStrength
void setBypassStrength(int inBypassStrength, int state) throws RemoteException Sets theBypassStrengthMetadata State.- Parameters:
inBypassStrength- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassStrength
void setBypassStrength(String inBypassStrength) throws RemoteException Sets theBypassStrengthvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassStrength- String- Throws:
RemoteException- If error communicating with remote object.
-
setBypassStrength
void setBypassStrength(String inBypassStrength, int state) throws RemoteException Sets theBypassStrengthvalue and Metadata State.- Parameters:
inBypassStrength- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassStrengthState
void setBypassStrengthState(int state) throws RemoteException Sets the Metadata State ofBypassStrength.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassHistory
void setBypassHistory(int inBypassHistory) throws RemoteException Sets theBypassHistoryvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassHistory- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassHistory
void setBypassHistory(int inBypassHistory, int state) throws RemoteException Sets theBypassHistoryMetadata State.- Parameters:
inBypassHistory- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassHistory
void setBypassHistory(String inBypassHistory) throws RemoteException Sets theBypassHistoryvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassHistory- String- Throws:
RemoteException- If error communicating with remote object.
-
setBypassHistory
void setBypassHistory(String inBypassHistory, int state) throws RemoteException Sets theBypassHistoryvalue and Metadata State.- Parameters:
inBypassHistory- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassHistoryState
void setBypassHistoryState(int state) throws RemoteException Sets the Metadata State ofBypassHistory.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassLockout
void setBypassLockout(int inBypassLockout) throws RemoteException Sets theBypassLockoutvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassLockout- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassLockout
void setBypassLockout(int inBypassLockout, int state) throws RemoteException Sets theBypassLockoutMetadata State.- Parameters:
inBypassLockout- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassLockout
void setBypassLockout(String inBypassLockout) throws RemoteException Sets theBypassLockoutvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassLockout- String- Throws:
RemoteException- If error communicating with remote object.
-
setBypassLockout
void setBypassLockout(String inBypassLockout, int state) throws RemoteException Sets theBypassLockoutvalue and Metadata State.- Parameters:
inBypassLockout- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassLockoutState
void setBypassLockoutState(int state) throws RemoteException Sets the Metadata State ofBypassLockout.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassInactivitySuspension
void setBypassInactivitySuspension(int inBypassInactivitySuspension) throws RemoteException Sets theBypassInactivitySuspensionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassInactivitySuspension- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassInactivitySuspension
void setBypassInactivitySuspension(int inBypassInactivitySuspension, int state) throws RemoteException Sets theBypassInactivitySuspensionMetadata State.- Parameters:
inBypassInactivitySuspension- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassInactivitySuspension
void setBypassInactivitySuspension(String inBypassInactivitySuspension) throws RemoteException Sets theBypassInactivitySuspensionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inBypassInactivitySuspension- String- Throws:
RemoteException- If error communicating with remote object.
-
setBypassInactivitySuspension
void setBypassInactivitySuspension(String inBypassInactivitySuspension, int state) throws RemoteException Sets theBypassInactivitySuspensionvalue and Metadata State.- Parameters:
inBypassInactivitySuspension- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setBypassInactivitySuspensionState
void setBypassInactivitySuspensionState(int state) throws RemoteException Sets the Metadata State ofBypassInactivitySuspension.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLockoutTimestamp
void setLockoutTimestamp(double inLockoutTimestamp) throws RemoteException Sets theLockoutTimestampvalue and sets the state to MetadataState.LOCAL.- Parameters:
inLockoutTimestamp- double- Throws:
RemoteException- If error communicating with remote object.
-
setLockoutTimestamp
void setLockoutTimestamp(double inLockoutTimestamp, int state) throws RemoteException Sets theLockoutTimestampMetadata State.- Parameters:
inLockoutTimestamp- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLockoutTimestamp
void setLockoutTimestamp(String inLockoutTimestamp) throws RemoteException Sets theLockoutTimestampvalue and sets the state to MetadataState.LOCAL- Parameters:
inLockoutTimestamp- String- Throws:
RemoteException- If error communicating with remote object.
-
setLockoutTimestamp
void setLockoutTimestamp(String inLockoutTimestamp, int state) throws RemoteException Sets theLockoutTimestampvalue and Metadata State.- Parameters:
inLockoutTimestamp- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLockoutTimestampState
void setLockoutTimestampState(int state) throws RemoteException Sets the Metadata State ofLockoutTimestamp.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setAccountExpirationDate
void setAccountExpirationDate(double inAccountExpirationDate) throws RemoteException Sets theAccountExpirationDatevalue and sets the state to MetadataState.LOCAL.- Parameters:
inAccountExpirationDate- double- Throws:
RemoteException- If error communicating with remote object.
-
setAccountExpirationDate
void setAccountExpirationDate(double inAccountExpirationDate, int state) throws RemoteException Sets theAccountExpirationDateMetadata State.- Parameters:
inAccountExpirationDate- doublestate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAccountExpirationDate
void setAccountExpirationDate(String inAccountExpirationDate) throws RemoteException Sets theAccountExpirationDatevalue and sets the state to MetadataState.LOCAL- Parameters:
inAccountExpirationDate- String- Throws:
RemoteException- If error communicating with remote object.
-
setAccountExpirationDate
void setAccountExpirationDate(String inAccountExpirationDate, int state) throws RemoteException Sets theAccountExpirationDatevalue and Metadata State.- Parameters:
inAccountExpirationDate- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAccountExpirationDateState
void setAccountExpirationDateState(int state) throws RemoteException Sets the Metadata State ofAccountExpirationDate.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setForIdentitys
Sets theForIdentityslist to belist. Object of which can be of type:
Identity
IdentityGroup
Person- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setForIdentitys
Sets theForIdentityslist to belist. Object of which can be of type:
Identity
IdentityGroup
Person- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setForIdentity
Sets theForIdentityslist 0th element to beinObject.- Parameters:
inObject- Identity- Throws:
RemoteException- If error communicating with remote object.
-