|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthorizationProvider
Interface for classes that provide access control services to a security provider.
| Method Summary | |
|---|---|
Permission |
getPermission(String resource)
Get the permission of the specified type. |
void |
removePermission(String resource)
Remove the user permission. |
void |
setPermission(String resource,
Permission perm)
Set the permission for specific resource. |
boolean |
supportGroupPermission()
Check if provider support to allocate permission to group or not. |
void |
tearDown()
Tear down the security provider. |
| Methods inherited from interface inetsoft.sree.security.AuthenticationChangeListener |
|---|
authenticationChanged |
| Method Detail |
|---|
void setPermission(String resource,
Permission perm)
resource - resource name, such as a replet register name or a saved
report path.perm - permission setting.void removePermission(String resource)
resource - resource name, such as a replet path or a saved
report path.Permission getPermission(String resource)
resource - resource name.
null if no permission is set
for this resourece.boolean supportGroupPermission()
void tearDown()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||