- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.KeyStore
-
- All Implemented Interfaces:
KeyStore
- Direct Known Subclasses:
TrustStore
public class KeyStore extends com.sun.xml.ws.policy.PolicyAssertion implements KeyStore
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description KeyStore()Creates a new instance of KeyStoreKeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()StringgetAliasSelectorClassName()StringgetKeyPassword()StringgetKeyStoreCallbackHandler()StringgetKeyStoreLoginModuleConfigName()StringgetLocation()char[]getPassword()StringgetType()-
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
-
-
-
-
Constructor Detail
-
KeyStore
public KeyStore()
Creates a new instance of KeyStore
-
KeyStore
public KeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
-
Method Detail
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceKeyStore
-
getPassword
public char[] getPassword()
- Specified by:
getPasswordin interfaceKeyStore
-
getKeyPassword
public String getKeyPassword()
- Specified by:
getKeyPasswordin interfaceKeyStore
-
getAliasSelectorClassName
public String getAliasSelectorClassName()
- Specified by:
getAliasSelectorClassNamein interfaceKeyStore
-
getKeyStoreCallbackHandler
public String getKeyStoreCallbackHandler()
- Specified by:
getKeyStoreCallbackHandlerin interfaceKeyStore
-
getKeyStoreLoginModuleConfigName
public String getKeyStoreLoginModuleConfigName()
- Specified by:
getKeyStoreLoginModuleConfigNamein interfaceKeyStore
-
-