◆ SecurityGroups()
org.turro.security.SecurityGroups.SecurityGroups |
( |
| ) |
|
|
protected |
◆ get()
static SecurityGroup org.turro.security.SecurityGroups.get |
( |
String |
id | ) |
|
|
static |
Definition at line 38 of file SecurityGroups.java.
static SecurityGroups instance()
SecurityGroup getSocialGroup(String id)
◆ getAll()
static Collection<SecurityGroup> org.turro.security.SecurityGroups.getAll |
( |
| ) |
|
|
static |
◆ getSocialGroup()
SecurityGroup org.turro.security.SecurityGroups.getSocialGroup |
( |
String |
id | ) |
|
◆ instance()
◆ possibleTag()
boolean org.turro.security.SecurityGroups.possibleTag |
( |
String |
tag | ) |
|
|
protected |
◆ recurseSocialGroups()
void org.turro.security.SecurityGroups.recurseSocialGroups |
( |
Set< String > |
flatSocials, |
|
|
SecurityGroup |
sg |
|
) |
| |
|
protected |
Definition at line 52 of file SecurityGroups.java.
54 flatSocials.add(sg.getId());
55 sg.getSyndicate().forEach(social -> {
void recurseSocialGroups(Set< String > flatSocials, SecurityGroup sg)
◆ reset()
static void org.turro.security.SecurityGroups.reset |
( |
| ) |
|
|
static |
◆ socialGroups
final Map<String, SecurityGroup> org.turro.security.SecurityGroups.socialGroups |
|
protected |
The documentation for this class was generated from the following file: