Sun Java System Portal Server Mobile Access 7.1 Tag Library Reference

login

Description

The login tag creates a calender server session using the specified host and port with the specified user and password authentication.

Tag Body

JSP

Restrictions

The authenticated calendar session is stored as calendarSession into the session context.

Attributes

The tag has the following attributes for which the Required values are “Yes” and “No”:

host

Specifies the calendar server host.

port

Specifies the calendar server port.

user

Specifies the calendar user id.

pword

Specifies the calender user password.

Properties

None.

Example(s)
<%-- login to a calendar server with authentication --%>
<cal:login host="ical" user="user-id" pword="password"/>