|
SAP NetWeaver 2004S SPS 09 | |||||||||
| 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.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 |
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.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 |
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.getUserByLogonAlias(String logonalias,
AttributeList attrlist)
Returns a User object for an existing user. |
IUser |
IUserAccount.getAssignedUser()
get the user that belongs to this account |
IUser |
IAuthentication.forceLoggedInUser(HttpServletRequest req,
HttpServletResponse resp)
Checks whether the user is currently logged in and returns an implementation of IUser If the user is not yet logged in, a respective logon page is written as ServletResponse. |
IUser |
IAuthentication.getLoggedInUser()
Checks whether the user is currently logged in and returns an implementation of IUser. |
IUser |
IAuthentication.getLoggedInUser(HttpServletRequest req,
HttpServletResponse resp)
Checks whether the user is currently logged in and returns an implementation of IUser If no user is currently logged in null is returned. |
| 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.isAuthSchemeSufficient(IUser user,
String authscheme)
Checks if the current logged in user has satisfied the autscheme with name
authscheme. |
boolean |
ILogonAuthentication.isAuthenticated(IUser user)
Deprecated. |
| 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 principal,
String sysid,
Map sysAttrBag,
boolean bGenerateId)
Deprecated. Please don't use this method any more, but use IUserMapping.getR3UserName(IUser,ISystemLandscapeObject,boolean) instead. |
String |
IUserMapping.getR3UserName(IUser user,
ISystemLandscapeObject system,
boolean bGenerateId)
Determine the ABAP user ID of the provided user in the specified backend system. |
|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||