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.umap   
 

Uses of IUser in com.sap.security.api
 

Subinterfaces of IUser in com.sap.security.api
 interface IUserMaint
          This interface extends IUser.
 

Methods in com.sap.security.api that return IUser
 IUser IAuthentication.forceLoggedInUser(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Checks whether the user is currently logged in and returns an implementation of IUser
 IUser IAuthentication.getLoggedInUser(javax.servlet.http.HttpServletRequest req, javax.servlet.http.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.
 IUser IUserAccount.getAssignedUser()
          get the user that belongs to this account
 IUser IUserFactory.getUser(java.lang.String uniqueID)
          Gets the user object with the given unique ID
 IUser IUserFactory.getUser(java.lang.String uniqueID, AttributeList populateAttributes)
          Gets the user object with the given unique ID and populates the attributes specified in populateAttributes
 IUser IUserFactory.getUserByUniqueName(java.lang.String uniqueName)
          Gets the user object with the given uniqueName
 IUser IUserFactory.getUserByUniqueName(java.lang.String uniqueName, AttributeList attributeList)
          Gets the user object with the given uniqueName
 IUser[] IUserFactory.getUsers(java.lang.String[] uniqueIDs)
          Gets the user objects for multiple unique IDs
 IUser[] IUserFactory.getUsers(java.lang.String[] uniqueIDs, AttributeList populateAttributes)
          Gets the user objects for multiple unique IDs and populates the attributes specified in populateAttributes
 IUser IUserFactory.getUserByLogonID(java.lang.String logonid)
          Returns a User object for an existing user.
 IUser IUserFactory.getUserByLogonID(java.lang.String logonid, AttributeList attributeList)
          Returns a User object for an existing user.
 

Methods in com.sap.security.api with parameters of type IUser
 IUserMaint IUserFactory.newUser(java.lang.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(java.lang.String logonID)
          Gets a named anonymous user.
 

Methods in com.sap.security.api.logon with parameters of type IUser
 boolean ILogonAuthentication.isAuthSchemeSufficient(IUser user, java.lang.String authscheme)
          Checks if the current logged in user has satisfied the autscheme with name authscheme.
 boolean ILogonAuthentication.isAuthenticated(IUser user)
          Check if the current user is already authenticated, i.e.
 

Uses of IUser in com.sap.security.api.umap
 

Methods in com.sap.security.api.umap with parameters of type IUser
 java.lang.String IUserMapping.getR3UserName(IUser pri, java.lang.String sysid, java.util.Map sysAttrBag, boolean bGenerateId)
          This function creates a ISystemLandscapeObject from sysid and calls (IUser,ISystemLandscapeObject,boolean).
 java.lang.String IUserMapping.getR3UserName(IUser user, ISystemLandscapeObject system, boolean bGenerateId)
          Tells the caller the R/3 user id of the provided IUser object.
 



Copyright © 2002 SAP AG All Rights Reserved.