| Package | Description | 
|---|---|
| gov.nist.secauto.swid.builder | |
| gov.nist.secauto.swid.builder.output | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KnownRole  | 
class  | 
UnknownRole  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Integer,Role> | 
Role.byIndexMap  | 
static Map<String,Role> | 
Role.byValueMap  | 
| Modifier and Type | Method and Description | 
|---|---|
static Role | 
Role.assignPrivateRole(int indexValue,
                 String name)
Assign a new role to the private id space. 
 | 
static Role | 
Role.lookupByIndex(int value)
Lookup a role by the provided index value. 
 | 
static Role | 
Role.lookupByName(String name)
Lookup a role by the provided human-readable name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Role> | 
EntityBuilder.getRoles()  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityBuilder | 
EntityBuilder.addRole(Role role)
Assigns the identified role to the entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CBOROutputHandler.writeRole(com.fasterxml.jackson.core.JsonGenerator generator,
         Role role)  | 
protected abstract void | 
AbstractJsonOutputHandler.writeRole(com.fasterxml.jackson.core.JsonGenerator generator,
         Role role)  | 
protected void | 
JsonOutputHandler.writeRole(com.fasterxml.jackson.core.JsonGenerator generator,
         Role role)  | 
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.