The LoginUserOnRealm Web service authenticates the identity of the user for whom the service was called, returning the user’s profile ID if authentication is successful. This service allows you to specify a profile realm for the user to be authenticated against.

EAR file

userprofilingWebServices.ear

WAR file

usersession.war

Context root

userprofiling/usersession

Servlet

loginUserOnRealm

Web Service URL

http://hostname:port/userprofiling/usersession/
loginUserOnRealm

WSDL URL

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

Web Service Class

webservice.LoginUserOnRealmSEIImpl

Input Parameters

String Login
String Password
boolean IsPasswordEncrypted
string PushRealm
sting PushSite

Output

String ProfileId

Nucleus Component

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

Method

loginUserOnRealm (String pLogin, String pPassword, boolean pIsPasswordEncrypted, String pPushRealm, String pPushSite)

Executes within a session

Yes

Security FunctionalName

loginOperation


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