| Package | Description |
|---|---|
| com.atlassian.seraph.auth |
| Modifier and Type | Method and Description |
|---|---|
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
|
static LoginReason |
LoginReason.valueOf(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.
|
Copyright © 2018 Atlassian. All rights reserved.