public class BasicAuthenticationCredential extends UsernamePasswordCredential
BasicAuthenticationCredential
extends UsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication.Constructor and Description |
---|
BasicAuthenticationCredential(String authorizationHeader)
Constructor
|
clearCredential, compareTo, getCaller, getPassword, getPasswordAsString
clear, isCleared, setCleared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid
public BasicAuthenticationCredential(String authorizationHeader)
authorizationHeader
- HTTP Basic Authentication headerCopyright © 2015–2017. All rights reserved.