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

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

public class KeyStore
extends PolicyAssertion
implements KeyStore

Author:
K.Venugopal@sun.com

Constructor Summary
KeyStore()
          Creates a new instance of KeyStore
KeyStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getAlias()
           
 String getAliasSelectorClassName()
           
 String getKeyPassword()
           
 String getKeyStoreCallbackHandler()
           
 String getKeyStoreLoginModuleConfigName()
           
 String getLocation()
           
 char[] getPassword()
           
 String 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
 

Constructor Detail

KeyStore

public KeyStore()
Creates a new instance of KeyStore


KeyStore

public KeyStore(AssertionData name,
                Collection<PolicyAssertion> nestedAssertions,
                AssertionSet nestedAlternative)
Method Detail

getLocation

public String getLocation()
Specified by:
getLocation in interface KeyStore

getType

public String getType()
Specified by:
getType in interface KeyStore

getPassword

public char[] getPassword()
Specified by:
getPassword in interface KeyStore

getAlias

public String getAlias()
Specified by:
getAlias in interface KeyStore

getKeyPassword

public String getKeyPassword()
Specified by:
getKeyPassword in interface KeyStore

getAliasSelectorClassName

public String getAliasSelectorClassName()
Specified by:
getAliasSelectorClassName in interface KeyStore

getKeyStoreCallbackHandler

public String getKeyStoreCallbackHandler()
Specified by:
getKeyStoreCallbackHandler in interface KeyStore

getKeyStoreLoginModuleConfigName

public String getKeyStoreLoginModuleConfigName()
Specified by:
getKeyStoreLoginModuleConfigName in interface KeyStore


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