|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.api.security.Identity
com.ibm.di.api.security.LocalIdentity
public class LocalIdentity
This class represents a local user's identity. This object is created for usage with the local Server API.
| Constructor Summary | |
|---|---|
LocalIdentity()
Default constructor for this object. |
|
| Method Summary | |
|---|---|
boolean |
canExecuteAL(String aConfigId,
String aAssemblyLine)
not implemented |
boolean |
canExecuteAll()
not implemented |
boolean |
canExecuteConfig(String aConfigId)
not implemented |
boolean |
canExecuteConfigALs(String aConfigId)
not implemented |
boolean |
canReadAll()
not implemented |
boolean |
canReadConfig(String aConfigId)
not implemented |
String |
getUserId()
Returns default user ID. |
boolean |
isAdmin()
not implemented |
| Methods inherited from class com.ibm.di.api.security.Identity |
|---|
getGroupIds, getRoles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalIdentity()
| Method Detail |
|---|
public boolean isAdmin()
isAdmin in class Identitytruepublic boolean canReadConfig(String aConfigId)
canReadConfig in class IdentityaConfigId - -
ignored
true
public boolean canExecuteAL(String aConfigId,
String aAssemblyLine)
canExecuteAL in class IdentityaConfigId - -
ignoredaAssemblyLine - -
ignored
truepublic boolean canExecuteConfigALs(String aConfigId)
canExecuteConfigALs in class IdentityaConfigId - -
ignored
truepublic boolean canExecuteConfig(String aConfigId)
canExecuteConfig in class IdentityaConfigId - -
ignored
truepublic boolean canExecuteAll()
canExecuteAll in class Identitytruepublic boolean canReadAll()
canReadAll in class Identitytruepublic String getUserId()
getUserId in class Identity
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||