Skip to content

Commit

Permalink
getOccupants
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Jan 8, 2022
1 parent 30fc850 commit 84d5b03
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -85,6 +85,7 @@ void readRole()
System.out.println( " internalId [" + re.getId() + "]" );
System.out.println( " description [" + re.getDescription() + "]" );
System.out.println( " parents [" + re.getParents() + "]" );
System.out.println( " occupants [" + re.getOccupants() + "]" );
printTemporal( re, "RBACROLE" );
}
else
Expand Down Expand Up @@ -120,6 +121,7 @@ void findRoles()
System.out.println( " internalId [" + re.getId() + "]" );
System.out.println( " description [" + re.getDescription() + "]" );
System.out.println( " parents [" + re.getParents() + "]" );
System.out.println( " occupants [" + re.getOccupants() + "]" );
printTemporal( re, "RBACROLE" );
}
}
Expand Down

0 comments on commit 84d5b03

Please sign in to comment.