Uses of Class
org.wso2.solutions.identity.relyingparty.RelyingPartyException

Packages that use RelyingPartyException
org.wso2.solutions.identity.relyingparty   
org.wso2.solutions.identity.relyingparty.service   
 

Uses of RelyingPartyException in org.wso2.solutions.identity.relyingparty
 

Methods in org.wso2.solutions.identity.relyingparty that throw RelyingPartyException
 org.w3c.dom.Element TokenVerifier.decryptToken(java.lang.String token, java.security.PrivateKey serviceKey)
          Decrypt the given token (as a java.lang.String with the given private key.
 RelyingPartyData RelyingPartyStore.getRelyingParty(java.lang.String user, java.lang.String password)
           
 boolean TokenVerifier.verifyDecryptedToken(org.w3c.dom.Element decryptedElem)
          Verify the signature of a given SAML token (decrypted)
 

Uses of RelyingPartyException in org.wso2.solutions.identity.relyingparty.service
 

Methods in org.wso2.solutions.identity.relyingparty.service that throw RelyingPartyException
 org.apache.axiom.om.OMElement VerifierService.verify(org.apache.axiom.om.OMElement request)
          Verify a given decrypted xmlToken