|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoginReason | |
|---|---|
| com.atlassian.seraph.auth | |
| Uses of LoginReason in com.atlassian.seraph.auth |
|---|
| Methods in com.atlassian.seraph.auth that return LoginReason | |
|---|---|
LoginReason |
LoginReason.stampRequestResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
This will stamp an attribute to the request called "com.atlassian.seraph.auth.LoginReason" to the toString() of the enum and will also add an "X-Seraph-LoginReason" to this value Once a request/response is stamped, it wont be stamped again |
static LoginReason |
LoginReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LoginReason[] |
LoginReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||