org.openid4java.message
Class VerifyResponse
java.lang.Object
org.openid4java.message.Message
org.openid4java.message.VerifyResponse
public class VerifyResponse
- extends Message
- Author:
- Marius Scurtescu, Johnny Bufu
| Methods inherited from class org.openid4java.message.Message |
addExtension, addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, wwwFormEncoding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requiredFields
protected static final List requiredFields
optionalFields
protected static final List optionalFields
VerifyResponse
protected VerifyResponse(boolean compatibility)
VerifyResponse
protected VerifyResponse(ParameterList params)
createVerifyResponse
public static VerifyResponse createVerifyResponse(boolean compatibility)
throws MessageException
- Throws:
MessageException
createVerifyResponse
public static VerifyResponse createVerifyResponse(ParameterList params)
throws MessageException
- Throws:
MessageException
getRequiredFields
public List getRequiredFields()
- Overrides:
getRequiredFields in class Message
isVersion2
public boolean isVersion2()
setSignatureVerified
public void setSignatureVerified(boolean verified)
isSignatureVerified
public boolean isSignatureVerified()
setInvalidateHandle
public void setInvalidateHandle(String handle)
getInvalidateHandle
public String getInvalidateHandle()
validate
public void validate()
throws MessageException
- Description copied from class:
Message
- Checks that all required parameters are present
- Overrides:
validate in class Message
- Throws:
MessageException
Copyright © 2013 Sxip. All Rights Reserved.