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 Authentication
getAuthentication()
SecurityMode
getSecurityMode()
-
-
-
Method Detail
-
getAuthentication
public Authentication getAuthentication()
- Specified by:
getAuthentication
in interfaceJenkinsAuthWrapper
-
getSecurityMode
public SecurityMode getSecurityMode()
- Specified by:
getSecurityMode
in interfaceJenkinsAuthWrapper
-
-