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);
}
Aggregations