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.UserDeviceSecureStatus

Packages that use UserDeviceSecureStatus
com.bharosa.vcrypt.tracker.data   

 

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

 

Methods in com.bharosa.vcrypt.tracker.data that return UserDeviceSecureStatus
static UserDeviceSecureStatus UserDeviceSecureStatus.fromCode(int aCode)
           
 UserDeviceSecureStatus GetUserDevicesRequestData.getStatus()
           
static UserDeviceSecureStatus UserDeviceSecureStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserDeviceSecureStatus[] UserDeviceSecureStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in com.bharosa.vcrypt.tracker.data with parameters of type UserDeviceSecureStatus
 void GetUserDevicesRequestData.setStatus(UserDeviceSecureStatus status)
           

 

Constructors in com.bharosa.vcrypt.tracker.data with parameters of type UserDeviceSecureStatus
GetUserDevicesRequestData(String userId, UserDeviceSecureStatus status)
          Creates a GetUserDevicesRequestData to search for devices for specified userId and status=UserDeviceSecureStatus.SECURE, with fromIndex=0 and maxRecords=50.
GetUserDevicesRequestData(String userId, UserDeviceSecureStatus status, int fromIndex, int maxRecords)
          Creates a GetUserDevicesRequestData to search for devices for specified parameters.

 


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.