Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Uses of Class
com.bharosa.vcrypt.tracker.data.UserDevice

Packages that use UserDevice
com.bharosa.vcrypt.tracker.data   
com.bharosa.vcrypt.tracker.intf   
com.bharosa.vcrypt.tracker.util   

 

Uses of UserDevice in com.bharosa.vcrypt.tracker.data

 

Methods in com.bharosa.vcrypt.tracker.data that return UserDevice
 UserDevice[] GetUserDevicesResultData.getUserDevices()
           

 

Constructors in com.bharosa.vcrypt.tracker.data with parameters of type UserDevice
GetUserDevicesResultData(long totalCount, long fromIndex, UserDevice[] userDevices)
           

 

Uses of UserDevice in com.bharosa.vcrypt.tracker.intf

 

Methods in com.bharosa.vcrypt.tracker.intf with parameters of type UserDevice
 VCryptResponse VCryptTracker.setUserDevices(String userId, UserDevice[] devices)
          Modifies devices associated with a user.

 

Uses of UserDevice in com.bharosa.vcrypt.tracker.util

 

Methods in com.bharosa.vcrypt.tracker.util that return UserDevice
static UserDevice VCryptTrackerUtil.fromNodeUserDevice(String methodName, Node deviceNode, String xmlString)
           
static UserDevice[] VCryptTrackerUtil.fromNodeUserDevices(String methodName, Node valueNode, String xmlString)
           

 

Methods in com.bharosa.vcrypt.tracker.util with parameters of type UserDevice
static String VCryptTrackerUtil.toXMLUserDevice(UserDevice device)
           
static String VCryptTrackerUtil.toXMLUserDevicesList(String userId, UserDevice[] devices)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.