Package org.alfresco.utility.data.auth
Class DataNtlmPassthru
- java.lang.Object
-
- org.alfresco.utility.data.auth.DataNtlmPassthru
-
@Service @Scope("prototype") public class DataNtlmPassthru extends java.lang.ObjectCreated by Claudia Agache on 6/23/2017. https://support.microsoft.com/en-in/help/322684/how-to-use-the-directory-service-command-line-tools-to-manage-active-directory-objects-in-windows-server-2003
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDataNtlmPassthru.Builder
-
Constructor Summary
Constructors Constructor Description DataNtlmPassthru()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlertInFirefox(java.lang.String url)java.lang.StringgetTitleInFirefox(java.lang.String url)DataNtlmPassthru.Builderperform()
-
-
-
Method Detail
-
perform
public DataNtlmPassthru.Builder perform()
-
getTitleInFirefox
public java.lang.String getTitleInFirefox(java.lang.String url) throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
getAlertInFirefox
public java.lang.String getAlertInFirefox(java.lang.String url) throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
-