public class WindowsAuthForJenkins
extends waffle.windows.auth.impl.WindowsAuthProviderImpl
| Constructor and Description |
|---|
WindowsAuthForJenkins() |
| Modifier and Type | Method and Description |
|---|---|
waffle.windows.auth.IWindowsSecurityContext |
acceptSecurityToken(String connectionId,
byte[] token,
String securityPackage)
Called by NegotiateSecurityFilterProvider
|
waffle.windows.auth.IWindowsIdentity |
logonUser(String username,
String password)
Called by BasicSecurityFilterProvider
|
public waffle.windows.auth.IWindowsIdentity logonUser(String username, String password)
logonUser in interface waffle.windows.auth.IWindowsAuthProviderlogonUser in class waffle.windows.auth.impl.WindowsAuthProviderImplusername - username from basic security filterpassword - password from basic security filterpublic waffle.windows.auth.IWindowsSecurityContext acceptSecurityToken(String connectionId, byte[] token, String securityPackage)
acceptSecurityToken in interface waffle.windows.auth.IWindowsAuthProvideracceptSecurityToken in class waffle.windows.auth.impl.WindowsAuthProviderImplconnectionId - unique connection idtoken - client's security tokensecurityPackage - security package - Negotiate, kerberos, or NTLMCopyright © 2016. All rights reserved.