Class DefaultJenkinsAuthWrapper
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.provider.DefaultJenkinsAuthWrapper
 
 
- 
- All Implemented Interfaces:
 JenkinsAuthWrapper
@Singleton public class DefaultJenkinsAuthWrapper extends Object implements JenkinsAuthWrapper
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultJenkinsAuthWrapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationgetAuthentication()SecurityModegetSecurityMode() 
 - 
 
- 
- 
Method Detail
- 
getAuthentication
public Authentication getAuthentication()
- Specified by:
 getAuthenticationin interfaceJenkinsAuthWrapper
 
- 
getSecurityMode
public SecurityMode getSecurityMode()
- Specified by:
 getSecurityModein interfaceJenkinsAuthWrapper
 
 - 
 
 -