gov.nasa.pds.registry.client
Class SecurityContext

java.lang.Object
  extended by gov.nasa.pds.registry.client.SecurityContext

public class SecurityContext
extends Object

Author:
pramirez

Constructor Summary
SecurityContext(String truststorePath, String truststorePassword, String keystorePath, String keystorePassword)
           
 
Method Summary
 String getKeystorePassword()
           
 String getKeystorePath()
           
 String getTruststorePassword()
           
 String getTruststorePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContext

public SecurityContext(String truststorePath,
                       String truststorePassword,
                       String keystorePath,
                       String keystorePassword)
Method Detail

getTruststorePath

public String getTruststorePath()

getTruststorePassword

public String getTruststorePassword()

getKeystorePath

public String getKeystorePath()

getKeystorePassword

public String getKeystorePassword()


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.