Interface ICustomizationUser2
- 
- All Superinterfaces:
 com4j.Com4jObject,ICustomizationUser
public interface ICustomizationUser2 extends ICustomizationUser
Represents a user for purposes of adding and removing the user to and from user groups. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringexpirationDate()Gets the user expiration date.booleanisActive()Indicates whether the user is active or not.- 
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString 
- 
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationUser
address, address, addToGroup, deleted, deleted, domainAuthentication, domainAuthentication, email, email, fullName, fullName, groupsList, groupsList, in_Group, in_Group, inGroup, inGroup, name, password, phone, phone, removeFromGroup, updated, updated 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isActive
boolean isActive()
Indicates whether the user is active or not.
Getter method for the COM property "IsActive"
- Returns:
 - Returns a value of type boolean
 
 
- 
expirationDate
java.lang.String expirationDate()
Gets the user expiration date.
Getter method for the COM property "ExpirationDate"
- Returns:
 - Returns a value of type java.lang.String
 
 
 - 
 
 -