com.sun.xml.ws.security.impl.policy
Class TrustStore

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.KeyStore
          extended by com.sun.xml.ws.security.impl.policy.TrustStore
All Implemented Interfaces:
KeyStore, TrustStore

public class TrustStore
extends KeyStore
implements TrustStore


Constructor Summary
TrustStore()
          Creates a new instance of TrustStore
TrustStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getCertSelectorClassName()
           
 java.lang.String getPeerAlias()
           
 java.lang.String getServiceAlias()
           
 java.lang.String getSTSAlias()
           
 java.lang.String getTrustStoreCallbackHandler()
           
 
Methods inherited from class com.sun.xml.ws.security.impl.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getLocation, getPassword, getType
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getLocation, getPassword, getType
 

Constructor Detail

TrustStore

public TrustStore()
Creates a new instance of TrustStore


TrustStore

public TrustStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                  java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                  com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail

getPeerAlias

public java.lang.String getPeerAlias()
Specified by:
getPeerAlias in interface TrustStore

getSTSAlias

public java.lang.String getSTSAlias()
Specified by:
getSTSAlias in interface TrustStore

getServiceAlias

public java.lang.String getServiceAlias()
Specified by:
getServiceAlias in interface TrustStore

getCertSelectorClassName

public java.lang.String getCertSelectorClassName()
Specified by:
getCertSelectorClassName in interface TrustStore

getTrustStoreCallbackHandler

public java.lang.String getTrustStoreCallbackHandler()
Specified by:
getTrustStoreCallbackHandler in interface TrustStore