org.apache.wink.client.handlers
Class AbstractAuthSecurityHandler
java.lang.Object
org.apache.wink.client.handlers.AbstractAuthSecurityHandler
- Direct Known Subclasses:
- BasicAuthSecurityHandler, ProxyAuthSecurityHandler
public class AbstractAuthSecurityHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlerUsername
protected volatile String handlerUsername
handlerPassword
protected volatile String handlerPassword
handlerEncodedCredentials
protected volatile String handlerEncodedCredentials
AbstractAuthSecurityHandler
public AbstractAuthSecurityHandler()
AbstractAuthSecurityHandler
public AbstractAuthSecurityHandler(String username,
String password)
setUserName
public void setUserName(String aUserName)
- Sets the username to use.
- Parameters:
aUserName
- the user name
setPassword
public void setPassword(String aPassword)
- Sets the password to use.
- Parameters:
aPassword
- the password to use
getEncodedString
protected static String getEncodedString(String userid,
String password)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.