Style Intelligence v12.0

inetsoft.sree.security
Class VirtualAuthorizationProvider

java.lang.Object
  extended by inetsoft.sree.security.AbstractAuthorizationProvider
      extended by inetsoft.sree.security.VirtualAuthorizationProvider
All Implemented Interfaces:
AuthenticationChangeListener, AuthorizationProvider, EventListener

public class VirtualAuthorizationProvider
extends AbstractAuthorizationProvider

Virtual authorization module.

Since:
8.5

Constructor Summary
VirtualAuthorizationProvider()
           
 
Method Summary
 void authenticationChanged(AuthenticationChangeEvent event)
          Signals that a security object has been removed or renamed.
 void tearDown()
          Tear down the security provider.
 
Methods inherited from class inetsoft.sree.security.AbstractAuthorizationProvider
getPermission, removePermission, setPermission, supportGroupPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualAuthorizationProvider

public VirtualAuthorizationProvider()
Method Detail

tearDown

public void tearDown()
Tear down the security provider.


authenticationChanged

public void authenticationChanged(AuthenticationChangeEvent event)
Signals that a security object has been removed or renamed.

Parameters:
event - the object that describes the change event.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.