@SuppressWarnings("serial") public class SecurityServiceImpl extends AbstractService
Security service.
| Type | Name and description |
|---|---|
String |
getName() |
List<SecService> |
getServices() |
SecurityService |
security(Object statements)Entry point for the security service script. |
SecService |
service(String name, Object s) |
SecService |
service(Map<String, Object> map, String name, Object s) |
String |
toString() |
Entry point for the security service script.
statements
- the security statements.