|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface InternalLogin
Internal use only.
Attributes of InternalLogin are:
IsDisabledPasswordHashSaltPasswordHashHistorySaltHistoryLoginTimestampFailureCountUseStdExpirationDaysExpirationDaysPasswordTimestampBypassStrengthBypassHistoryBypassLockoutBypassInactivitySuspensionLockoutTimestampAccountExpirationDateAssociations of InternalLogin are:
factory
create methods. // 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
MdOMIUtil.
updateMetadataAll
method.
delete method 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.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_FORIDENTITY_NAME
Constant used for the name of the ForIdentity association. |
static java.lang.String |
ATTRIBUTE_ACCOUNTEXPIRATIONDATE_NAME
Constant used for the name of the AccountExpirationDate attribute. |
static java.lang.String |
ATTRIBUTE_BYPASSHISTORY_NAME
Constant used for the name of the BypassHistory attribute. |
static java.lang.String |
ATTRIBUTE_BYPASSINACTIVITYSUSPENSION_NAME
Constant used for the name of the BypassInactivitySuspension attribute. |
static java.lang.String |
ATTRIBUTE_BYPASSLOCKOUT_NAME
Constant used for the name of the BypassLockout attribute. |
static java.lang.String |
ATTRIBUTE_BYPASSSTRENGTH_NAME
Constant used for the name of the BypassStrength attribute. |
static java.lang.String |
ATTRIBUTE_EXPIRATIONDAYS_NAME
Constant used for the name of the ExpirationDays attribute. |
static java.lang.String |
ATTRIBUTE_FAILURECOUNT_NAME
Constant used for the name of the FailureCount attribute. |
static java.lang.String |
ATTRIBUTE_ISDISABLED_NAME
Constant used for the name of the IsDisabled attribute. |
static java.lang.String |
ATTRIBUTE_LOCKOUTTIMESTAMP_NAME
Constant used for the name of the LockoutTimestamp attribute. |
static java.lang.String |
ATTRIBUTE_LOGINTIMESTAMP_NAME
Constant used for the name of the LoginTimestamp attribute. |
static java.lang.String |
ATTRIBUTE_PASSWORDHASH_NAME
Constant used for the name of the PasswordHash attribute. |
static java.lang.String |
ATTRIBUTE_PASSWORDHASHHISTORY_NAME
Constant used for the name of the PasswordHashHistory attribute. |
static java.lang.String |
ATTRIBUTE_PASSWORDTIMESTAMP_NAME
Constant used for the name of the PasswordTimestamp attribute. |
static java.lang.String |
ATTRIBUTE_SALT_NAME
Constant used for the name of the Salt attribute. |
static java.lang.String |
ATTRIBUTE_SALTHISTORY_NAME
Constant used for the name of the SaltHistory attribute. |
static java.lang.String |
ATTRIBUTE_USESTDEXPIRATIONDAYS_NAME
Constant 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_NAME |
| Method Summary | |
|---|---|
abstract double |
getAccountExpirationDate()
Gets the double value of AccountExpirationDate |
abstract int |
getAccountExpirationDateState()
Gets the Metadata State of AccountExpirationDate |
abstract int |
getBypassHistory()
Gets the int value of BypassHistory |
abstract int |
getBypassHistoryState()
Gets the Metadata State of BypassHistory |
abstract int |
getBypassInactivitySuspension()
Gets the int value of BypassInactivitySuspension |
abstract int |
getBypassInactivitySuspensionState()
Gets the Metadata State of BypassInactivitySuspension |
abstract int |
getBypassLockout()
Gets the int value of BypassLockout |
abstract int |
getBypassLockoutState()
Gets the Metadata State of BypassLockout |
abstract int |
getBypassStrength()
Gets the int value of BypassStrength |
abstract int |
getBypassStrengthState()
Gets the Metadata State of BypassStrength |
abstract int |
getExpirationDays()
Gets the int value of ExpirationDays |
abstract int |
getExpirationDaysState()
Gets the Metadata State of ExpirationDays |
abstract int |
getFailureCount()
Gets the int value of FailureCount |
abstract int |
getFailureCountState()
Gets the Metadata State of FailureCount |
abstract Identity |
getForIdentity()
Gets the Identity for ForIdentity |
abstract AssociationList |
getForIdentitys()
Gets the AssociationList of ForIdentitys |
abstract AssociationList |
getForIdentitys(boolean fGoToServer)
Gets the Associationlist of ForIdentitys |
abstract int |
getIsDisabled()
Gets the int value of IsDisabled |
abstract int |
getIsDisabledState()
Gets the Metadata State of IsDisabled |
abstract double |
getLockoutTimestamp()
Gets the double value of LockoutTimestamp |
abstract int |
getLockoutTimestampState()
Gets the Metadata State of LockoutTimestamp |
abstract double |
getLoginTimestamp()
Gets the double value of LoginTimestamp |
abstract int |
getLoginTimestampState()
Gets the Metadata State of LoginTimestamp |
abstract java.lang.String |
getPasswordHash()
Gets the String value of PasswordHash |
abstract java.lang.String |
getPasswordHashHistory()
Gets the String value of PasswordHashHistory |
abstract int |
getPasswordHashHistoryMaxLength()
Gets the maximum length of PasswordHashHistory |
abstract int |
getPasswordHashHistoryState()
Gets the Metadata State of PasswordHashHistory |
abstract int |
getPasswordHashMaxLength()
Gets the maximum length of PasswordHash |
abstract int |
getPasswordHashState()
Gets the Metadata State of PasswordHash |
abstract double |
getPasswordTimestamp()
Gets the double value of PasswordTimestamp |
abstract int |
getPasswordTimestampState()
Gets the Metadata State of PasswordTimestamp |
abstract java.lang.String |
getSalt()
Gets the String value of Salt |
abstract java.lang.String |
getSaltHistory()
Gets the String value of SaltHistory |
abstract int |
getSaltHistoryMaxLength()
Gets the maximum length of SaltHistory |
abstract int |
getSaltHistoryState()
Gets the Metadata State of SaltHistory |
abstract int |
getSaltMaxLength()
Gets the maximum length of Salt |
abstract int |
getSaltState()
Gets the Metadata State of Salt |
abstract int |
getUseStdExpirationDays()
Gets the int value of UseStdExpirationDays |
abstract int |
getUseStdExpirationDaysState()
Gets the Metadata State of UseStdExpirationDays |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: ForIdentity |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: ForIdentity |
abstract void |
setAccountExpirationDate(double inAccountExpirationDate)
Sets the AccountExpirationDate value and sets the state to MetadataState.LOCAL. |
abstract void |
setAccountExpirationDate(double inAccountExpirationDate,
int state)
Sets the AccountExpirationDate Metadata State. |
abstract void |
setAccountExpirationDate(java.lang.String inAccountExpirationDate)
Sets the AccountExpirationDate value and sets the state to MetadataState.LOCAL |
abstract void |
setAccountExpirationDate(java.lang.String inAccountExpirationDate,
int state)
Sets the AccountExpirationDate value and Metadata State. |
abstract void |
setAccountExpirationDateState(int state)
Sets the Metadata State of AccountExpirationDate. |
abstract void |
setBypassHistory(int inBypassHistory)
Sets the BypassHistory value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassHistory(int inBypassHistory,
int state)
Sets the BypassHistory Metadata State. |
abstract void |
setBypassHistory(java.lang.String inBypassHistory)
Sets the BypassHistory value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassHistory(java.lang.String inBypassHistory,
int state)
Sets the BypassHistory value and Metadata State. |
abstract void |
setBypassHistoryState(int state)
Sets the Metadata State of BypassHistory. |
abstract void |
setBypassInactivitySuspension(int inBypassInactivitySuspension)
Sets the BypassInactivitySuspension value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassInactivitySuspension(int inBypassInactivitySuspension,
int state)
Sets the BypassInactivitySuspension Metadata State. |
abstract void |
setBypassInactivitySuspension(java.lang.String inBypassInactivitySuspension)
Sets the BypassInactivitySuspension value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassInactivitySuspension(java.lang.String inBypassInactivitySuspension,
int state)
Sets the BypassInactivitySuspension value and Metadata State. |
abstract void |
setBypassInactivitySuspensionState(int state)
Sets the Metadata State of BypassInactivitySuspension. |
abstract void |
setBypassLockout(int inBypassLockout)
Sets the BypassLockout value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassLockout(int inBypassLockout,
int state)
Sets the BypassLockout Metadata State. |
abstract void |
setBypassLockout(java.lang.String inBypassLockout)
Sets the BypassLockout value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassLockout(java.lang.String inBypassLockout,
int state)
Sets the BypassLockout value and Metadata State. |
abstract void |
setBypassLockoutState(int state)
Sets the Metadata State of BypassLockout. |
abstract void |
setBypassStrength(int inBypassStrength)
Sets the BypassStrength value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassStrength(int inBypassStrength,
int state)
Sets the BypassStrength Metadata State. |
abstract void |
setBypassStrength(java.lang.String inBypassStrength)
Sets the BypassStrength value and sets the state to MetadataState.LOCAL. |
abstract void |
setBypassStrength(java.lang.String inBypassStrength,
int state)
Sets the BypassStrength value and Metadata State. |
abstract void |
setBypassStrengthState(int state)
Sets the Metadata State of BypassStrength. |
abstract void |
setExpirationDays(int inExpirationDays)
Sets the ExpirationDays value and sets the state to MetadataState.LOCAL. |
abstract void |
setExpirationDays(int inExpirationDays,
int state)
Sets the ExpirationDays Metadata State. |
abstract void |
setExpirationDays(java.lang.String inExpirationDays)
Sets the ExpirationDays value and sets the state to MetadataState.LOCAL. |
abstract void |
setExpirationDays(java.lang.String inExpirationDays,
int state)
Sets the ExpirationDays value and Metadata State. |
abstract void |
setExpirationDaysState(int state)
Sets the Metadata State of ExpirationDays. |
abstract void |
setFailureCount(int inFailureCount)
Sets the FailureCount value and sets the state to MetadataState.LOCAL. |
abstract void |
setFailureCount(int inFailureCount,
int state)
Sets the FailureCount Metadata State. |
abstract void |
setFailureCount(java.lang.String inFailureCount)
Sets the FailureCount value and sets the state to MetadataState.LOCAL. |
abstract void |
setFailureCount(java.lang.String inFailureCount,
int state)
Sets the FailureCount value and Metadata State. |
abstract void |
setFailureCountState(int state)
Sets the Metadata State of FailureCount. |
abstract void |
setForIdentity(Identity inObject)
Sets the ForIdentitys list 0th element to be inObject. |
abstract void |
setForIdentitys(AssociationList list)
Sets the ForIdentitys list to be list. |
abstract void |
setForIdentitys(AssociationList list,
int state)
Sets the ForIdentitys list to be list. |
abstract void |
setIsDisabled(int inIsDisabled)
Sets the IsDisabled value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsDisabled(int inIsDisabled,
int state)
Sets the IsDisabled Metadata State. |
abstract void |
setIsDisabled(java.lang.String inIsDisabled)
Sets the IsDisabled value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsDisabled(java.lang.String inIsDisabled,
int state)
Sets the IsDisabled value and Metadata State. |
abstract void |
setIsDisabledState(int state)
Sets the Metadata State of IsDisabled. |
abstract void |
setLockoutTimestamp(double inLockoutTimestamp)
Sets the LockoutTimestamp value and sets the state to MetadataState.LOCAL. |
abstract void |
setLockoutTimestamp(double inLockoutTimestamp,
int state)
Sets the LockoutTimestamp Metadata State. |
abstract void |
setLockoutTimestamp(java.lang.String inLockoutTimestamp)
Sets the LockoutTimestamp value and sets the state to MetadataState.LOCAL |
abstract void |
setLockoutTimestamp(java.lang.String inLockoutTimestamp,
int state)
Sets the LockoutTimestamp value and Metadata State. |
abstract void |
setLockoutTimestampState(int state)
Sets the Metadata State of LockoutTimestamp. |
abstract void |
setLoginTimestamp(double inLoginTimestamp)
Sets the LoginTimestamp value and sets the state to MetadataState.LOCAL. |
abstract void |
setLoginTimestamp(double inLoginTimestamp,
int state)
Sets the LoginTimestamp Metadata State. |
abstract void |
setLoginTimestamp(java.lang.String inLoginTimestamp)
Sets the LoginTimestamp value and sets the state to MetadataState.LOCAL |
abstract void |
setLoginTimestamp(java.lang.String inLoginTimestamp,
int state)
Sets the LoginTimestamp value and Metadata State. |
abstract void |
setLoginTimestampState(int state)
Sets the Metadata State of LoginTimestamp. |
abstract void |
setPasswordHash(java.lang.String inPasswordHash)
Sets the PasswordHash value and sets the state to MetadataState.LOCAL. |
abstract void |
setPasswordHash(java.lang.String inPasswordHash,
int state)
Sets the PasswordHash Metadata State. |
abstract void |
setPasswordHashHistory(java.lang.String inPasswordHashHistory)
Sets the PasswordHashHistory value and sets the state to MetadataState.LOCAL. |
abstract void |
setPasswordHashHistory(java.lang.String inPasswordHashHistory,
int state)
Sets the PasswordHashHistory Metadata State. |
abstract void |
setPasswordHashHistoryState(int state)
Sets the Metadata State of PasswordHashHistory. |
abstract void |
setPasswordHashState(int state)
Sets the Metadata State of PasswordHash. |
abstract void |
setPasswordTimestamp(double inPasswordTimestamp)
Sets the PasswordTimestamp value and sets the state to MetadataState.LOCAL. |
abstract void |
setPasswordTimestamp(double inPasswordTimestamp,
int state)
Sets the PasswordTimestamp Metadata State. |
abstract void |
setPasswordTimestamp(java.lang.String inPasswordTimestamp)
Sets the PasswordTimestamp value and sets the state to MetadataState.LOCAL |
abstract void |
setPasswordTimestamp(java.lang.String inPasswordTimestamp,
int state)
Sets the PasswordTimestamp value and Metadata State. |
abstract void |
setPasswordTimestampState(int state)
Sets the Metadata State of PasswordTimestamp. |
abstract void |
setSalt(java.lang.String inSalt)
Sets the Salt value and sets the state to MetadataState.LOCAL. |
abstract void |
setSalt(java.lang.String inSalt,
int state)
Sets the Salt Metadata State. |
abstract void |
setSaltHistory(java.lang.String inSaltHistory)
Sets the SaltHistory value and sets the state to MetadataState.LOCAL. |
abstract void |
setSaltHistory(java.lang.String inSaltHistory,
int state)
Sets the SaltHistory Metadata State. |
abstract void |
setSaltHistoryState(int state)
Sets the Metadata State of SaltHistory. |
abstract void |
setSaltState(int state)
Sets the Metadata State of Salt. |
abstract void |
setUseStdExpirationDays(int inUseStdExpirationDays)
Sets the UseStdExpirationDays value and sets the state to MetadataState.LOCAL. |
abstract void |
setUseStdExpirationDays(int inUseStdExpirationDays,
int state)
Sets the UseStdExpirationDays Metadata State. |
abstract void |
setUseStdExpirationDays(java.lang.String inUseStdExpirationDays)
Sets the UseStdExpirationDays value and sets the state to MetadataState.LOCAL. |
abstract void |
setUseStdExpirationDays(java.lang.String inUseStdExpirationDays,
int state)
Sets the UseStdExpirationDays value and Metadata State. |
abstract void |
setUseStdExpirationDaysState(int state)
Sets the Metadata State of UseStdExpirationDays. |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_ISDISABLED_NAME
IsDisabled: IsDisabled
static final java.lang.String ATTRIBUTE_PASSWORDHASH_NAME
PasswordHash: Password hash
static final java.lang.String ATTRIBUTE_SALT_NAME
Salt: Salt
static final java.lang.String ATTRIBUTE_PASSWORDHASHHISTORY_NAME
PasswordHashHistory: Password hash history
static final java.lang.String ATTRIBUTE_SALTHISTORY_NAME
SaltHistory: Salt history
static final java.lang.String ATTRIBUTE_LOGINTIMESTAMP_NAME
LoginTimestamp: Login timestamp
static final java.lang.String ATTRIBUTE_FAILURECOUNT_NAME
FailureCount: Failure count
static final java.lang.String ATTRIBUTE_USESTDEXPIRATIONDAYS_NAME
UseStdExpirationDays: Use standard expiration days
static final java.lang.String ATTRIBUTE_EXPIRATIONDAYS_NAME
ExpirationDays: Expiration days
static final java.lang.String ATTRIBUTE_PASSWORDTIMESTAMP_NAME
PasswordTimestamp: Password timestamp
static final java.lang.String ATTRIBUTE_BYPASSSTRENGTH_NAME
BypassStrength: Bypass strength
static final java.lang.String ATTRIBUTE_BYPASSHISTORY_NAME
BypassHistory: Bypass history
static final java.lang.String ATTRIBUTE_BYPASSLOCKOUT_NAME
BypassLockout: Bypass lockout
static final java.lang.String ATTRIBUTE_BYPASSINACTIVITYSUSPENSION_NAME
BypassInactivitySuspension: Bypass inactivity suspension
static final java.lang.String ATTRIBUTE_LOCKOUTTIMESTAMP_NAME
LockoutTimestamp: Lockout timestamp
static final java.lang.String ATTRIBUTE_ACCOUNTEXPIRATIONDATE_NAME
AccountExpirationDate: Account expiration date
static final java.lang.String ASSOCIATION_FORIDENTITY_NAME
ForIdentity: The identity for this internal login.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
ForIdentity
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface RootinitializeRequiredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
ForIdentity
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsDisabled()
throws java.rmi.RemoteException
int value of IsDisabled
IsDisabled
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsDisabledState()
throws java.rmi.RemoteException
IsDisabled
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getPasswordHash()
throws java.rmi.RemoteException
String value of PasswordHash
PasswordHash
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPasswordHashState()
throws java.rmi.RemoteException
PasswordHash
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPasswordHashMaxLength()
throws java.rmi.RemoteException
PasswordHash
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSalt()
throws java.rmi.RemoteException
String value of Salt
Salt
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSaltState()
throws java.rmi.RemoteException
Salt
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSaltMaxLength()
throws java.rmi.RemoteException
Salt
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getPasswordHashHistory()
throws java.rmi.RemoteException
String value of PasswordHashHistory
PasswordHashHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPasswordHashHistoryState()
throws java.rmi.RemoteException
PasswordHashHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPasswordHashHistoryMaxLength()
throws java.rmi.RemoteException
PasswordHashHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSaltHistory()
throws java.rmi.RemoteException
String value of SaltHistory
SaltHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSaltHistoryState()
throws java.rmi.RemoteException
SaltHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSaltHistoryMaxLength()
throws java.rmi.RemoteException
SaltHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getLoginTimestamp()
throws java.rmi.RemoteException
double value of LoginTimestamp
LoginTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLoginTimestampState()
throws java.rmi.RemoteException
LoginTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getFailureCount()
throws java.rmi.RemoteException
int value of FailureCount
FailureCount
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getFailureCountState()
throws java.rmi.RemoteException
FailureCount
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUseStdExpirationDays()
throws java.rmi.RemoteException
int value of UseStdExpirationDays
UseStdExpirationDays
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUseStdExpirationDaysState()
throws java.rmi.RemoteException
UseStdExpirationDays
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getExpirationDays()
throws java.rmi.RemoteException
int value of ExpirationDays
ExpirationDays
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getExpirationDaysState()
throws java.rmi.RemoteException
ExpirationDays
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getPasswordTimestamp()
throws java.rmi.RemoteException
double value of PasswordTimestamp
PasswordTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPasswordTimestampState()
throws java.rmi.RemoteException
PasswordTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassStrength()
throws java.rmi.RemoteException
int value of BypassStrength
BypassStrength
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassStrengthState()
throws java.rmi.RemoteException
BypassStrength
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassHistory()
throws java.rmi.RemoteException
int value of BypassHistory
BypassHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassHistoryState()
throws java.rmi.RemoteException
BypassHistory
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassLockout()
throws java.rmi.RemoteException
int value of BypassLockout
BypassLockout
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassLockoutState()
throws java.rmi.RemoteException
BypassLockout
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassInactivitySuspension()
throws java.rmi.RemoteException
int value of BypassInactivitySuspension
BypassInactivitySuspension
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getBypassInactivitySuspensionState()
throws java.rmi.RemoteException
BypassInactivitySuspension
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getLockoutTimestamp()
throws java.rmi.RemoteException
double value of LockoutTimestamp
LockoutTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLockoutTimestampState()
throws java.rmi.RemoteException
LockoutTimestamp
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getAccountExpirationDate()
throws java.rmi.RemoteException
double value of AccountExpirationDate
AccountExpirationDate
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getAccountExpirationDateState()
throws java.rmi.RemoteException
AccountExpirationDate
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getForIdentitys()
throws java.rmi.RemoteException,
MdException
ForIdentitys
ForIdentitys which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Identity getForIdentity()
throws java.rmi.RemoteException,
MdException
Identity for ForIdentity
Identity ( null if not set) of ForIdentitywhich can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getForIdentitys(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ForIdentitys
fGoToServer - boolean Get the value from the server.
ForIdentitys which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setIsDisabled(int inIsDisabled)
throws java.rmi.RemoteException
IsDisabled value and sets the state to MetadataState.LOCAL.
inIsDisabled - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsDisabled(int inIsDisabled,
int state)
throws java.rmi.RemoteException
IsDisabled Metadata State.
inIsDisabled - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsDisabled(java.lang.String inIsDisabled)
throws java.rmi.RemoteException
IsDisabled value and sets the state to MetadataState.LOCAL.
inIsDisabled - String
java.rmi.RemoteException - If error communicating with remote object.
void setIsDisabled(java.lang.String inIsDisabled,
int state)
throws java.rmi.RemoteException
IsDisabled value and Metadata State.
inIsDisabled - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsDisabledState(int state)
throws java.rmi.RemoteException
IsDisabled.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHash(java.lang.String inPasswordHash)
throws java.rmi.RemoteException
PasswordHash value and sets the state to MetadataState.LOCAL.
inPasswordHash - String
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHash(java.lang.String inPasswordHash,
int state)
throws java.rmi.RemoteException
PasswordHash Metadata State.
inPasswordHash - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHashState(int state)
throws java.rmi.RemoteException
PasswordHash.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSalt(java.lang.String inSalt)
throws java.rmi.RemoteException
Salt value and sets the state to MetadataState.LOCAL.
inSalt - String
java.rmi.RemoteException - If error communicating with remote object.
void setSalt(java.lang.String inSalt,
int state)
throws java.rmi.RemoteException
Salt Metadata State.
inSalt - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSaltState(int state)
throws java.rmi.RemoteException
Salt.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHashHistory(java.lang.String inPasswordHashHistory)
throws java.rmi.RemoteException
PasswordHashHistory value and sets the state to MetadataState.LOCAL.
inPasswordHashHistory - String
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHashHistory(java.lang.String inPasswordHashHistory,
int state)
throws java.rmi.RemoteException
PasswordHashHistory Metadata State.
inPasswordHashHistory - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordHashHistoryState(int state)
throws java.rmi.RemoteException
PasswordHashHistory.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSaltHistory(java.lang.String inSaltHistory)
throws java.rmi.RemoteException
SaltHistory value and sets the state to MetadataState.LOCAL.
inSaltHistory - String
java.rmi.RemoteException - If error communicating with remote object.
void setSaltHistory(java.lang.String inSaltHistory,
int state)
throws java.rmi.RemoteException
SaltHistory Metadata State.
inSaltHistory - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSaltHistoryState(int state)
throws java.rmi.RemoteException
SaltHistory.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLoginTimestamp(double inLoginTimestamp)
throws java.rmi.RemoteException
LoginTimestamp value and sets the state to MetadataState.LOCAL.
inLoginTimestamp - double
java.rmi.RemoteException - If error communicating with remote object.
void setLoginTimestamp(double inLoginTimestamp,
int state)
throws java.rmi.RemoteException
LoginTimestamp Metadata State.
inLoginTimestamp - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLoginTimestamp(java.lang.String inLoginTimestamp)
throws java.rmi.RemoteException
LoginTimestamp value and sets the state to MetadataState.LOCAL
inLoginTimestamp - String
java.rmi.RemoteException - If error communicating with remote object.
void setLoginTimestamp(java.lang.String inLoginTimestamp,
int state)
throws java.rmi.RemoteException
LoginTimestamp value and Metadata State.
inLoginTimestamp - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLoginTimestampState(int state)
throws java.rmi.RemoteException
LoginTimestamp.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setFailureCount(int inFailureCount)
throws java.rmi.RemoteException
FailureCount value and sets the state to MetadataState.LOCAL.
inFailureCount - int
java.rmi.RemoteException - If error communicating with remote object.
void setFailureCount(int inFailureCount,
int state)
throws java.rmi.RemoteException
FailureCount Metadata State.
inFailureCount - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setFailureCount(java.lang.String inFailureCount)
throws java.rmi.RemoteException
FailureCount value and sets the state to MetadataState.LOCAL.
inFailureCount - String
java.rmi.RemoteException - If error communicating with remote object.
void setFailureCount(java.lang.String inFailureCount,
int state)
throws java.rmi.RemoteException
FailureCount value and Metadata State.
inFailureCount - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setFailureCountState(int state)
throws java.rmi.RemoteException
FailureCount.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseStdExpirationDays(int inUseStdExpirationDays)
throws java.rmi.RemoteException
UseStdExpirationDays value and sets the state to MetadataState.LOCAL.
inUseStdExpirationDays - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseStdExpirationDays(int inUseStdExpirationDays,
int state)
throws java.rmi.RemoteException
UseStdExpirationDays Metadata State.
inUseStdExpirationDays - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseStdExpirationDays(java.lang.String inUseStdExpirationDays)
throws java.rmi.RemoteException
UseStdExpirationDays value and sets the state to MetadataState.LOCAL.
inUseStdExpirationDays - String
java.rmi.RemoteException - If error communicating with remote object.
void setUseStdExpirationDays(java.lang.String inUseStdExpirationDays,
int state)
throws java.rmi.RemoteException
UseStdExpirationDays value and Metadata State.
inUseStdExpirationDays - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUseStdExpirationDaysState(int state)
throws java.rmi.RemoteException
UseStdExpirationDays.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setExpirationDays(int inExpirationDays)
throws java.rmi.RemoteException
ExpirationDays value and sets the state to MetadataState.LOCAL.
inExpirationDays - int
java.rmi.RemoteException - If error communicating with remote object.
void setExpirationDays(int inExpirationDays,
int state)
throws java.rmi.RemoteException
ExpirationDays Metadata State.
inExpirationDays - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setExpirationDays(java.lang.String inExpirationDays)
throws java.rmi.RemoteException
ExpirationDays value and sets the state to MetadataState.LOCAL.
inExpirationDays - String
java.rmi.RemoteException - If error communicating with remote object.
void setExpirationDays(java.lang.String inExpirationDays,
int state)
throws java.rmi.RemoteException
ExpirationDays value and Metadata State.
inExpirationDays - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setExpirationDaysState(int state)
throws java.rmi.RemoteException
ExpirationDays.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordTimestamp(double inPasswordTimestamp)
throws java.rmi.RemoteException
PasswordTimestamp value and sets the state to MetadataState.LOCAL.
inPasswordTimestamp - double
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordTimestamp(double inPasswordTimestamp,
int state)
throws java.rmi.RemoteException
PasswordTimestamp Metadata State.
inPasswordTimestamp - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordTimestamp(java.lang.String inPasswordTimestamp)
throws java.rmi.RemoteException
PasswordTimestamp value and sets the state to MetadataState.LOCAL
inPasswordTimestamp - String
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordTimestamp(java.lang.String inPasswordTimestamp,
int state)
throws java.rmi.RemoteException
PasswordTimestamp value and Metadata State.
inPasswordTimestamp - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPasswordTimestampState(int state)
throws java.rmi.RemoteException
PasswordTimestamp.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassStrength(int inBypassStrength)
throws java.rmi.RemoteException
BypassStrength value and sets the state to MetadataState.LOCAL.
inBypassStrength - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassStrength(int inBypassStrength,
int state)
throws java.rmi.RemoteException
BypassStrength Metadata State.
inBypassStrength - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassStrength(java.lang.String inBypassStrength)
throws java.rmi.RemoteException
BypassStrength value and sets the state to MetadataState.LOCAL.
inBypassStrength - String
java.rmi.RemoteException - If error communicating with remote object.
void setBypassStrength(java.lang.String inBypassStrength,
int state)
throws java.rmi.RemoteException
BypassStrength value and Metadata State.
inBypassStrength - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassStrengthState(int state)
throws java.rmi.RemoteException
BypassStrength.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassHistory(int inBypassHistory)
throws java.rmi.RemoteException
BypassHistory value and sets the state to MetadataState.LOCAL.
inBypassHistory - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassHistory(int inBypassHistory,
int state)
throws java.rmi.RemoteException
BypassHistory Metadata State.
inBypassHistory - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassHistory(java.lang.String inBypassHistory)
throws java.rmi.RemoteException
BypassHistory value and sets the state to MetadataState.LOCAL.
inBypassHistory - String
java.rmi.RemoteException - If error communicating with remote object.
void setBypassHistory(java.lang.String inBypassHistory,
int state)
throws java.rmi.RemoteException
BypassHistory value and Metadata State.
inBypassHistory - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassHistoryState(int state)
throws java.rmi.RemoteException
BypassHistory.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassLockout(int inBypassLockout)
throws java.rmi.RemoteException
BypassLockout value and sets the state to MetadataState.LOCAL.
inBypassLockout - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassLockout(int inBypassLockout,
int state)
throws java.rmi.RemoteException
BypassLockout Metadata State.
inBypassLockout - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassLockout(java.lang.String inBypassLockout)
throws java.rmi.RemoteException
BypassLockout value and sets the state to MetadataState.LOCAL.
inBypassLockout - String
java.rmi.RemoteException - If error communicating with remote object.
void setBypassLockout(java.lang.String inBypassLockout,
int state)
throws java.rmi.RemoteException
BypassLockout value and Metadata State.
inBypassLockout - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassLockoutState(int state)
throws java.rmi.RemoteException
BypassLockout.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassInactivitySuspension(int inBypassInactivitySuspension)
throws java.rmi.RemoteException
BypassInactivitySuspension value and sets the state to MetadataState.LOCAL.
inBypassInactivitySuspension - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassInactivitySuspension(int inBypassInactivitySuspension,
int state)
throws java.rmi.RemoteException
BypassInactivitySuspension Metadata State.
inBypassInactivitySuspension - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassInactivitySuspension(java.lang.String inBypassInactivitySuspension)
throws java.rmi.RemoteException
BypassInactivitySuspension value and sets the state to MetadataState.LOCAL.
inBypassInactivitySuspension - String
java.rmi.RemoteException - If error communicating with remote object.
void setBypassInactivitySuspension(java.lang.String inBypassInactivitySuspension,
int state)
throws java.rmi.RemoteException
BypassInactivitySuspension value and Metadata State.
inBypassInactivitySuspension - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setBypassInactivitySuspensionState(int state)
throws java.rmi.RemoteException
BypassInactivitySuspension.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLockoutTimestamp(double inLockoutTimestamp)
throws java.rmi.RemoteException
LockoutTimestamp value and sets the state to MetadataState.LOCAL.
inLockoutTimestamp - double
java.rmi.RemoteException - If error communicating with remote object.
void setLockoutTimestamp(double inLockoutTimestamp,
int state)
throws java.rmi.RemoteException
LockoutTimestamp Metadata State.
inLockoutTimestamp - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLockoutTimestamp(java.lang.String inLockoutTimestamp)
throws java.rmi.RemoteException
LockoutTimestamp value and sets the state to MetadataState.LOCAL
inLockoutTimestamp - String
java.rmi.RemoteException - If error communicating with remote object.
void setLockoutTimestamp(java.lang.String inLockoutTimestamp,
int state)
throws java.rmi.RemoteException
LockoutTimestamp value and Metadata State.
inLockoutTimestamp - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLockoutTimestampState(int state)
throws java.rmi.RemoteException
LockoutTimestamp.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setAccountExpirationDate(double inAccountExpirationDate)
throws java.rmi.RemoteException
AccountExpirationDate value and sets the state to MetadataState.LOCAL.
inAccountExpirationDate - double
java.rmi.RemoteException - If error communicating with remote object.
void setAccountExpirationDate(double inAccountExpirationDate,
int state)
throws java.rmi.RemoteException
AccountExpirationDate Metadata State.
inAccountExpirationDate - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAccountExpirationDate(java.lang.String inAccountExpirationDate)
throws java.rmi.RemoteException
AccountExpirationDate value and sets the state to MetadataState.LOCAL
inAccountExpirationDate - String
java.rmi.RemoteException - If error communicating with remote object.
void setAccountExpirationDate(java.lang.String inAccountExpirationDate,
int state)
throws java.rmi.RemoteException
AccountExpirationDate value and Metadata State.
inAccountExpirationDate - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAccountExpirationDateState(int state)
throws java.rmi.RemoteException
AccountExpirationDate.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setForIdentitys(AssociationList list)
throws java.rmi.RemoteException
ForIdentitys list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setForIdentitys(AssociationList list,
int state)
throws java.rmi.RemoteException
ForIdentitys list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setForIdentity(Identity inObject)
throws java.rmi.RemoteException
ForIdentitys list 0th element to be inObject.
inObject - Identity
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||