org.kth.pdc.grid.services.sts.handler
Class STSRequestResHandler

java.lang.Object
  extended by org.kth.pdc.grid.services.sts.handler.STSRequestResHandler

public class STSRequestResHandler
extends Object

Author:
mehrana TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
STSRequestResHandler()
           
 
Method Summary
 org.opensaml.SAMLAssertion getAssertion()
           
 X509Certificate getProxyCertificate()
           
 X509Certificate[] getProxyCertificates()
           
 org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken getReqProofToken()
           
 byte[] getTicket()
           
 void handleResponseToken(Document stsResTokenDoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSRequestResHandler

public STSRequestResHandler()
Method Detail

handleResponseToken

public void handleResponseToken(Document stsResTokenDoc)
                         throws AxisFault
Throws:
AxisFault

getProxyCertificate

public X509Certificate getProxyCertificate()

getProxyCertificates

public X509Certificate[] getProxyCertificates()

getAssertion

public org.opensaml.SAMLAssertion getAssertion()

getTicket

public byte[] getTicket()

getReqProofToken

public org.apache.ws.sandbox.security.trust.message.token.RequestedProofToken getReqProofToken()


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.