Uses of Enum Class
com.tailf.maapi.MaapiUserSessionFlag
Packages that use MaapiUserSessionFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiUserSessionFlag in com.tailf.maapi
Methods in com.tailf.maapi that return MaapiUserSessionFlagModifier and TypeMethodDescriptionMaapiUserSession.getSessionFlags()Get User session protocolstatic MaapiUserSessionFlagMaapiUserSessionFlag.valueOf(int i) Returns the enum constant of this class with the specified name.static MaapiUserSessionFlagReturns 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.Methods in com.tailf.maapi with parameters of type MaapiUserSessionFlagModifier 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.voidMaapi.startUserSession(String user, InetAddress srcip, String context, String[] groups, MaapiUserSessionFlag proto) Establish a new user session on thisMaapiinstance.voidMaapi.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.