Class TrustStore
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.KeyStore
-
- com.sun.xml.ws.security.impl.policy.TrustStore
-
- All Implemented Interfaces:
KeyStore,TrustStore
public class TrustStore extends KeyStore implements TrustStore
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description TrustStore()Creates a new instance of TrustStoreTrustStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertSelectorClassName()StringgetPeerAlias()StringgetServiceAlias()StringgetSTSAlias()StringgetTrustStoreCallbackHandler()-
Methods inherited from class com.sun.xml.ws.security.impl.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getKeyStoreLoginModuleConfigName, getLocation, getPassword, getType
-
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, 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, getKeyStoreLoginModuleConfigName, getLocation, getPassword, getType
-
-
-
-
Constructor Detail
-
TrustStore
public TrustStore()
Creates a new instance of TrustStore
-
TrustStore
public TrustStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
-
Method Detail
-
getPeerAlias
public String getPeerAlias()
- Specified by:
getPeerAliasin interfaceTrustStore
-
getSTSAlias
public String getSTSAlias()
- Specified by:
getSTSAliasin interfaceTrustStore
-
getServiceAlias
public String getServiceAlias()
- Specified by:
getServiceAliasin interfaceTrustStore
-
getCertSelectorClassName
public String getCertSelectorClassName()
- Specified by:
getCertSelectorClassNamein interfaceTrustStore
-
getTrustStoreCallbackHandler
public String getTrustStoreCallbackHandler()
- Specified by:
getTrustStoreCallbackHandlerin interfaceTrustStore
-
-