|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.security.api.logon.WebCallback
public class WebCallback
JAAS Callback for Weblications. Use this one when a HTTPServletRequest or HTTPServletResponse is needed in the login module.
| Constructor Summary | |
|---|---|
WebCallback()
Deprecated. Creates a new WebCallback. |
|
| Method Summary | |
|---|---|
char[] |
getPassword()
Deprecated. Get the password of the user. |
HttpServletRequest |
getRequest()
Deprecated. Gets the request. |
HttpServletResponse |
getResponse()
Deprecated. Returns the response of the current callback. |
String |
getUser()
Deprecated. Gets the user to logon. |
void |
setPassword(char[] password)
Deprecated. Sets the password for logon. |
void |
setPassword(String password)
Deprecated. Sets the password for logon. |
void |
setRequest(HttpServletRequest request)
Deprecated. Sets the request. |
void |
setResponse(HttpServletResponse response)
Deprecated. Sets the response for this callback. |
void |
setUser(String user)
Deprecated. Sets the user for this callback. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebCallback()
| Method Detail |
|---|
public String getUser()
null if not availablepublic void setRequest(HttpServletRequest request)
request - the requestpublic HttpServletRequest getRequest()
null if not availablepublic void setPassword(String password)
password - the password of the userpublic void setPassword(char[] password)
password - the password of the userpublic char[] getPassword()
null if not availablepublic HttpServletResponse getResponse()
null if not availablepublic void setResponse(HttpServletResponse response)
response - the responsepublic void setUser(String user)
user - the user| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGINEAPI
|
[sap.com] com.sap.security.api.sda
|
[sap.com] ENGFACADE
|
[sap.com] tc/je/usermanagement/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||