Package oracle.tip.pc.services.identity
Interface IManagementChainUsers
- All Known Implementing Classes:
ManagementChainUsers
public interface IManagementChainUsers
Interface IManagementChainUsers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addUserName
(String vUserName) Method addUserNamevoid
Method clearUserNameMethod getUserNamegetUserName
(int index) Method getUserNameint
Method getUserNameCountremoveUserName
(int index) Method removeUserNamevoid
setUserName
(int index, String vUserName) Method setUserNamevoid
setUserName
(List userNameList) Method setUserNameSets the value of 'userName' by copying the given ArrayList.
-
Method Details
-
addUserName
Method addUserName- Parameters:
vUserName
-- Throws:
IndexOutOfBoundsException
-
clearUserName
void clearUserName()Method clearUserName -
getUserName
Method getUserName- Parameters:
index
-- Throws:
IndexOutOfBoundsException
-
getUserName
List getUserName()Method getUserName -
getUserNameCount
int getUserNameCount()Method getUserNameCount -
removeUserName
Method removeUserName- Parameters:
index
-- Throws:
IndexOutOfBoundsException
-
setUserName
Method setUserName- Parameters:
index
-vUserName
-- Throws:
IndexOutOfBoundsException
-
setUserName
Method setUserNameSets the value of 'userName' by copying the given ArrayList.- Parameters:
userNameList
- the Vector to copy.
-