|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAnonymousUserFactory
Anonymous User Factory provides the retrieving of anonymous users.
| Method Summary | |
|---|---|
IUser |
getAnonymousUser()
Gets the anonymous user. |
IUser |
getAnonymousUser(String logonID)
Gets a named anonymous user. |
boolean |
isAnonymousUser(String logonID)
Checks a named anonymous user. |
| Method Detail |
|---|
IUser getAnonymousUser()
throws UMException
null if anonymous user mode is set off.
UMException
IUser getAnonymousUser(String logonID)
throws UMException
logonID - the logon id of a guest user.
null
if anonymous user mode is set off.
UMExceptionboolean isAnonymousUser(String logonID)
logonID - the logon id of a guest user.
true if the user is in the list or false if not
|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||