com.ibm.mfp.server.registration.external.device.management

Class MFPDeviceStatus

  • java.lang.Object
    • java.lang.Enum
      • com.ibm.mfp.server.registration.external.device.management.MFPDeviceStatus
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable


    public final class MFPDeviceStatus
    extends java.lang.Enum
    The current access rights of the device. The possible status values are ACTIVE, LOST, STOLEN, EXPIRED and DISABLED. A device with a status of LOST, STOLEN, or DISABLED is not allowed to access protected resources. The status EXPIRED indicates that the device has not connected to the MobileFirst Server for a certain configurable period.
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static MFPDeviceStatus valueOf(int v)
      Returns the device status with the specified numeric identifier
      static MFPDeviceStatus valueOf(java.lang.String name) 
      static MFPDeviceStatus[] values() 
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LOST

        public static final MFPDeviceStatus LOST
        A device that has been marked as lost by the administrator
      • STOLEN

        public static final MFPDeviceStatus STOLEN
        A device that has been marked as stolen by the administrator
      • EXPIRED

        public static final MFPDeviceStatus EXPIRED
        A device that has not connected to the MobileFirst Server for a certain configurable period
      • DISABLED

        public static final MFPDeviceStatus DISABLED
        A device that has been disabled
      • value

        public final int value
        A numeric identifier for the status
    • Method Detail

      • valueOf

        public static MFPDeviceStatus valueOf(int v)
        Returns the device status with the specified numeric identifier
        Parameters:
        v - the numeric identifier
        Returns:
        the status represented by the given identifier


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.