com.sun.xml.ws.security.policy
Interface TrustAssertion

All Known Implementing Classes:
Trust10, Trust13

public interface TrustAssertion

Represents WSTrust Assertion.

Author:
K.Venugopal@sun.com

Method Summary
 Set getRequiredProperties()
          Properties (MUST_SUPPORT_CLIENT_CHALLENGE,MUST_SUPPORT_SERVER_CHALLENGE,MUST_SUPPORT_ISSUED_TOKENS )present in the policy.
 String getType()
           
 

Method Detail

getRequiredProperties

Set getRequiredProperties()
Properties (MUST_SUPPORT_CLIENT_CHALLENGE,MUST_SUPPORT_SERVER_CHALLENGE,MUST_SUPPORT_ISSUED_TOKENS )present in the policy.

Returns:

getType

String getType()
Returns:
1.0


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.