Uses of Enum Class
com.tailf.maapi.MaapiUserSessionFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiUserSessionFlag in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapiUserSession.getSessionFlags()
Get User session protocolstatic MaapiUserSessionFlag
MaapiUserSessionFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static MaapiUserSessionFlag
Returns the enum constant of this class with the specified name.static MaapiUserSessionFlag[]
MaapiUserSessionFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMaapi.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 methodMaapi.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 thisMaapi
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.