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:
|
|||||||||||||||
Properties |
None. |
|||||||||||||||
Example(s) |
<%-- login to a calendar server with authentication --%> <cal:login host="ical" user="user-id" pword="password"/> |