Package com.i2group.disco.security.spi
Class DimensionValue
java.lang.Object
com.i2group.disco.security.spi.DimensionValue
- All Implemented Interfaces:
IDimensionValue
An implementation of
IDimensionValue
.- Since:
- 13.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDimensionValue
Creates and returns anIDimensionValue
object with the specified identifier and display name.static IDimensionValue
Creates and returns anIDimensionValue
object with the specified identifier, display name, and description.Gets the description of the security dimension value.Gets the display name of the security dimension value.getId()
Gets the identifier of the security dimension value.
-
Method Details
-
create
Creates and returns anIDimensionValue
object with the specified identifier and display name.- Parameters:
id
- The identifier for the new dimension value, which must not benull
or empty.displayName
- The display name for the new dimension value, which must not benull
or empty.- Returns:
- See above.
-
create
Creates and returns anIDimensionValue
object with the specified identifier, display name, and description.- Parameters:
id
- The identifier for the new dimension value, which must not benull
or empty.displayName
- The display name for the new dimension value, which must not benull
or empty.description
- The description for the dimension value.- Returns:
- See above.
-
getId
Description copied from interface:IDimensionValue
Gets the identifier of the security dimension value.- Specified by:
getId
in interfaceIDimensionValue
- Returns:
- See above.
-
getDisplayName
Description copied from interface:IDimensionValue
Gets the display name of the security dimension value.- Specified by:
getDisplayName
in interfaceIDimensionValue
- Returns:
- See above.
-
getDescription
Description copied from interface:IDimensionValue
Gets the description of the security dimension value.- Specified by:
getDescription
in interfaceIDimensionValue
- Returns:
- See above.
-