SpecificClaimName

abstract class SpecificClaimName<T>(val name: String) : ClaimNameParts

Constructors

Link copied to clipboard
fun SpecificClaimName(name: String)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

For equality, all elements of the claim name have to match.

Link copied to clipboard
open override fun hashCode(): Int

Return hash code of the string representation.

Link copied to clipboard
open override fun toString(): String

Properly follows JAVA toString convention and returns all values. For claim name as a string in the Comuny format, use property name

Properties

Link copied to clipboard
val factor: String
Link copied to clipboard
val level: Int
Link copied to clipboard
val method: String
Link copied to clipboard
val name: String

Returns string in the Comuny format At least comuny.<type>.<factor>.l0 is returned.

Link copied to clipboard
val nameSpace: String
Link copied to clipboard
val provider: String
Link copied to clipboard
val type: String