|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.accesscontrol.authentication.AuthenticationResult
public class AuthenticationResult
The Result of the Authentication.
| Constructor Summary | |
|---|---|
AuthenticationResult()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
Serializes the state of this AuthenticationResult as a JDOM
Element. |
protected void |
setError(java.lang.Integer newErrorCode,
java.lang.String newErrorDescription)
Sets the error-code and the error-description of this AuthenticationResult. |
protected void |
setLoginModes(java.util.Set<java.lang.String> newLoginModes)
Sets the login-modes of this AuthenticationResult. |
protected void |
setLoginStatus(boolean newLoginStatus)
Sets the login-status of this AuthenticationResult. |
protected void |
setParameterMappings(java.util.Map<java.lang.String,java.lang.String> newParameterMappings)
Sets the name-mappings for the httpParameters of this AuthenticationResult. |
protected void |
setRedirectURI(java.lang.String redirect)
Sets the desired redirect URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationResult()
| Method Detail |
|---|
protected final void setLoginStatus(boolean newLoginStatus)
AuthenticationResult.
newLoginStatus - the new login-status of this AuthenticationResultprotected final void setParameterMappings(java.util.Map<java.lang.String,java.lang.String> newParameterMappings)
AuthenticationResult.
newParameterMappings - the new name-mappings for the httpParameters of the
AuthenticationResultprotected final void setLoginModes(java.util.Set<java.lang.String> newLoginModes)
AuthenticationResult.
newLoginModes - the new login-modes of this AuthenticationResult
protected final void setError(java.lang.Integer newErrorCode,
java.lang.String newErrorDescription)
AuthenticationResult. If the parameter newErrorCode is
null, the error-description will be set to null
, too, regardless of the parameter newErrorDescription.
newErrorCode - the new error-code of this AuthenticationResultnewErrorDescription - the new error-description of this
AuthenticationResultprotected void setRedirectURI(java.lang.String redirect)
redirect - the desired redirect URIpublic final org.jdom.Element deserializeToJDOM()
AuthenticationResult as a JDOM
Element.
deserializeToJDOM in interface JDOMableAuthenticationResult as a JDOM
Element.JDOMable.deserializeToJDOM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||