Package fi.bitwards.service
Class BitwardsResourceType
java.lang.Object
fi.bitwards.service.BitwardsResourceType
-
Method Summary
Modifier and TypeMethodDescriptionGet resource description.Get resource friendly name.booleanDetermines whether resource has Any User Mode.booleanDetermines whether resource has BLE.booleanDetermines whether resource has NFC.booleanDetermines whether resource has Pin Enabled.booleanDetermines whether resource is a soft token.Get resource image URL.Get the resource manufacturer name.Get the resource manufacturer name.booleanDetermines whether resource has Battery powered.booleanDetermines whether resource has Wifi Capability.
-
Method Details
-
getResourceManufacturerName
Get the resource manufacturer name.- Returns:
- the resource manufacturer name.
-
getResourceModelName
Get the resource manufacturer name.- Returns:
- the resource model name
-
getResourceDescription
Get resource description.- Returns:
- the resource description
-
getResourceFriendlyName
Get resource friendly name.- Returns:
- the resource friendly name
-
getResourceImageURL
Get resource image URL.- Returns:
- the resource image URL
-
getResourceHasNFC
public boolean getResourceHasNFC()Determines whether resource has NFC.- Returns:
- true if resource has NFC, otherwise false
-
getResourceHasBLE
public boolean getResourceHasBLE()Determines whether resource has BLE.- Returns:
- true if resource has BLE, otherwise false
-
getResourceHasSoftToken
public boolean getResourceHasSoftToken()Determines whether resource is a soft token.- Returns:
- true if resource is soft token, otherwise false
-
getResourceHasPinEnabled
public boolean getResourceHasPinEnabled()Determines whether resource has Pin Enabled.- Returns:
- true if resource has Pin Enabled, otherwise false
-
getResourceHasAnyUserMode
public boolean getResourceHasAnyUserMode()Determines whether resource has Any User Mode.- Returns:
- true if resource has Any User Mode, otherwise false
-
isResourceWifiEnabled
public boolean isResourceWifiEnabled()Determines whether resource has Wifi Capability.- Returns:
- true if resource has Wifi Capability, otherwise false
-
isResourceBatteryPowered
public boolean isResourceBatteryPowered()Determines whether resource has Battery powered.- Returns:
- true if resource is Battery powered, otherwise false
-