public abstract class AbstractUserAuth extends Object implements UserAuth
UserAuth.Result
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
protected String |
service |
protected ClientSessionImpl |
session |
protected String |
username |
Modifier | Constructor and Description |
---|---|
protected |
AbstractUserAuth(ClientSessionImpl session,
String service,
String username) |
protected final org.slf4j.Logger log
protected final ClientSessionImpl session
protected final String service
protected final String username
protected AbstractUserAuth(ClientSessionImpl session, String service, String username)
public String getUsername()
getUsername
in interface UserAuth
public String getService()
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.