public class SecurityContext<T extends Serializable> extends Object implements Externalizable
| 构造器和说明 |
|---|
SecurityContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIp() |
String |
getLoginStatusId() |
PhoneType |
getPhoneType() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
T |
getSecurity() |
String |
getSessionId() |
void |
readExternal(ObjectInput in) |
void |
setIp(String ip) |
void |
setLoginStatusId(String loginStatusId) |
void |
setPhoneType(PhoneType phoneType) |
void |
setRequest(javax.servlet.http.HttpServletRequest request) |
void |
setResponse(javax.servlet.http.HttpServletResponse response) |
void |
setSecurity(T security) |
void |
setSessionId(String sessionId) |
void |
writeExternal(ObjectOutput out) |
public T getSecurity()
public void setSecurity(T security)
public String getIp()
public void setIp(String ip)
public PhoneType getPhoneType()
public void setPhoneType(PhoneType phoneType)
public String getSessionId()
public void setSessionId(String sessionId)
public String getLoginStatusId()
public void setLoginStatusId(String loginStatusId)
public javax.servlet.http.HttpServletRequest getRequest()
public void setRequest(javax.servlet.http.HttpServletRequest request)
public javax.servlet.http.HttpServletResponse getResponse()
public void setResponse(javax.servlet.http.HttpServletResponse response)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal 在接口中 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal 在接口中 ExternalizableIOExceptionCopyright © 2016. All rights reserved.