Package nis.svc.ccs.api
Interface ConnectionCredential
-
public interface ConnectionCredential
The callback interface for providing the callers connection credential.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
get()
Provide the callers connection credential.
-