Uses of Class
com.ibm.tws.objects.model.WindowsUserKey

Packages that use WindowsUserKey
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

Uses of WindowsUserKey in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return WindowsUserKey
 WindowsUserKey WindowsUser.getKey()
          Returns the WindowsUserKey wrapped by this WindowsUser object.
static WindowsUserKey WindowsUserKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new WindowsUserKey.
 

Methods in com.ibm.tws.objects.model with parameters of type WindowsUserKey
 void WindowsUser.setKey(WindowsUserKey windowsUserKey)
          Sets the WindowsUserKey to be wrapped by this WindowsUser object.
 

Constructors in com.ibm.tws.objects.model with parameters of type WindowsUserKey
WindowsUser(WindowsUserKey windowsUserKey)
          Creates a WindowsUser with the specified key.
WindowsUser(Identifier windowsUserId, WindowsUserKey windowsUserKey)
          Creates a WindowsUser with the specified identifier and key.
 

Uses of WindowsUserKey in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type WindowsUserKey
 void WindowsUserValidator.validateKey(WindowsUserKey windowsUserKey)
          Validates a WindowsUserKey object.
 



Copyright © 2005 IBM All Rights Reserved.