|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.security.AbstractAuthorizationProvider
public abstract class AbstractAuthorizationProvider
A skeletal implementation of an authorization provider.
| Constructor Summary | |
|---|---|
AbstractAuthorizationProvider()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.sree.security.AuthorizationProvider |
|---|
tearDown |
| Methods inherited from interface inetsoft.sree.security.AuthenticationChangeListener |
|---|
authenticationChanged |
| Constructor Detail |
|---|
public AbstractAuthorizationProvider()
| Method Detail |
|---|
public void setPermission(String resource,
Permission perm)
setPermission in interface AuthorizationProviderresource - resource name, such as a replet register name or a saved
report path.perm - permission setting.public void removePermission(String resource)
removePermission in interface AuthorizationProviderresource - resource name, such as a replet path or a saved
report path.public Permission getPermission(String resource)
getPermission in interface AuthorizationProviderresource - resource name.
null if no permission is set
for this resourece.public boolean supportGroupPermission()
supportGroupPermission in interface AuthorizationProvider
|
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 | ||||||||