org.wso2.solutions.identity.relyingparty.service
Class VerifierService

java.lang.Object
  extended by org.wso2.solutions.identity.relyingparty.service.VerifierService

public class VerifierService
extends java.lang.Object

This is the verifier service to verify decrypted token at a relying party


Constructor Summary
VerifierService()
           
 
Method Summary
 org.apache.axiom.om.OMElement verify(org.apache.axiom.om.OMElement request)
          Verify a given decrypted xmlToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifierService

public VerifierService()
Method Detail

verify

public org.apache.axiom.om.OMElement verify(org.apache.axiom.om.OMElement request)
                                     throws RelyingPartyException
Verify a given decrypted xmlToken

Parameters:
request - The verification request with the token to be verified and other information
Returns:
If successfully verified then an OMElement with the claims available in the xmlToken. Otherwise an OMElement with failure information.
Throws:
RelyingPartyException