Loading cadc-cdp-server/src/main/java/ca/nrc/cadc/cred/server/actions/GetProxyCertByDN.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class GetProxyCertByDN extends DelegationAction * Private Key from DB. * Private Key from DB. * @param p * @param p * @return * @return * @throws ca.nrc.cadc.cred.server.ResourceNotFoundException * @throws ResourceNotFoundException */ */ @Override @Override public X509CertificateChain getCertificate(X500Principal p) public X509CertificateChain getCertificate(X500Principal p) Loading cadc-cdp/src/main/java/ca/nrc/cadc/cred/client/priv/CredPrivateClient.java +2 −7 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ public class CredPrivateClient * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl. * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl. * * * @param baseServiceURL * @param baseServiceURL * @return * @throws ClassNotFoundException * @throws ClassNotFoundException * implementation class * implementation class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl Loading @@ -67,13 +68,7 @@ public class CredPrivateClient * constructor of class * constructor of class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * not accessible * not accessible * @throws InstationatiationException * @throws java.lang.InstantiationException * class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * cannot be instantiated for some reason ( the class * object represents an abstract class, an interface, an * array class, a primitive type, or void or the class has * no nullary constructor). * * */ */ public static CredPrivateClient getInstance(URL baseServiceURL) public static CredPrivateClient getInstance(URL baseServiceURL) Loading Loading
cadc-cdp-server/src/main/java/ca/nrc/cadc/cred/server/actions/GetProxyCertByDN.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class GetProxyCertByDN extends DelegationAction * Private Key from DB. * Private Key from DB. * @param p * @param p * @return * @return * @throws ca.nrc.cadc.cred.server.ResourceNotFoundException * @throws ResourceNotFoundException */ */ @Override @Override public X509CertificateChain getCertificate(X500Principal p) public X509CertificateChain getCertificate(X500Principal p) Loading
cadc-cdp/src/main/java/ca/nrc/cadc/cred/client/priv/CredPrivateClient.java +2 −7 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ public class CredPrivateClient * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl. * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl. * * * @param baseServiceURL * @param baseServiceURL * @return * @throws ClassNotFoundException * @throws ClassNotFoundException * implementation class * implementation class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl Loading @@ -67,13 +68,7 @@ public class CredPrivateClient * constructor of class * constructor of class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * not accessible * not accessible * @throws InstationatiationException * @throws java.lang.InstantiationException * class * ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl * cannot be instantiated for some reason ( the class * object represents an abstract class, an interface, an * array class, a primitive type, or void or the class has * no nullary constructor). * * */ */ public static CredPrivateClient getInstance(URL baseServiceURL) public static CredPrivateClient getInstance(URL baseServiceURL) Loading