|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUser | |
|---|---|
| com.sap.security.api | Provides basic User Management functionality. |
| com.sap.security.api.logon | Provides basic Logon functionality. |
| com.sap.security.api.srvUser | |
| com.sap.security.api.umap | Provides basic user mapping functionality. |
| Uses of IUser in com.sap.security.api |
|---|
| Subinterfaces of IUser in com.sap.security.api | |
|---|---|
interface |
IUserMaint
This interface extends IUser and provides write access to
a user. |
| Methods in com.sap.security.api that return IUser | |
|---|---|
IUser |
IAuthentication.forceLoggedInUser(HttpServletRequest req,
HttpServletResponse resp)
Checks whether the user is currently logged in. |
IUser |
IUserAccount.getAssignedUser()
get the user that belongs to this account |
IUser |
IAuthentication.getLoggedInUser()
Checks whether the user is currently logged in and returns an implementation of IUser. |
IUser |
IAuthentication.getLoggedInUser(HttpServletRequest req,
HttpServletResponse resp)
Returns the authenticated user. |
IUser |
IUserFactory.getUser(String uniqueID)
Gets the user object with the given unique ID |
IUser |
IUserFactory.getUser(String uniqueID,
AttributeList populateAttributes)
Gets the user object with the given unique ID and populates the attributes specified in populateAttributes |
IUser |
IUserFactory.getUserByLogonAlias(String logonalias,
AttributeList attrlist)
Returns a User object for an existing user. |
IUser |
IUserFactory.getUserByLogonID(String logonid)
Returns a User object for an existing user. |
IUser |
IUserFactory.getUserByLogonID(String logonid,
AttributeList attributeList)
Returns a User object for an existing user. |
IUser |
IUserFactory.getUserByPersonID(String personid)
Returns a User object who matches the given personid. |
IUser |
IUserFactory.getUserByPersonID(String personid,
AttributeList attributeList)
Returns a User object who matches the given personid. |
IUser |
IUserFactory.getUserByUniqueName(String uniqueName)
Gets the user object with the given uniqueName Note: If you use this method be prepared to get an exception if multiple objects with the same name are found |
IUser |
IUserFactory.getUserByUniqueName(String uniqueName,
AttributeList attributeList)
Gets the user object with the given uniqueName Note: If you use this method be prepared to get an exception if multiple objects with the same name are found |
IUser[] |
IUserFactory.getUsers(String[] uniqueIDs)
Gets the user objects for multiple unique IDs |
IUser[] |
IUserFactory.getUsers(String[] uniqueIDs,
AttributeList populateAttributes)
Gets the user objects for multiple unique IDs and populates the attributes specified in populateAttributes |
| Methods in com.sap.security.api with parameters of type IUser | |
|---|---|
IUserMaint |
IUserFactory.newUser(String uniqueName,
IUser copyFrom)
Creates a new user with the given uniqueName. |
| Uses of IUser in com.sap.security.api.logon |
|---|
| Methods in com.sap.security.api.logon that return IUser | |
|---|---|
IUser |
IAnonymousUserFactory.getAnonymousUser()
Gets the anonymous user. |
IUser |
IAnonymousUserFactory.getAnonymousUser(String logonID)
Gets a named anonymous user. |
| Methods in com.sap.security.api.logon with parameters of type IUser | |
|---|---|
boolean |
ILogonAuthentication.isAuthenticated(IUser user)
Deprecated. |
boolean |
ILogonAuthentication.isAuthSchemeSufficient(IUser user,
String authscheme)
Checks if the current logged in user has satisfied the autscheme with name
authscheme. |
| Uses of IUser in com.sap.security.api.srvUser |
|---|
| Methods in com.sap.security.api.srvUser that return IUser | |
|---|---|
IUser |
IServiceUserFactory.getServiceUser(String uniqueName)
Get a service user by uniqueName |
IUser |
IServiceUserFactory.getServiceUser(String uniqueName,
boolean bCreateTicket)
Get a service user by uniqueName |
| Methods in com.sap.security.api.srvUser with parameters of type IUser | |
|---|---|
boolean |
IServiceUserFactory.isServiceUser(IUser user)
Check if user is a service user |
| Uses of IUser in com.sap.security.api.umap |
|---|
| Methods in com.sap.security.api.umap with parameters of type IUser | |
|---|---|
String |
IUserMapping.getR3UserName(IUser user,
ISystemLandscapeObject system,
boolean bGenerateId)
Determine the ABAP user ID of the provided user in the specified backend system. |
String |
IUserMapping.getR3UserName(IUser principal,
String sysid,
Map sysAttrBag,
boolean bGenerateId)
Deprecated. Use IUserMapping.getR3UserName(IUser,ISystemLandscapeObject,boolean) instead. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||