|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceUserFactory
This class provides access to service users Copyright (c) SAP Portals Europe GmbH 2001
| Field Summary | |
|---|---|
static String |
SERVICEUSER_ATTRIBUTE
|
static String |
SERVICEUSER_NAMESPACE
|
static String |
SERVICEUSER_VALUE
|
| Method Summary | |
|---|---|
void |
createServiceUser(String uniqueName)
Creates a new, initially blank service user object with the given uniqueName. |
void |
deleteUser(String uniqueID)
Delete a user from the use store |
IUser |
getServiceUser(String uniqueName)
Get a service user by uniqueName |
IUser |
getServiceUser(String uniqueName,
boolean bCreateTicket)
Get a service user by uniqueName |
boolean |
isServiceUser(IUser user)
Check if user is a service user |
boolean |
isServiceUser(String uniqueIdOfUser)
Check if user is a service user |
| Methods inherited from interface com.sap.security.api.IConfigurable |
|---|
initialize |
| Field Detail |
|---|
static final String SERVICEUSER_NAMESPACE
static final String SERVICEUSER_ATTRIBUTE
static final String SERVICEUSER_VALUE
| Method Detail |
|---|
IUser getServiceUser(String uniqueName,
boolean bCreateTicket)
throws UMException
uniqueName - uniqueName of userbCreateTicket - if set to true a ticket is created, if false no ticket is created
UMException
IUser getServiceUser(String uniqueName)
throws UMException
uniqueName - uniqueName of user
calling this method will automatically create a ticket
UMException
void createServiceUser(String uniqueName)
throws UMException
UserAlreadyExistsException - if a user with the given uniqueName already
exists.
InvalidIDException - if uniqueName doesn't meet the user
store's requirements (e.g. its too long)
UMException
void deleteUser(String uniqueID)
throws UMException
UMException - if the user can't be deleted
NoSuchUserException - if the user does not exist
boolean isServiceUser(String uniqueIdOfUser)
throws UMException
UMException
boolean isServiceUser(IUser user)
throws UMException
UMException
|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||