|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.calendar.adapter.exchange.ExchangeCredentialsInitializationService
public class ExchangeCredentialsInitializationService
ExchangeCredentialsInitializationService creates a Credentials object from the user's login id and cached password and saves it to a ThreadLocal for later use.
| Constructor Summary | |
|---|---|
ExchangeCredentialsInitializationService()
|
|
| Method Summary | |
|---|---|
void |
initialize(javax.portlet.PortletRequest request)
Perform some action. |
void |
setPasswordAttribute(String passwordAttribute)
Set the name of the user attribute to be used for retrieving the Exchange authentication password from the portlet UserInfo map. |
void |
setUsernameAttribute(String usernameAttribute)
Set the naem of the user attribute to be used for retrieving the Exchange authentication username from the portlet UserInfo map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExchangeCredentialsInitializationService()
| Method Detail |
|---|
public void setUsernameAttribute(String usernameAttribute)
usernameAttribute - public void setPasswordAttribute(String passwordAttribute)
passwordAttribute - public void initialize(javax.portlet.PortletRequest request)
IInitializationService
initialize in interface IInitializationServicerequest - user's portlet request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||