|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.security.servlet.ServletAuthenticatedUser
public class ServletAuthenticatedUser
ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser. It serves to store an HttpServletRequest, so that request can be used by the ServletSecurityProvider to check roles.
Constructor Summary | |
---|---|
ServletAuthenticatedUser(javax.servlet.http.HttpServletRequest req)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Return a string representation of the user's name. |
javax.servlet.http.HttpServletRequest |
getRequest()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletAuthenticatedUser(javax.servlet.http.HttpServletRequest req)
Method Detail |
---|
public java.lang.String getName()
getName
in interface AuthenticatedUser
public javax.servlet.http.HttpServletRequest getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |