Public Member Functions | |
| String | getId () |
| void | setId (String id) |
| boolean | isInherits () |
| void | setInherits (boolean inherits) |
| boolean | isReadOnly () |
| void | setReadOnly (boolean readOnly) |
| Map< String, String > | getDenyiedRoles () |
| void | setDenyiedRoles (Map< String, String > denyiedRoles) |
| boolean | equals (Object obj) |
| int | hashCode () |
Definition at line 28 of file AllowedGroup.java.
| boolean org.turro.security.AllowedGroup.equals | ( | Object | obj | ) |
Definition at line 67 of file AllowedGroup.java.
| Map<String, String> org.turro.security.AllowedGroup.getDenyiedRoles | ( | ) |
Definition at line 58 of file AllowedGroup.java.
| String org.turro.security.AllowedGroup.getId | ( | ) |
Definition at line 34 of file AllowedGroup.java.
| int org.turro.security.AllowedGroup.hashCode | ( | ) |
Definition at line 82 of file AllowedGroup.java.
| boolean org.turro.security.AllowedGroup.isInherits | ( | ) |
Definition at line 42 of file AllowedGroup.java.
| boolean org.turro.security.AllowedGroup.isReadOnly | ( | ) |
Definition at line 50 of file AllowedGroup.java.
| void org.turro.security.AllowedGroup.setDenyiedRoles | ( | Map< String, String > | denyiedRoles | ) |
Definition at line 62 of file AllowedGroup.java.
| void org.turro.security.AllowedGroup.setId | ( | String | id | ) |
Definition at line 38 of file AllowedGroup.java.
| void org.turro.security.AllowedGroup.setInherits | ( | boolean | inherits | ) |
Definition at line 46 of file AllowedGroup.java.
| void org.turro.security.AllowedGroup.setReadOnly | ( | boolean | readOnly | ) |
Definition at line 54 of file AllowedGroup.java.