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 |
Modifier | Constructor and Description |
---|---|
protected |
AbstractUserAuth(ClientSessionImpl session,
String service) |
protected final org.slf4j.Logger log
protected final ClientSessionImpl session
protected final String service
protected AbstractUserAuth(ClientSessionImpl session, String service)
public String getService()
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.