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
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of TrustStoreTrustStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.sun.xml.ws.security.impl.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getKeyStoreLoginModuleConfigName, getLocation, getPassword, getTypeMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getKeyStoreLoginModuleConfigName, getLocation, getPassword, getType
-
Constructor Details
-
TrustStore
public TrustStore()Creates a new instance of TrustStore -
TrustStore
public TrustStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
-
Method Details
-
getPeerAlias
- Specified by:
getPeerAliasin interfaceTrustStore
-
getSTSAlias
- Specified by:
getSTSAliasin interfaceTrustStore
-
getServiceAlias
- Specified by:
getServiceAliasin interfaceTrustStore
-
getCertSelectorClassName
- Specified by:
getCertSelectorClassNamein interfaceTrustStore
-
getTrustStoreCallbackHandler
- Specified by:
getTrustStoreCallbackHandlerin interfaceTrustStore
-