Uses of Class
com.atlassian.seraph.auth.LoginReason

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.
 



Copyright © 2012 Atlassian. All Rights Reserved.