public class RoleService extends Object implements IRoleService, org.springframework.web.context.ServletContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
RoleService() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKnownRoles()
Get the list of known roles from the portlet.xml file.
|
void |
setServletContext(javax.servlet.ServletContext context) |
public void setServletContext(javax.servlet.ServletContext context)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic Set<String> getKnownRoles()
getKnownRoles in interface IRoleServiceCopyright © 2018 Apereo. All Rights Reserved.