|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static java.lang.String |
VERSIONSTRING
|
| Fields inherited from interface com.sap.security.api.IPrincipalSearchFilter |
SEARCHMETHOD_AND, SEARCHMETHOD_OR |
| Method Summary | |
java.util.Date |
getCreatedBetweenDate1()
Get the date after the account has been created attribute value to match in the account search |
java.util.Date |
getCreatedBetweenDate2()
Get the date before the account has been created attribute value to match in the account search |
java.lang.Integer |
getFailedLogonAttempts()
Get the failed logon attempts attribute value to match in the account search |
java.util.Date |
getFailedLogonBetweenDate1()
Get the date after the logon failed attribute value to match in the account search |
java.util.Date |
getFailedLogonBetweenDate2()
Get the date before the logon failed attribute value to match in the account search |
java.lang.Integer |
getLockReason()
Get the lock reason attribute value to match in the account search |
java.util.Date |
getLoggedInBetweenDate1()
Get the date after the user logged in attribute value to match in the account search |
java.util.Date |
getLoggedInBetweenDate2()
Get the date before the user logged in attribute value to match in the account search |
java.lang.String |
getLogonUid()
Get the logonid attribute value to match in the account search |
java.util.Date |
getLogoutBetweenDate1()
Get the date after the user logged out attribute value to match in the account search |
java.util.Date |
getLogoutBetweenDate2()
Get the date before the user logged out attribute value to match in the account search |
java.util.Date |
getPasswordChangeBetweenDate1()
Get the date after the password has been changed attribute value to match in the account search |
java.util.Date |
getPasswordChangeBetweenDate2()
Get the date before the password has been changed attribute value to match in the account search |
java.util.Date |
getValidFromBetweenDate1()
Get the date after the user is valid from attribute value to match in the account search |
java.util.Date |
getValidFromBetweenDate2()
Get the date before the user is valid from attribute value to match in the account search |
java.util.Date |
getValidToBetweenDate1()
Get the date after the user is valid to attribute value to match in the account search |
java.util.Date |
getValidToBetweenDate2()
Get the date before the user is valid to in attribute value to match in the account search |
java.lang.Boolean |
isLocked()
Get the locked attribute value to match in the account search |
java.lang.Boolean |
isPasswordChangeRequired()
Get the password changed required attribute value to match in the account search |
void |
setCreateBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the account has been created as attribute value to match in the useraccount search. |
void |
setFailedLogonAttempts(int val)
Set the failed logon attempts required attribute value to match in the useraccount search. |
void |
setFailedLogonBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the logon failed as attribute value to match in the useraccount search. |
void |
setLocked(boolean lock)
Set the locked attribute value to match in the useraccount search. |
void |
setLockReason(int val)
Set the lock reason attribute value to match in the useraccount search. |
void |
setLoggedInBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the account has been logged in as attribute value to match in the useraccount search. |
void |
setLogonUid(java.lang.String logonUid,
int mode,
boolean caseSensitive)
Set the logonid attribute value to match in the useraccount search |
void |
setLogoutBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the account logged out as attribute value to match in the useraccount search. |
void |
setPasswordChangeBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the password has been created as attribute value to match in the useraccount search. |
void |
setPasswordChangeRequired(boolean passwordchangerequired)
Set the password changed required attribute value to match in the useraccount search. |
void |
setValidFromBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the account is valid from as attribute value to match in the useraccount search. |
void |
setValidToBetween(java.util.Date date1,
java.util.Date date2)
Set the dates between the account is valid to as attribute value to match in the useraccount search. |
| Methods inherited from interface com.sap.security.api.IPrincipalSearchFilter |
clear, getDisplayName, getElementAt, getElementSize, getMaxSearchResultSize, getSearchAttributeNames, getSearchAttributes, getSearchElementAt, getSearchMethod, getSearchNamespaces, getSearchOperator, getSearchPrincipalType, isEmpty, setDirectChild, setDisplayName, setMaxSearchResultSize, setSearchAttribute, setSearchMethod |
| Field Detail |
public static final java.lang.String VERSIONSTRING
| Method Detail |
public void setLogonUid(java.lang.String logonUid,
int mode,
boolean caseSensitive)
logonid - The value which is searched in the logonid field of useraccountsmode. - The constants defined in
ISearchAttributecaseSensitive - Set case sensitivitypublic java.lang.String getLogonUid()
public java.util.Date getLoggedInBetweenDate1()
public java.util.Date getLoggedInBetweenDate2()
public java.util.Date getValidFromBetweenDate1()
public java.util.Date getValidFromBetweenDate2()
public java.util.Date getValidToBetweenDate1()
public java.util.Date getValidToBetweenDate2()
public java.util.Date getLogoutBetweenDate1()
public java.util.Date getLogoutBetweenDate2()
public java.util.Date getPasswordChangeBetweenDate1()
public java.util.Date getPasswordChangeBetweenDate2()
public java.util.Date getFailedLogonBetweenDate1()
public java.util.Date getFailedLogonBetweenDate2()
public java.util.Date getCreatedBetweenDate1()
public java.util.Date getCreatedBetweenDate2()
public java.lang.Integer getFailedLogonAttempts()
public java.lang.Boolean isLocked()
public java.lang.Boolean isPasswordChangeRequired()
public java.lang.Integer getLockReason()
public void setLockReason(int val)
IUserAccount.LOCKED_NO
IUserAccount.LOCKED_AUTO
IUserAccount.LOCKED_BY_ADMINval - reason The value which is searched in the lock reason field of useraccountspublic void setLocked(boolean lock)
lock - The value which is searched in the locked field of useraccountspublic void setPasswordChangeRequired(boolean passwordchangerequired)
passwordchangedrequired - The value which is searched in the password changed required field of useraccountspublic void setFailedLogonAttempts(int val)
val - The value which is searched in the failed logon attempts field of useraccounts
public void setCreateBetween(java.util.Date date1,
java.util.Date date2)
date1 - The first date value which is searched in the create between field of useraccountsdate2 - The second date value which is searched in the create between field of useraccounts
public void setLoggedInBetween(java.util.Date date1,
java.util.Date date2)
date1 - The first date value which is searched in the loggeg in field of useraccountsdate2 - The second date value which is searched in the logged in field of useraccounts
public void setFailedLogonBetween(java.util.Date date1,
java.util.Date date2)
date1 - The first date value which is searched in the failed logon between field of useraccountsdate2 - The second date value which is searched in the failed logon between field of useraccounts
public void setPasswordChangeBetween(java.util.Date date1,
java.util.Date date2)
date1 - The first date value which is searched in the passsword changed between field of useraccountsdate2 - The second date value which is searched in the password changed between field of useraccounts
public void setValidFromBetween(java.util.Date date1,
java.util.Date date2)
Note: date1 and date2 must not be null!
date1 - The first date value which is searched in the valid from between field of useraccountsdate2 - The second date value which is searched in the valid from between field of useraccounts
public void setValidToBetween(java.util.Date date1,
java.util.Date date2)
Note: date1 and date2 must not be null!
date1 - The first date value which is searched in the valid to between field of useraccountsdate2 - The second date value which is searched in the valid to between field of useraccounts
public void setLogoutBetween(java.util.Date date1,
java.util.Date date2)
Note: date1 and date2 must not be null!
date1 - The first date value which is searched in the logout between field of useraccountsdate2 - The second date value which is searched in the logout between field of useraccounts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||