org.apache.ws.security
Class WSSecurityEngineResult

java.lang.Object
  extended byorg.apache.ws.security.WSSecurityEngineResult

public class WSSecurityEngineResult
extends java.lang.Object

Author:
Werner Dittmann (Werner.Dittmann@siemens.com)

Method Summary
 int getAction()
           
 org.opensaml.SAMLAssertion getAssertion()
           
 java.security.cert.X509Certificate getCertificate()
           
 java.security.Principal getPrincipal()
           
 java.util.Vector getSignedElementQnames()
           
 Timestamp getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

public int getAction()
Returns:
the actions vector. These actions were performed by the the security engine.

getPrincipal

public java.security.Principal getPrincipal()
Returns:
the principals found if UsernameToken or Signature processing were done

getCertificate

public java.security.cert.X509Certificate getCertificate()
Returns:
the Certificate found if Signature processing were done

getAssertion

public org.opensaml.SAMLAssertion getAssertion()
Returns:
Returns the assertion.

getTimestamp

public Timestamp getTimestamp()
Returns:
the timestamp found

getSignedElementQnames

public java.util.Vector getSignedElementQnames()
Returns:
Returns the signedElementQnames.