com.atlassian.security.auth.trustedapps.filter
Class MockCertificateServer

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.filter.MockCertificateServer
All Implemented Interfaces:
TrustedApplicationsFilter.CertificateServer

public class MockCertificateServer
extends java.lang.Object
implements TrustedApplicationsFilter.CertificateServer


Constructor Summary
MockCertificateServer()
           
 
Method Summary
 java.lang.String getCertificate()
           
 void setCertificate(java.lang.String certificate)
           
 void writeCertificate(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockCertificateServer

public MockCertificateServer()
Method Detail

writeCertificate

public void writeCertificate(java.io.Writer writer)
                      throws java.io.IOException
Specified by:
writeCertificate in interface TrustedApplicationsFilter.CertificateServer
Throws:
java.io.IOException

getCertificate

public java.lang.String getCertificate()

setCertificate

public void setCertificate(java.lang.String certificate)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.