Class NullHCCredentials
java.lang.Object
org.jboss.as.test.integration.security.common.NullHCCredentials
- All Implemented Interfaces:
org.apache.http.auth.Credentials
An empty Apache HTTPClient
Credentials implementation, used for SPNEGO authentications.- Author:
- Josef Cacek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturnsnullas the password.Returnsnullas the Principal.
-
Constructor Details
-
NullHCCredentials
public NullHCCredentials()
-
-
Method Details
-
getUserPrincipal
Returnsnullas the Principal.- Specified by:
getUserPrincipalin interfaceorg.apache.http.auth.Credentials- Returns:
- See Also:
-
Credentials.getUserPrincipal()
-
getPassword
Returnsnullas the password.- Specified by:
getPasswordin interfaceorg.apache.http.auth.Credentials- Returns:
- See Also:
-
Credentials.getPassword()
-