|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.security.api.logon.WebCallback
JAAS Callback for Weblications. Use this one when a HTTPServletRequest or HTTPServletResponse is needed in the login module.
| Constructor Summary | |
WebCallback()
Creates a new WebCallback. |
|
| Method Summary | |
char[] |
getPassword()
Get the password of the user. |
javax.servlet.http.HttpServletRequest |
getRequest()
Gets the request. |
javax.servlet.http.HttpServletResponse |
getResponse()
Returns the response of the current callback. |
java.lang.String |
getUser()
Gets the user to logon. |
void |
setPassword(char[] password)
Sets the password for logon. |
void |
setPassword(java.lang.String password)
Sets the password for logon. |
void |
setRequest(javax.servlet.http.HttpServletRequest request)
Sets the request. |
void |
setResponse(javax.servlet.http.HttpServletResponse response)
Sets the response for this callback. |
void |
setUser(java.lang.String user)
Sets the user for this callback. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebCallback()
| Method Detail |
public java.lang.String getUser()
null if not availablepublic void setRequest(javax.servlet.http.HttpServletRequest request)
request - the requestpublic javax.servlet.http.HttpServletRequest getRequest()
null if not availablepublic void setPassword(java.lang.String password)
password - the password of the userpublic void setPassword(char[] password)
password - the password of the userpublic char[] getPassword()
null if not availablepublic javax.servlet.http.HttpServletResponse getResponse()
null if not availablepublic void setResponse(javax.servlet.http.HttpServletResponse response)
response - the responsepublic void setUser(java.lang.String user)
user - the user
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||