public interface OncRpcServerAuthScheme
Defining an authentication scheme requires both, providing the authentication type
(flavor) identified numerically and providing appropriate handler instances implementing the
interface OncRpcServerAuth.
| Modifier and Type | Method and Description |
|---|---|
int |
getAuthenticationType()
Delivers the authentication type (flavor) provided by this authentication scheme.
|
OncRpcServerAuth |
getNewHandler()
Delivers a new authentication handler with respect to the provided authentication scheme.
|
int getAuthenticationType()
OncRpcServerAuth getNewHandler()
The returned authentication handler is an implementation of the interface OncRpcServerAuth.
Copyright © 2015. All rights reserved.