public class FormLoginSession
extends java.lang.Object
If the desitination property of a FormLoginSession is null then there is no current for login taking place for the session.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
FormLoginSession() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestination()
Returns The destination URI which caused this form login session to take place
|
java.lang.String |
getErrorURI()
Returns The URI of the error page to handle errors with the
form authorization
|
java.lang.String |
getFormURI()
Returns The URI of the login form
|
LoginUserAuthority |
getLoginUserAuthority()
Returns The login User Authority to be used when handling this form login
|
java.lang.String[] |
getRoles()
Returns The roles that the user must be in for the specified user
authority for the form login to have been successful
|
void |
setDestination(java.lang.String pDestination)
Sets The destination URI which caused this form login session to take place
|
void |
setErrorURI(java.lang.String pErrorURI)
Sets The URI of the error page to handle errors with the form
authorization
|
void |
setFormURI(java.lang.String pFormURI)
Sets The URI of the login form
|
void |
setLoginUserAuthority(LoginUserAuthority pLoginUserAuthority)
Sets The login User Authority to be used when handling this form login
|
void |
setRoles(java.lang.String[] pRoles)
Sets The roles that the user must be in for the specified
user authority for the form login to have been successful
|
public void setDestination(java.lang.String pDestination)
public java.lang.String getDestination()
public void setLoginUserAuthority(LoginUserAuthority pLoginUserAuthority)
public LoginUserAuthority getLoginUserAuthority()
public void setFormURI(java.lang.String pFormURI)
public java.lang.String getFormURI()
public void setErrorURI(java.lang.String pErrorURI)
public java.lang.String getErrorURI()
public void setRoles(java.lang.String[] pRoles)
public java.lang.String[] getRoles()