com.ibm.di.api.security
Class LocalIdentity
java.lang.Object
com.ibm.di.api.security.Identity
com.ibm.di.api.security.LocalIdentity
public class LocalIdentity
- extends Identity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalIdentity
public LocalIdentity()
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