SAP NetWeaver 7.1 Composition Environment

Uses of Interface
com.sap.security.api.IUser

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   
 

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 and returns an implementation of IUser
 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)
          Deprecated. Use getLoggedInUser() instead.
 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
 IUser IUserFactory.getUserByUniqueName(String uniqueName, AttributeList attributeList)
          Gets the user object with the given uniqueName
 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.1 Composition Environment

Copyright © 2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.