Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendAuthenticationInfoRes
-
Packages that use MAPSendAuthenticationInfoRes Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPSendAuthenticationInfoRes in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendAuthenticationInfoRes in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPAuthenticationSetList_v3API for MAP-MS-DataTypes.AuthenticationSetList-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendAuthenticationInfoRes Modifier and Type Method Description MAPSendAuthenticationInfoResMAPSendAuthenticationInfoRes. clone()Constructs a copy of this object and everything reachable from it.static MAPSendAuthenticationInfoResMAPSendAuthenticationInfoRes. copyOf(MAPSendAuthenticationInfoRes from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPSendAuthenticationInfoResMAPSendAuthenticationInfoResSeq. getAuthenticationSetList()Gets the value of the field authenticationSetList.MAPSendAuthenticationInfoResMAPSendAuthenticationInfoRes. setTripletList(MAPAuthenticationSet[] value)Sets the value of the tripletList choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendAuthenticationInfoRes Modifier and Type Method Description static MAPAuthenticationSetList_v3MAPAuthenticationSetList_v3. copyOf(MAPSendAuthenticationInfoRes from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.static MAPSendAuthenticationInfoResMAPSendAuthenticationInfoRes. copyOf(MAPSendAuthenticationInfoRes from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPSendAuthenticationInfoResSeqMAPSendAuthenticationInfoResSeq. setAuthenticationSetList(MAPSendAuthenticationInfoRes value)Sets the value of the field authenticationSetList.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendAuthenticationInfoRes Constructor Description MAPSendAuthenticationInfoResSeq(MAPSendAuthenticationInfoRes AuthenticationSetList_param)Constructs an object from given values for all fields. -
Uses of MAPSendAuthenticationInfoRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendAuthenticationInfoRes Modifier and Type Field Description static PersistCodec<MAPSendAuthenticationInfoRes,MAPAuthenticationSetList_v3,MAPProto.MAP_MS_DataTypes_AuthenticationSetList_v3>MAPCodecs. MAP_MS_DataTypes_AuthenticationSetList_v3Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationSetList-v3static PersistCodec<MAPSendAuthenticationInfoRes,MAPSendAuthenticationInfoRes,MAPProto.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes>MAPCodecs. MAP_MS_DataTypes_R98_SendAuthenticationInfoResSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendAuthenticationInfoResstatic PersistCodec<MAPSendAuthenticationInfoRes,MAPSendAuthenticationInfoRes,MAPProto.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes>MAPCodecs. MAP_MS_DataTypes_R98_SendAuthenticationInfoResSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendAuthenticationInfoRes
-