public class SecurityServiceImpl extends Object implements SecurityService
| Constructor and Description |
|---|
SecurityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
addSystemSubject(Map<String,Serializable> properties)
Add the system subject to a properties map and return the result.
|
Subject |
getSystemSubject()
Get the system subject.
|
String |
toString() |
public Subject getSystemSubject()
SecurityServicegetSystemSubject in interface SecurityServicepublic Map<String,Serializable> addSystemSubject(Map<String,Serializable> properties)
SecurityServiceaddSystemSubject in interface SecurityServiceproperties - must be non-nullThis work is licensed under a Creative Commons Attribution 4.0 International License.