| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- simple authentication and security layer library
cc [flag... ]file...-lsasl [library... ]#include <sasl/sasl.h>#include <sasl/prop.h>#include <sasl/saslutil.h>
SASL is a security framework used by connection-oriented network applications primarily forauthentication. Another way to describe SASL is that it is aglue layer between a network application and some security mechanisms that allowapplications to authenticate each other and provide additional security services such as dataencryption. As a glue layer, SASL hides the interface specifics ofthe security mechanism from the application, which allows greater portability and flexibilityas new security mechanisms are implemented. SASL is similar to theGSS-API in that it provides a layer of abstraction between an application andone or more security mechanisms.
libsasl provides both an API for applications and an SPI for variousplug-ins. To link with this library, specify-lsasl on thecc commandline.
The shared objectlibsasl.so.1 and associated include files provide the public interfacesdefined below. The*_t interfaces are function prototypes for callbacks that aredefined in the public SASL header files. Whilelibsasl provides default versions forsome of the callbacks, this structure allows an application to define itsown version of the some of the callback functions.
SeeIntro(3) for additional information on shared object interfaces.
|
Seeattributes(5) for descriptions of the following attributes:
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |