public interface UserAuth
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(ClientSession session,
java.lang.String service,
java.util.List<java.lang.Object> identities) |
boolean |
process(Buffer buffer) |
void init(ClientSession session, java.lang.String service, java.util.List<java.lang.Object> identities) throws java.lang.Exception
java.lang.Exceptionboolean process(Buffer buffer) throws java.lang.Exception
java.lang.Exceptionvoid destroy()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.