com.atlassian.sal.jira.trusted
Class JiraCertificateFactory

java.lang.Object
  extended by com.atlassian.sal.jira.trusted.JiraCertificateFactory
All Implemented Interfaces:
com.atlassian.sal.core.trusted.CertificateFactory

public class JiraCertificateFactory
extends Object
implements com.atlassian.sal.core.trusted.CertificateFactory


Constructor Summary
JiraCertificateFactory()
           
 
Method Summary
 com.atlassian.security.auth.trustedapps.EncryptedCertificate createCertificate(String username)
           
 com.atlassian.security.auth.trustedapps.EncryptedCertificate createCertificate(String username, String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraCertificateFactory

public JiraCertificateFactory()
Method Detail

createCertificate

public com.atlassian.security.auth.trustedapps.EncryptedCertificate createCertificate(String username)
Specified by:
createCertificate in interface com.atlassian.sal.core.trusted.CertificateFactory

createCertificate

public com.atlassian.security.auth.trustedapps.EncryptedCertificate createCertificate(String username,
                                                                                      String url)
Specified by:
createCertificate in interface com.atlassian.sal.core.trusted.CertificateFactory


Copyright © 2002-2014 Atlassian. All Rights Reserved.