Package oracle.tip.pc.services.identity
Interface IManagementChainUsers
- All Known Implementing Classes:
ManagementChainUsers
public interface IManagementChainUsers
Interface IManagementChainUsers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserName(String vUserName) Method addUserNamevoidMethod clearUserNameMethod getUserNamegetUserName(int index) Method getUserNameintMethod getUserNameCountremoveUserName(int index) Method removeUserNamevoidsetUserName(int index, String vUserName) Method setUserNamevoidsetUserName(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.
-