Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network
Class LocalAuthenticationContext
network.AuthenticationContext
  |
  +--network.LocalAuthenticationContext

public class LocalAuthenticationContext      
LocalAuthenticationContext represents the AuthenticationContext for CSN based SIP authentication. The LocalAuthenticationContext may have a set of Credentials used by the local authentication policy to perform authentication for SIP based Endpoints. LocalAuthenticationContexts are provisionable but not clonable
 
Links:
Kernel Association Association Link
to Class Credentials
Endpoint may have at most a single set of Credentials. Credentials may be associated with a single Endpoint.
Constraints:
- see Credentials constraints
Default:
- none
Clone:
- no, credentials must be supplied by the provisioner.
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Generalization Generalization Link
to Class AuthenticationContext
LocalAuthenticationContext represents the AuthenticationContext for CSN based SIP authentication. The LocalAuthenticationContext may have a set of Credentials used by the local authentication policy to perform authentication for SIP based Endpoints. LocalAuthenticationContexts are provisionable but not clonable
 
 

Field Summary
private Credentials
Field Detail
credentials
private Credentials credentials
Endpoint may have at most a single set of Credentials. Credentials may be associated with a single Endpoint.
Constraints:
- see Credentials constraints
Default:
- none
Clone:
- no, credentials must be supplied by the provisioner.
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD