com.ibm.di.api.security
Class LocalIdentity

java.lang.Object
  extended by com.ibm.di.api.security.Identity
      extended by com.ibm.di.api.security.LocalIdentity

public class LocalIdentity
extends Identity


Constructor Summary
LocalIdentity()
           
 
Method Summary
 boolean canExecuteAL(String aConfigId, String aAssemblyLine)
           
 boolean canExecuteAll()
           
 boolean canExecuteConfig(String aConfigId)
           
 boolean canExecuteConfigALs(String aConfigId)
           
 boolean canExecuteConfigEHs(String aConfigId)
           
 boolean canExecuteEH(String aConfigId, String aEventHandler)
           
 boolean canReadAll()
           
 boolean canReadConfig(String aConfigId)
           
 String getUserId()
           
 boolean isAdmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalIdentity

public LocalIdentity()
Method Detail

isAdmin

public boolean isAdmin()
Overrides:
isAdmin in class Identity

canReadConfig

public boolean canReadConfig(String aConfigId)
Overrides:
canReadConfig in class Identity

canExecuteAL

public boolean canExecuteAL(String aConfigId,
                            String aAssemblyLine)
Overrides:
canExecuteAL in class Identity

canExecuteEH

public boolean canExecuteEH(String aConfigId,
                            String aEventHandler)
Overrides:
canExecuteEH in class Identity

canExecuteConfigEHs

public boolean canExecuteConfigEHs(String aConfigId)
Overrides:
canExecuteConfigEHs in class Identity

canExecuteConfigALs

public boolean canExecuteConfigALs(String aConfigId)
Overrides:
canExecuteConfigALs in class Identity

canExecuteConfig

public boolean canExecuteConfig(String aConfigId)
Overrides:
canExecuteConfig in class Identity

canExecuteAll

public boolean canExecuteAll()
Overrides:
canExecuteAll in class Identity

canReadAll

public boolean canReadAll()
Overrides:
canReadAll in class Identity

getUserId

public String getUserId()
Overrides:
getUserId in class Identity