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.
|
Modifier and Type | Class and Description |
---|---|
class |
MAPAuthenticationSetList_v3
API for MAP-MS-DataTypes.AuthenticationSetList-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoRes.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.
|
MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoResSeq.getAuthenticationSetList()
Gets the value of the field authenticationSetList.
|
MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoRes.setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendAuthenticationInfoRes |
MAPSendAuthenticationInfoRes.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 MAPAuthenticationSetList_v3 |
MAPAuthenticationSetList_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.
|
MAPSendAuthenticationInfoResSeq |
MAPSendAuthenticationInfoResSeq.setAuthenticationSetList(MAPSendAuthenticationInfoRes value)
Sets the value of the field authenticationSetList.
|
Constructor and Description |
---|
MAPSendAuthenticationInfoResSeq(MAPSendAuthenticationInfoRes AuthenticationSetList_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendAuthenticationInfoRes,MAPAuthenticationSetList_v3,MAPProto.MAP_MS_DataTypes_AuthenticationSetList_v3> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationSetList_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationSetList-v3
|
static PersistCodec<MAPSendAuthenticationInfoRes,MAPSendAuthenticationInfoRes,MAPProto.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes> |
MAPCodecs.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendAuthenticationInfoRes
|
static PersistCodec<MAPSendAuthenticationInfoRes,MAPSendAuthenticationInfoRes,MAPProto.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes> |
MAPCodecs.MAP_MS_DataTypes_R98_SendAuthenticationInfoRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendAuthenticationInfoRes
|