The LoginUser Web service authenticates the identity of the user for whom the service was called, returning the user’s profile ID if authentication is successful.

Note: The LoginUser Web Service will log users into the default profile realm. For more information profile realms, refer to the Multisite Administration Guide.

EAR file

userprofilingWebServices.ear

WAR file

usersession.war

Context root

userprofiling/usersession

Servlet

loginUser

Web Service URL

http://hostname:port/userprofiling/usersession/loginUser

WSDL URL

http://hostname:port/userprofiling/usersession/loginUser?WSDL

Web Service Class

webservice.LoginUserSEIImpl

Input Parameters

String Login
String Password
boolean IsPasswordEncrypted

Output

String ProfileId

Nucleus Component

/atg/userprofiling/ProfileServices (class atg.userprofiling.ProfileServices)

Method

loginUser(String pLogin, String pPassword, boolean pIsPasswordEncrypted)

Executes within a session

Yes

Security FunctionalName

loginOperation.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices