Search in sources :

Example 1 with IkeAuthenticationMethod

use of org.batfish.datamodel.IkeAuthenticationMethod in project batfish by batfish.

the class ConfigurationBuilder method exitSeikpr_authentication_method.

@Override
public void exitSeikpr_authentication_method(Seikpr_authentication_methodContext ctx) {
    IkeAuthenticationMethod authenticationMethod = toIkeAuthenticationMethod(ctx.ike_authentication_method());
    _currentIkeProposal.setAuthenticationMethod(authenticationMethod);
}
Also used : IkeAuthenticationMethod(org.batfish.datamodel.IkeAuthenticationMethod)

Aggregations

IkeAuthenticationMethod (org.batfish.datamodel.IkeAuthenticationMethod)1