public class GridSecurityImpl extends Object implements GridSecurity
| Constructor and Description |
|---|
GridSecurityImpl(GridSecurityManager secMgr) |
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
Collection<GridSecuritySubject> |
authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
public GridSecurityImpl(GridSecurityManager secMgr)
secMgr - Security manager.public Collection<GridSecuritySubject> authenticatedSubjects() throws GridException
authenticatedSubjects in interface GridSecurityGridExceptionpublic GridSecuritySubject authenticatedSubject(UUID subjId) throws GridException
authenticatedSubject in interface GridSecuritysubjId - Subject ID.GridExceptionCopyright © 2014. All rights reserved.