Uses of Class
org.tmatesoft.svn.core.internal.util.jna.SVNWinSecurity.SVNNTSecurityParameters
Packages that use SVNWinSecurity.SVNNTSecurityParameters
Package
Description
-
Uses of SVNWinSecurity.SVNNTSecurityParameters in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as SVNWinSecurity.SVNNTSecurityParameters -
Uses of SVNWinSecurity.SVNNTSecurityParameters in org.tmatesoft.svn.core.internal.util.jna
Methods in org.tmatesoft.svn.core.internal.util.jna that return SVNWinSecurity.SVNNTSecurityParametersModifier and TypeMethodDescriptionSVNWinSecurity.getSecurityParams(String userName, String password, String ntDomain) Methods in org.tmatesoft.svn.core.internal.util.jna with parameters of type SVNWinSecurity.SVNNTSecurityParametersModifier and TypeMethodDescriptionprivate static voidSVNWinSecurity.endSequence(SVNWinSecurity.SVNNTSecurityParameters params) static StringSVNWinSecurity.getAuthHeader(String token, SVNWinSecurity.SVNNTSecurityParameters params) private static byte[]SVNWinSecurity.getNextToken(SVNWinSecurity.SVNNTSecurityParameters params, byte[] lastToken)