| Package | Description | 
|---|---|
| com.tailf.maapi | 
 MAAPI is an API which provides full access to the systems internal
 transaction engine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MaapiUserSessionFlag | 
MaapiUserSession.getSessionFlags()
Get User session protocol 
 | 
static MaapiUserSessionFlag | 
MaapiUserSessionFlag.valueOf(int i)  | 
static MaapiUserSessionFlag | 
MaapiUserSessionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MaapiUserSessionFlag[] | 
MaapiUserSessionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MaapiAuthentication | 
Maapi.authenticate2(String user,
             String passwd,
             InetAddress src_addr,
             int src_port,
             String context,
             MaapiUserSessionFlag proto)
If we are implementing a proprietary Management Agent with MAAPI API, the
 method  
Maapi.startUserSession(String,InetAddress,String,String[],
 MaapiUserSessionFlag) requires the application to tell ConfD/NCS
 which groups the user are member of. | 
void | 
Maapi.startUserSession(String user,
                InetAddress srcip,
                String context,
                String[] groups,
                MaapiUserSessionFlag proto)
Establish a new user session on this  
Maapi instance. | 
void | 
Maapi.startUserSession(String user,
                InetAddress srcip,
                String context,
                String[] groups,
                MaapiUserSessionFlag proto,
                String vendor,
                String product,
                String version,
                String clientId)  | 
String[] | 
Maapi.validateToken(String token,
             InetAddress srcAddr,
             int srcPort,
             String context,
             MaapiUserSessionFlag proto)
If external token validation (see /confdConfig/aaa/externalValidation)
 is in use, this method can be used to ask ConfD/NSO to validate such
 a token. 
 |